Skip to content

Commit

Permalink
add belt-dwp to benches
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Kitaev committed Mar 5, 2025
1 parent 0c39f0c commit b825cec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion belt-dwp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//! assert_eq!(&plaintext, b"plaintext message");
//! # Ok(())
//! # }
//! ```ignore
//! ```
//!
//! ## In-place Usage (eliminates `alloc` requirement)
//!
Expand Down
5 changes: 5 additions & 0 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ harness = false
name = "eax"
path = "src/eax.rs"
harness = false

[[bench]]
name = "belt-dwp"
path = "src/belt-dwp.rs"
harness = false
File renamed without changes.

0 comments on commit b825cec

Please sign in to comment.