DERIVED_KEY_BYTES

const val DERIVED_KEY_BYTES: Int = 32

Size of derived Ed25519 private keys in bytes.

Ed25519 private keys (seeds) are 32 bytes (256 bits). The first 32 bytes of HMAC-SHA512 output are used as the key.