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
707 B

[package]
name = "SilentDragonPaper"
version = "0.2.0"
authors = [
"ZecWallet",
"The Hush developers"
]
edition = "2018"
[patch.crates-io]
aes = { path = "vendor/aes-0.2.0" }
aes-soft = { git = "https://github.com/RustCrypto/block-ciphers", rev = "aes-soft-v0.2.0" }
aesni = { path = "vendor/aesni" }
block-cipher-trait = { git = "https://github.com/RustCrypto/traits", rev = "block-cipher-trait-v0.5.3" }
stream-cipher = { git = "https://github.com/RustCrypto/traits", rev = "stream-cipher-v0.1.1" }
hmac = { path = "vendor/hmac-0.4.2" }
crypto-mac = { path = "vendor/crypto-mac-0.4.0" }
[dependencies]
clap = "2.33.0"
silentdragonpaper = { path = "../lib" }
json = "0.11.14"
printpdf = "0.3.2"