diff --git a/sdk/src/bls12_381_on_g2_impl.rs b/sdk/src/bls12_381_on_g2_impl.rs index 19f7ead..bf9b11b 100644 --- a/sdk/src/bls12_381_on_g2_impl.rs +++ b/sdk/src/bls12_381_on_g2_impl.rs @@ -10,3 +10,4 @@ impl StealthAddressOnCurve for Bls12_381_G2 { // define the tests for the curve define_curve_tests!(Bls12_381_G2); +// run the tests with `cargo test -p stealth_address_kit --no-default-features --features bls12_381 bls12_381_on_g2_impl`