scicrypt 0.7.1

Lightweight cryptographic building blocks for proof of concept implementations in multi-party computation
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]
#![warn(missing_docs, unused_imports)]

pub use scicrypt_bigint;
pub use scicrypt_he::cryptosystems;
pub use scicrypt_he::threshold_cryptosystems;
pub use scicrypt_numbertheory;
pub use scicrypt_traits;