-
Notifications
You must be signed in to change notification settings - Fork 458
Create signBLS, verifyBLS, createAggSig, verifyAggSig and verifyWeightedAggSig function #6484
Conversation
eb95af4
to
9121875
Compare
ca3faa0
to
260a2ca
Compare
1e7e899
to
0eb670e
Compare
Fix the lisk-client build process to exclude BLS functions and sodium-native build from export - Closes #6473
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.
LGTM, just minor requiests
@shuse2 Fixed the |
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.
LGTM
@@ -0,0 +1,163 @@ | |||
/* eslint-disable camelcase */ |
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.
Is this needed?
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.
Yes the eth specs files contains keys which are not camelcase. So have to disable it for all the file.
What was the problem?
This PR resolves #6471, #6472
How was it solved?
lisk-cryptography
package.How was it tested?