Skip to content

Commit

Permalink
forgot to add line
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Aug 22, 2024
1 parent 7f4ce60 commit 590d2c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hpke-rs-tests/src/test_hpke_kat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ pub fn kat<Crypto: HpkeCrypto + 'static>(tests: Vec<HpkeTestVector>) {
let kdf_id: KdfAlgorithm = test.kdf_id.try_into().unwrap();
let aead_id: AeadAlgorithm = test.aead_id.try_into().unwrap();

let ciphersuite_string = format!("{mode}/{kem_id}/{kdf_id}/{aead_id}");

if Crypto::supports_kem(kem_id).is_err() {
println!(
" > KEM {:?} not implemented yet for {}",
Expand Down

0 comments on commit 590d2c5

Please sign in to comment.