descriptor-encrypt 0.1.2

Encrypt Bitcoin wallet descriptors such that only authorized spenders can decrypt
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: CC0-1.0

mod cipher;
mod encrypt;
mod shamir;

pub use encrypt::*;