Registry / crypto / hmac-sha512

hmac-sha512

JSON →
library1.1.12rscratesunverified

A small, self-contained implementation of SHA512, HMAC-SHA512, HKDF-SHA512, SHA384, HMAC-SHA384, and HKDF-SHA384.

# Cargo.toml [dependencies] hmac-sha512 = "1.1.12"
INSTALL
IMPORT
SIG · HMAC-SHA512
H
hmac-sha512
cryptorustv1.1.12
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 hmac_sha512::Hash;

Compute a SHA512 hash of a string.

use hmac_sha512::Hash; fn main() { let hash = Hash::hash(b"hello world"); println!("SHA512: {:x}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hmac-sha512 — cargo add hmac-sha512 · libregistry