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.
 
 
 
 
 

23 lines
550 B

[package]
name = "block-cipher-trait"
version = "0.5.3"
authors = ["RustCrypto Developers"]
license = "MIT/Apache-2.0"
description = "Traits for description of block ciphers"
documentation = "https://docs.rs/block-cipher-trait"
repository = "https://github.com/RustCrypto/block-ciphers"
keywords = ["crypto", "block-cipher", "trait"]
categories = ["cryptography", "no-std"]
[dependencies]
generic-array = "0.9"
[features]
dev = []
std = []
[badges]
travis-ci = { repository = "RustCrypto/traits" }
[package.metadata.docs.rs]
features = [ "std" ]