-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(crypto): remove ffjavascript and implement utils functions locally #944
Conversation
✅ Deploy Preview for maci-typedoc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
3ee26d1
to
cf031ab
Compare
cf031ab
to
34612a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ctrlc03 thanks, just few changes to improve
88ea91a
to
419b013
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ctrlc03 thanks, just one minor style comment
…ocally Remove large dependency ffjavascript which was used only for a couple of util functions. Also ensure that we safely convert a bigint to a buffer and thus result in serialized maci private keys being the same length fix #458
419b013
to
0b2986f
Compare
Description
Remove the large dependency
ffjavascript
which was used only for a couple of util functions. Also ensure that we safely convert a bigint to a buffer and thus result in serialized maci private keys being the same length.Related issue(s)
Related to #793 and fix #458
Confirmation