Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Aug 22, 2024
1 parent f0bd932 commit 1280e84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hpke-rs-tests/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ impl hpke_rs_crypto::CryptoProvider for MyCryptoProvider {

#[cfg(tests)]
mod tests {
// the tests names are close to the spec and don't follow rust conventions
#![allow(non_snake_case)]

use super::MyCryptoProvider;

hpke_rs_tests::test_funs!(MyCryptoProvider);
hpke_rs_tests::kat_fun!(MyCryptoProvider);
}
Expand Down

0 comments on commit 1280e84

Please sign in to comment.