Crate essential_wallet
source ·Expand description
§Essential Wallet
§Warning!
This crate has not been audited for security. USE AT YOUR OWN RISK! This crate is intended for testing and educational purposes only. Never use this for production code or to store real funds.
This crate can be used as a library in front ends for testing key management and signing. This crate also provides a binary cli tool that can be used to manage keys and sign data.
Re-exports§
pub use essential_signer::ed25519_dalek;
pub use essential_signer::secp256k1;
Structs§
- Essential Wallet USE AT YOUR OWN RISK! Stores secret keys in sqlcipher database.
Enums§
- Where to pad the data to make it word aligned.
- Which signature scheme to use.
- Different types of signatures that can be produced.