[dependencies.scicrypt-bigint]
version = "0.7.1"
[dependencies.scicrypt-he]
version = "0.7.1"
[dependencies.scicrypt-numbertheory]
version = "0.7.1"
[dependencies.scicrypt-traits]
version = "0.7.1"
[lib]
bench = false
[package]
authors = ["Jelle Vos <scicrypt@jelle-vos.nl>"]
description = "Lightweight cryptographic building blocks for proof of concept implementations in multi-party computation"
edition = "2018"
homepage = "https://crates.io/crates/scicrypt"
license = "MIT"
name = "scicrypt"
readme = "README.md"
repository = "https://github.com/jellevos/scicrypt"
version = "0.7.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]