iden3 / ffjavascript

Finite Field Library in Javascript
GNU General Public License v3.0
50 stars 56 forks source link

Lack of documention on seralization and deserialization and kinds of type #34

Open wbl opened 2 years ago

wbl commented 2 years ago

This is a real problem when writing code that uses the libraries on top of this one. For instance I want to generate a babyJubjub key and serialize it, then deserialize it and use it in some circuit. Right now I am struggling to figure out what function will do the job.

NOOMA-42 commented 2 years ago

@phated If I want to work on the documentation, is there any standard that I should follow?and how would you suggest to do