pubKeyByteLen constant
        
        int
        const pubKeyByteLen
        
      
      
Public key length in bytes: The length of an Ed25519 public key.
Implementation
static const int pubKeyByteLen = 32;
Public key length in bytes: The length of an Ed25519 public key.
static const int pubKeyByteLen = 32;