Registry / crypto / tezos-crypto-rs

tezos-crypto-rs

JSON →
library0.6.0rscratesunverified

Utilities for tezos-related cryptographic operations.

# Cargo.toml [dependencies] tezos_crypto_rs = "0.6.0"
INSTALL
IMPORT
SIG · TEZOS-CRYPTO-RS
T
tezos-crypto-rs
cryptorustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hash
✓ use tezos_crypto_rs::hash::Hash;

Parse a Tezos hash from base58.

use tezos_crypto_rs::hash::Hash; fn main() { let hash = Hash::from_base58("some_base58_string").unwrap(); println!("{:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
15
Resources
tezos-crypto-rs — cargo add tezos-crypto-rs · libregistry