Paper wallet for Hush, which you can use with no internet access while wearing a tinfoil hat inside of a Faraday cage. https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
468 B

[package]
name = "hmac"
version = "0.4.2"
authors = ["RustCrypto Developers"]
license = "MIT/Apache-2.0"
description = "Generic implementation of Hash-based Message Authentication Code (HMAC)"
documentation = "https://docs.rs/hmac"
repository = "https://github.com/RustCrypto/MACs"
keywords = ["crypto", "mac", "hmac", "digest"]
[dependencies]
crypto-mac = "0.4"
generic-array = "0.8"
digest = "0.6"
[dev-dependencies]
crypto-tests = "0.5"
md-5 = "0.5"
sha2 = "0.6"