sidh 0.2.3

An efficient supersingular isogeny-based cryptography library.
Documentation
[badges.appveyor]
branch = "master"
repository = "etairi/sidh-rs"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "etairi/sidh-rs"

[build-dependencies.cc]
version = "^1.0.71"

[build-dependencies.rand]
version = "^0.8.0"

[build-dependencies.subtle]
version = "^2.4.1"

[dependencies.heapless]
version = "^0.7.7"

[dependencies.quickcheck]
version = "^1.0"

[dependencies.rand]
default-features = false
version = "^0.8.0"

[dependencies.rand_core]
default-features = false
version = "^0.6"

[dependencies.subtle]
default-features = false
version = "^2.4.1"

[features]
bench = []
default = ["std"]
nightly = ["subtle/nightly"]
std = ["rand/std", "subtle/std", "rand_core/std"]

[package]
authors = ["Erkan Tairi <erkan.tairi@gmail.com>"]
build = "build.rs"
categories = ["cryptography", "no-std"]
description = "An efficient supersingular isogeny-based cryptography library."
documentation = "https://docs.rs/sidh"
exclude = [".gitignore", ".travis.yml"]
homepage = "https://github.com/etairi/sidh-rs/"
keywords = ["cryptography", "elliptic", "curve", "isogeny", "SIDH"]
license = "MIT"
name = "sidh"
readme = "README.md"
repository = "https://github.com/etairi/sidh-rs/"
version = "0.2.3"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]

[profile.bench]
debug = true