nullity00 / maci-noir

Writing MACI circuits in Noir
16 stars 2 forks source link

[privToPubKey.nr] Fixed Base Scalar Mul for BabyJubJub #4

Open nullity00 opened 1 year ago

nullity00 commented 1 year ago

Circom File : https://github.com/privacy-scaling-explorations/maci/blob/master/circuits/circom/privToPubKey.circom

To Convert Private key to Public Key, multiply private key with the Base point of the curve i.e. pubKey = privKey * G. This is done using Fixed base Scalar multiplication.

To Do

nullity00 commented 1 year ago

@consentsam Any updates ?

consentsam commented 1 year ago

will start this weekend.