mirror of
https://github.com/vacp2p/stealth-address-kit.git
synced 2026-01-09 13:38:01 -05:00
workshop: stage 1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user