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.