Module ed25519

Source
Expand description

Utility functions for Ed25519 keys and crypto.

Constantsยง

HEX_ENCODED_LENGTH ๐Ÿ”’
Length of the hex encoded string;

Functionsยง

verifying_key_from_hex ๐Ÿ”’
Convert a hex string to a Verifying Key.
verifying_key_from_vec ๐Ÿ”’
Convert a Vector of bytes into an ED25519 verifying key.