menu
agent_dart_base package
documentation
identity/secp256k1.dart
Secp256k1PublicKey
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/secp256k1
Secp256k1PublicKey
derDecode static method
Secp256k1PublicKey class