miscreant / meta

Meta-repository for Miscreant: misuse-resistant symmetric encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support
https://miscreant.io
Other
474 stars 27 forks source link

rust: Only build the `std` feature on docs.rs #186

Closed tarcieri closed 6 years ago

tarcieri commented 6 years ago

Otherwise the test fails due to the "bench" feature

Separately, we should really switch to criterion.rs