privKeyByteLen constant
        
        int
        const privKeyByteLen
        
      
      
Private key length in bytes: The length of an Ed25519 private key.
Implementation
static const int privKeyByteLen = 32;
Private key length in bytes: The length of an Ed25519 private key.
static const int privKeyByteLen = 32;