identity/secp256k1 library

Functions

getECShareSecret(Uint8List privateKey, Uint8List rawPublicKey) Future<Uint8List>
getP256ShareSecret(Uint8List privateKey, Uint8List rawPublicKey) Future<Uint8List>
recoverSecp256k1PubKey(Uint8List preHashedMessage, Uint8List signature) Future<Uint8List>
signSecp256k1(String message, BinaryBlob secretKey) Uint8List
signSecp256k1Async(Uint8List blob, Uint8List seed) Future<Uint8List>
verifySecp256k1(String message, Uint8List signature, Secp256k1PublicKey publicKey) bool
verifySecp256k1Blob(Uint8List blob, Uint8List signature, Secp256k1PublicKey publicKey) bool