Skip to content

Commit

Permalink
fix missing
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Aug 10, 2024
1 parent fd9327f commit 6794f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ pub(crate) use alloc::vec::Vec;
feature = "x25519",
feature = "p256",
feature = "p384",
feature = "p521"
feature = "p521",
feature = "secp"
))]
mod kat_tests;

Expand Down

0 comments on commit 6794f1c

Please sign in to comment.