identity/secp256k1 library
Classes
Functions
-
bytesToUnsignedInt(
Uint8List bytes) → BigInt -
sign(
String message, BinaryBlob secretKey) → Uint8List -
verify(
String message, Uint8List signature, Secp256k1PublicKey publicKey) → bool -
verifyBlob(
Uint8List blob, Uint8List signature, Secp256k1PublicKey publicKey) → bool