dusk-network / schnorr

Schnorr Signature algorithm usiing BLS12-381 Curve
Mozilla Public License 2.0
13 stars 19 forks source link

Add functionalities for variable generator #116

Closed moCello closed 11 months ago

moCello commented 11 months ago

Resolves #107

moCello commented 11 months ago

I've corrected the spelling mistakes (hopefully all) and changed the PublicKeyDouble to hold JubJubExtended instead of PublicKey internally.