Registry / crypto / decanter

decanter

JSON →
library0.1.6rscratesunverified

Implements basic cryptographic primitives native to the ecosystem.

# Cargo.toml [dependencies] decanter = "0.1.6"
INSTALL
IMPORT
SIG · DECANTER
D
decanter
cryptorustv0.1.6
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 decanter::hash::Hash;

Computes a hash using Decanter's hash primitive.

use decanter::hash::Hash; fn main() { let h = Hash::new(b"hello"); println!("{:?}", h); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
decanter — cargo add decanter · libregistry