privKeyByteLen constant

int const privKeyByteLen

Private key length in bytes: The length of an Sr25519 private key.

Implementation

static const int privKeyByteLen = 64;