hmac-sha512 0.1.5

A small, self-contained SHA512 and HMAC-SHA512 implementation
Documentation
[dependencies]

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["algorithms", "cryptography"]
description = "A small, self-contained SHA512 and HMAC-SHA512 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.5"
[profile.release]
lto = true
opt-level = 3
panic = "abort"