decanter 0.1.6

This crate implements basic cryptographic primitives native to the ecosystem
Documentation
1
2
3
4
5
6
7
#[cfg(test)]
#[test]
fn compiles() {
    assert!(0 == 0);
    assert_eq!(1, 1);
    assert_ne!(1, 0);
}