descriptor-encrypt 0.1.2

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

use super::*;

mod decode;
mod dummy;
mod encode;
mod tag;
mod varint;

pub use decode::*;
pub use encode::encode;