Skip to content

Commit

Permalink
fix gate test
Browse files Browse the repository at this point in the history
  • Loading branch information
makavity committed Oct 3, 2023
1 parent 595e6c5 commit c8dcd9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bign256/tests/dsa.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//! bign256 DSA Tests

#![cfg(feature = "dsa")]

use bign256::{
dsa::{
signature::{Signer, Verifier},
Expand Down

0 comments on commit c8dcd9e

Please sign in to comment.