workshop: stage 1

This commit is contained in:
rymnc
2024-07-06 17:26:21 +04:00
parent 93dd093c7d
commit b5bf834f82

View File

@@ -3,3 +3,7 @@ use crate::stealth_addresses::StealthAddressOnCurve;
use ark_bls12_381::G2Projective;
struct Bls12_381_G2;
impl StealthAddressOnCurve for Bls12_381_G2 {
type Projective = G2Projective;
}