Crate fuel_crypto
source ·Expand description
Fuel cryptographic primitives.
Re-exports
pub use borrown;
pub use coins_bip32;
pub use coins_bip39;
pub use fuel_types;
pub use rand;
Modules
- ED25519 signature verification
- secp256r1 (P-256) functions
Structs
- Standard hasher
- Normalized (hashed) message authenticated by a signature
- Asymmetric secp256k1 public key
- Asymmetric secret key
- Secp256k1 signature implementation
Enums
- Crypto error variants
Functions
- generate_mnemonic_phrase
std
andrandom
Generates a random mnemonic phrase given a random number generator and the number of words to generate,count
.