Docs.rs
sha1-0.10.6
sha1 0.10.6
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
tarcieri
newpavlov
github:rustcrypto:hashes
Dependencies
cfg-if ^1.0
normal
digest ^0.10.7
normal
digest ^0.10.7
dev
hex-literal ^0.2.2
dev
cpufeatures ^0.2
normal
sha1-asm ^0.5
normal
optional
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sha1
0.10.6
Sha1
Aliased type
In crate sha1
Type Alias
sha1
::
Sha1
Copy item path
source
·
[
−
]
pub type Sha1 =
CoreWrapper
<
Sha1Core
>;
Expand description
SHA-1 hasher state.
Aliased Type
§
struct Sha1 {
/* private fields */
}