derDecode static method

Uint8List derDecode(
  1. BinaryBlob publicKey
)

Implementation

static Uint8List derDecode(BinaryBlob publicKey) {
  return bytesUnwrapDer(publicKey, oidSecp256k1);
}