mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-26 01:11:25 +00:00
Kris Kwiatkowski
fbd5687be2
* Dilithium 3.1 * KAT testing * Incluide AARCH64 implementation * Add test for Z packing/unpacking
15 lines
305 B
TOML
15 lines
305 B
TOML
[package]
|
|
name = "katrunner"
|
|
version = "0.1.0"
|
|
authors = ["Kris Kwiatkowski <contact@amongbytes.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
katwalk = "0.0.10"
|
|
pqc-sys = { path = "../../src/rustapi/pqc-sys" }
|
|
hex = "0.4.2"
|
|
threadpool = "1.8.1"
|
|
rust-crypto = "^0.2"
|
|
lazy_static = "1.4.0"
|
|
aes_ctr_drbg = "0.0.2"
|