scicrypt-traits 0.7.1

A scicrypt crate defining general traits for cryptographic systems and functionalities
Documentation
[dependencies.rand_core]
version = "0.6"

[dependencies.rug]
default-features = false
features = ["integer", "rand"]
version = "1.13"

[lib]
bench = false

[package]
authors = ["Jelle Vos <scicrypt@jelle-vos.nl>"]
description = "A scicrypt crate defining general traits for cryptographic systems and functionalities"
edition = "2018"
homepage = "https://crates.io/crates/scicrypt-traits"
license = "MIT"
name = "scicrypt-traits"
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"]