Docs.rs
rosetta-crypto-0.4.0
rosetta-crypto 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dvc94ch
Dependencies
anyhow ^1.0.69
normal
bech32 ^0.9.1
normal
blake2-rfc ^0.2.18
normal
bs58 ^0.4.0
normal
ecdsa ^0.16.0
normal
ed25519-dalek ^1.0.1
normal
hex ^0.4.3
normal
hmac ^0.12.1
normal
k256 ^0.13.0
normal
p256 ^0.13.0
normal
ripemd ^0.1.3
normal
rust-bip39 ^1.0.0
normal
schnorrkel ^0.10.2
normal
sha2 ^0.10.6
normal
sha3 ^0.10.6
normal
ss58-registry ^1.39.0
normal
substrate-bip39 ^0.4.4
normal
bs58 ^0.4.0
dev
hex ^0.4.3
dev
rand ^0.8.5
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate rosetta_crypto
rosetta_
crypto
0.4.0
All Items
Crate Items
Re-exports
Modules
Enums
Crate
rosetta_
crypto
Copy item path
Source
Expand description
Implements cryptography needed for various chains.
Re-exports
§
pub use
bip39
;
Modules
§
address
Support for various blockchain address formats.
bip32
BIP32 implementation.
bip44
BIP44 implementation.
Enums
§
Algorithm
Signing algorithm.
Public
Key
Public key used for verifying signatures.
Secret
Key
Secret key used for constructing signatures.
Signature
Signature.