hmac-sha512 0.1.7

A small, self-contained SHA512, HMAC-SHA512, SHA384 and HMAC-SHA384 implementation
Documentation
[dependencies.digest]
optional = true
version = "0.9"

[features]
default = ["sha384"]
sha384 = []
traits = ["digest"]

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["algorithms", "cryptography", "no-std"]
description = "A small, self-contained SHA512, HMAC-SHA512, SHA384 and HMAC-SHA384 implementation"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-hmac-sha512"
keywords = ["crypto", "hash", "hmac", "sha2", "sha512"]
license = "ISC"
name = "hmac-sha512"
repository = "https://github.com/jedisct1/rust-hmac-sha512"
version = "0.1.7"
[profile.release]
lto = true
opt-level = 3
panic = "abort"