-
Notifications
You must be signed in to change notification settings - Fork 809
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
update bcrypto. #803
update bcrypto. #803
Conversation
This comment has been minimized.
This comment has been minimized.
So this is waiting for bfilter to be part of bcrypto? I don't think golomb is currently used and can be handled with #797 |
Actually, this can be merged without
|
New version of bcrypto is tagged |
Yep, should be Would be good to get bcoin-org/mrmr#1 in and update Tested and fixes |
use mrmr, bstring and bsip from bcrypto
From discussion earlier, |
@nodar-chkuaselidze can you rebase? Or I rebased here: nodech#1 |
I've incorporated this into #946 |
[email protected] updates
Changelog from [email protected]: bcoin-org/bcrypto#22
switching to bcrypto
Following libraries have been included in bcrypto@4:
bsip
,mrmr
,bstring
and
bs32
. So this PR will use bcrypto version instead of separate packages.Overview of repositories regarding to these libraries:
bfilter
andgolomb
can move tobcrypto
ORgolomb can become part of bcoin primitives mentioned: #797
bcrypto breaking changes:
sign/recover.
masterkey
andwalletdb
Updates from
v4.0.1
tov4.1.0
batchVerify
->verifyBatch
schnorrBatchVerify
->schnorrVerifyBatch
batchVerify
->verifyBatch