sinkhole-core 0.0.1

The core traits and types for the `sinkhole` library.
Documentation
1
2
3
4
5
6
7
extern crate curve25519_dalek;
extern crate elgamal_ristretto;
extern crate hex;
extern crate rand_core;

pub mod errors;
pub mod traits;