impl/ed25519 library

Functions

checkArrayTypes(List params) → void
crypto_hash(Uint8List out, Uint8List m, int n, String hashMode) → void
crypto_sign(Uint8List sm, Uint8List m, int n, Uint8List sk, String hashMode) int
crypto_sign_keypair(Uint8List pk, Uint8List sk, String hashMode) int
cryptoSignOpen(Uint8List m, Uint8List sm, int n, Uint8List pk, String hashMode) int
gf() Int32List
keyPairFromSeed(Uint8List seed, String hasher) → ({Uint8List publicKey, Uint8List secretKey})
sign(Uint8List msg, Uint8List secretKey, String hashMode) Uint8List
sign_detached(Uint8List msg, Uint8List secretKey, String hashMode) Uint8List
verify(Uint8List msg, Uint8List sig, Uint8List publicKey, String hashMode) bool