rawBytes property

Uint8List get rawBytes

The raw key octet string (RFC 8037 ยง2).

For Ed25519 this is the 32-byte public key (for an OkpPublicKey) or the 32-byte private seed (for an OkpPrivateKey).

Implementation

Uint8List get rawBytes;