firma 0.20.0

Firma is a library to create bitcoin multisig wallets with private keys stored on offline devices.
Documentation
1
2
3
4
5
6
7
8
pub mod decrypt;
pub mod descriptor;
pub mod dice;
pub mod print;
pub mod random;
pub mod restore;
pub mod sign;
pub mod sign_wallet;