workshop: stage 3

This commit is contained in:
rymnc
2024-07-06 17:29:54 +04:00
parent 5477c800e7
commit b1bb4682a5

View File

@@ -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`