zk_coinjoin_lib 1.0.6-beta

ZK Proof library for Coinjoin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(test)]
mod tests {
    use super::*;

    #[test]
    fn test_proof_generation() {
        // Test the proof generation logic
    }

    #[test]
    fn test_proof_verification() {
        // Test the proof verification logic
    }
}