menu
agent_dart_base package
documentation
identity/schnorr.dart
SchnorrPublicKey
derDecode static method
derDecode static method
dark_mode
light_mode
derDecode
static method
Uint8List
derDecode
(
BinaryBlob
publicKey
)
Implementation
static Uint8List derDecode(BinaryBlob publicKey) { return bytesUnwrapDer(publicKey, oidSecp256k1); }
agent_dart_base package
documentation
identity/schnorr
SchnorrPublicKey
derDecode static method
SchnorrPublicKey class