ed448 library
Properties
Functions
-
generateSecret(
) → List< int> -
parseKeyString(
String s) → List< int> -
secretToPublic(
List< int> secret) → List<int> -
sign(
List< int> secret, List<int> message, {ED448_XOF xof = shake_256}) → List<int> -
toHexString(
List< int> bytes) → String -
verify(
List< int> public, List<int> message, List<int> signature, {ED448_XOF xof = shake_256}) → bool