2020-08-04 14:42:17 +02:00
|
|
|
[package]
|
|
|
|
name = "aes-t-tables"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["GuillaumeDIDIER <guillaume.didier95@hotmail.fr>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-08-19 10:07:48 +02:00
|
|
|
openssl-sys = "0.9.58"
|
|
|
|
openssl = "0.10.30"
|
|
|
|
cache_utils = { path = "../cache_utils" }
|
|
|
|
memmap2 = "0.1.0"
|
|
|
|
rand = "0.7.3"
|
2020-09-29 10:51:24 +02:00
|
|
|
nix = "0.18.0"
|
2020-10-22 14:38:41 +02:00
|
|
|
cache_side_channel = { path = "../cache_side_channel" }
|
|
|
|
flush_flush = { path = "../flush_flush" }
|
|
|
|
flush_reload = { path = "../flush_reload" }
|