menu
dart_libp2p package
documentation
core/crypto/ed25519.dart
Ed25519PublicKey
raw property
raw property
dark_mode
light_mode
raw
property
@
override
Uint8List
get
raw
override
Returns the key's raw bytes
Implementation
@override Uint8List get raw { return Uint8List.fromList(_key.bytes); }
dart_libp2p package
documentation
core/crypto/ed25519
Ed25519PublicKey
raw property
Ed25519PublicKey class