zkopru-network / blind-find

A peer-to-peer network allowing private peer search proposed by Barry Whitehat and Kobi Gurkan.
https://ethresear.ch/t/blind-find-private-social-network-search/6988
13 stars 2 forks source link

Format private key with `formatPrivKeyForBabyJub` #1

Closed mhchia closed 3 years ago

mhchia commented 3 years ago

In baby jubjub point operations, private keys are formatted with formatPrivKeyForBabyJub. We didn't use it but all operations are still working tho. Should read RFC 8032 thoroughly and get this correct.