[package]
name = "sarkara"
version = "0.8.0"
authors = ["quininer kel <quininer@live.com>"]
description = "A Post-Quantum cryptography library."
repository = "https://github.com/quininer/sarkara"
documentation = "https://docs.rs/sarkara/"
keywords = [ "post-quantum", "cryptography" ]
license = "MIT"
categories = [ "cryptography" ]
[badges]
travis-ci = { repository = "quininer/sarkara" }
appveyor = { repository = "quininer/sarkara" }
[dependencies]
seckey = { version = "0.6", default-features = false }
rand = "0.3"
hc256 = "0.1"
blake2-rfc = "0.2"
argon2rs = "0.2"
ascon = "0.1"
newhope = { version = "0.2", default-features = false }
blissb = "0.2"
byteorder = "1.0"
[features]
default = [ "simd" ]
simd = [ "blake2-rfc/simd_asm", "argon2rs/simd" ]