Docs.rs
dup-crypto-0.58.0
dup-crypto 0.58.0
Permalink
Docs.rs crate page
AGPL-3.0
Links
Repository
crates.io
Source
Owners
librelois
Dependencies
arrayvec ^0.7
normal
optional
base64 ^0.13.0
normal
blake3 ^0.3.7
normal
bs58 ^0.4.0
normal
byteorder ^1.3.4
normal
chacha20poly1305 ^0.7.1
normal
optional
curve25519-dalek ^3.1
normal
optional
ed25519-bip32 ^0.3.2
normal
optional
hex ^0.4.2
normal
once_cell ^1.5.2
normal
optional
serde ^1.0.123
normal
thiserror ^1.0.24
normal
zerocopy ^0.3.0
normal
zeroize ^1.2.0
normal
bincode ^1.3.1
dev
criterion ^0.3.4
dev
sodiumoxide ^0.2.6
dev
unwrap ^1.2.1
dev
cryptoxide ^0.3.2
normal
optional
getrandom ^0.2.2
normal
ring ^0.16.20
normal
cryptoxide ^0.3.2
normal
getrandom ^0.2.2
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
ToBase58
dup_
crypto
0.58.0
ToBase58
Required Methods
to_base58
Implementors
In dup_
crypto::
bases::
b58
dup_crypto
::
bases
::
b58
Trait
ToBase58
Copy item path
Source
pub trait ToBase58 { // Required method fn
to_base58
(&self) ->
String
; }
Expand description
Convert to base58 string
Required Methods
§
Source
fn
to_base58
(&self) ->
String
Convert to base58 string
Implementors
§
Source
§
impl
ToBase58
for
PubKeyEnum
Source
§
impl
ToBase58
for
PublicKey
Source
§
impl
ToBase58
for
Seed32