iden3 / go-iden3-core

Go core implementation of the iden3 system
https://docs.iden3.io
Apache License 2.0
90 stars 34 forks source link

Make all ZkFiles operations thread safe #396

Closed ed255 closed 4 years ago

ed255 commented 4 years ago

Resolve #392 There were some public methods that were modifying and checking internal fields. Now all public methods acquire a lock so that all methods can be called concurrently.