bip352 0.1.0-alpha.3

Implementation of BIP 352 Silent Payments
Documentation
1
2
3
4
5
6
7
pub struct Audit {}

impl Audit {
    pub fn new(name: &str) -> Self {
        Self {}
    }
}