Skip to content

Commit

Permalink
Add proptests to debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanshade committed Jan 22, 2024
1 parent 879a21e commit ce9d916
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 1 deletion.
306 changes: 306 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions aes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cpufeatures = "0.2"
[dev-dependencies]
cipher = { version = "=0.5.0-pre.2", features = ["dev"] }
hex-literal = "0.3"
proptest = "1.4.0"

[features]
hazmat = [] # Expose cryptographically hazardous APIs
Expand Down
2 changes: 1 addition & 1 deletion aes/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
//! [AES-NI]: https://en.wikipedia.org/wiki/AES_instruction_set
//! [`block-modes`]: https://github.com/RustCrypto/block-modes/
#![no_std]
// #![no_std]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/26acc39f/logo.svg",
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/26acc39f/logo.svg"
Expand Down
Loading

0 comments on commit ce9d916

Please sign in to comment.