Skip to content

Commit

Permalink
Merge pull request #44 from jiep/fix-tests
Browse files Browse the repository at this point in the history
Delete unused code
  • Loading branch information
jiep authored Dec 31, 2022
2 parents 41d5143 + 38af630 commit fa949fa
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/pke.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
use generic_anon_ake::{
common::{prf::prf, utils::get_random_key32},
pq::{
pke::{check_ciphertext, pke_dec, pke_enc},
protocol::TagType,
},
common::utils::get_random_key32,
pq::pke::{check_ciphertext, pke_dec, pke_enc},
};
use oqs::kem::{self, Ciphertext, PublicKey};
use oqs::kem::{self};

#[test]
fn pke_works() {
Expand Down

0 comments on commit fa949fa

Please sign in to comment.