[package] name = "rust-aes-proofs" description = "Various AES-based Proof-of-Replication and Proof-of-Time implementations and benchmarks" version = "0.2.0" authors = [ "Jeremiah Wagstaff ", "Nazar Mokrynskyi " ] edition = "2018" license = "MIT" autobenches = false keywords = ["subspace", "aes", "proof-of-replication", "proof-of-time"] documentation = "https://docs.rs/rust-aes-proofs" repository = "https://github.com/subspace/rust-aes-proofs" readme = "readme.md" [dependencies] aes-soft = "0.3.3" aes_frast = "0.1.5" ocl = "0.19.3" rayon = "1.3.0" [dev-dependencies] criterion = "0.3.2" rand = "0.7.3" [build-dependencies] cc = "1.0.54" [[bench]] name = "pot" harness = false [[bench]] name = "por" harness = false