hmac-sha1 0.2.2

A simple wrapper around the RustCrypto hmac and sha1 crates for simple HMAC-SHA1 generation.
Documentation
[dependencies.hmac]
version = "0.12.1"

[dependencies.sha1]
version = "0.10.6"
[dev-dependencies.hex]
version = "0.4.3"

[package]
authors = ["Philip Woolford <woolford.philip@gmail.com>"]
description = "A simple wrapper around the RustCrypto hmac and sha1 crates for simple HMAC-SHA1 generation."
edition = "2018"
include = ["**/*.rs", "LICENSE", "Cargo.toml"]
keywords = ["hmac", "sha1"]
license = "BSD-3-Clause"
name = "hmac-sha1"
readme = "README.md"
repository = "https://github.com/pantsman0/rust-hmac-sha1"
version = "0.2.2"