Traits§
- From
Base64 String - Trait to add base64 decoding functionality to strings
- From
HexString - Trait to add hex decoding functionality to strings
- ToArray32
- ToHex
String - Trait to add hex encoding functionality to byte arrays and vectors
Functions§
- private_
key_ from_ hex - Convert a private key in hex format to a Secp256r1PrivateKey.
- private_
key_ to_ hex_ string - Converts a private key to its hexadecimal string representation.
- private_
key_ to_ public_ key - Convert a private key to a public key.
- public_
key_ from_ hex - Convert a public key in hex format to a Secp256r1PublicKey.
- public_
key_ to_ hex_ string - Converts a public key to its hexadecimal string representation.