Docs.rs
winter-crypto-0.4.2
winter-crypto 0.4.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kevinlewi
kchalkias
irakliyk
Dependencies
blake3 ^1.0
normal
winter-math ^0.4.2
normal
sha3 ^0.10
normal
winter-utils ^0.4.2
normal
criterion ^0.4
dev
proptest ^1.0
dev
winter-rand-utils ^0.4.2
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
☰
Module hashers
Structs
?
Module
winter_crypto
::
hashers
source
·
[
−
]
Expand description
Contains implementations of currently supported hash functions.
Structs
Blake3_192
Implementation of the
Hasher
trait for BLAKE3 hash function with 192-bit output.
Blake3_256
Implementation of the
Hasher
trait for BLAKE3 hash function with 256-bit output.
Rp62_248
Implementation of
Hasher
trait for Rescue Prime hash function with 248-bit output.
Rp64_256
Implementation of
Hasher
trait for Rescue Prime hash function with 256-bit output.
Sha3_256
Implementation of the
Hasher
trait for SHA3 hash function with 256-bit output.