Skip to content

Commit

Permalink
Remove extra line in fuzz testing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
erskingardner committed Sep 1, 2024
1 parent 25be6a3 commit 808c62d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fuzz/fuzz_targets/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ fuzz_target!(|data: &[u8]| {
let mut hpke = Hpke::<hpke_rs_rust_crypto::HpkeRustCrypto>::new(
HpkeMode::Base,
KemAlgorithm::DhKemP256,
KemAlgorithm::DhKemK256,
KdfAlgorithm::HkdfSha256,
AeadAlgorithm::Aes128Gcm,
);
Expand Down

0 comments on commit 808c62d

Please sign in to comment.