Docs.rs
shake-0.1.0
shake 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
newpavlov
github:rustcrypto:hashes
Dependencies
digest ^0.11
normal
keccak ^0.2
normal
sponge-cursor ^0.1
normal
digest ^0.11
dev
hex-literal ^1
dev
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Shake256
shake
0.1.0
Shake256
Aliased Type
Trait Implementations
CollisionResistance
In crate shake
shake
Type Alias
Shake256
Copy item path
Source
pub type Shake256 =
Shake
<136>;
Expand description
SHAKE256 hasher.
Aliased Type
§
pub struct Shake256 {
/* private fields */
}
Trait Implementations
§
Source
§
impl
CollisionResistance
for
Shake256
Source
§
type
CollisionResistance
=
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>
Collision resistance in bytes.
Read more