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.
 
 
 
 
 

24 lines
617 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 = { path = "vendor/aes-soft" }
aesni = { path = "vendor/aesni" }
block-cipher-trait = { path = "vendor/block-cipher-trait" }
crypto-mac = { path = "vendor/crypto-mac-0.4.0" }
hmac = { path = "vendor/hmac-0.4.2" }
stream-cipher = { path = "vendor/stream-cipher" }
zcash_primitives = { path = "vendor/zcash_primitives" }
[dependencies]
clap = "2.33.0"
silentdragonpaper = { path = "../lib" }
json = "0.11.14"
printpdf = "0.3.2"