Docs.rs
dumb-crypto-3.1.0
dumb-crypto 3.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
indutny
Dependencies
Versions
86.54%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
dumb_
crypto
3.1.0
Module hmac
Sections
Hmac
Module Items
Structs
In crate dumb_
crypto
dumb_crypto
Module
hmac
Copy item path
Source
Expand description
§
Hmac
Implementation of HMac SHA256 message authentication algorithm according to
RFC 2104
.
Structs
§
HMac
Main hmac-sha256 structure.