jellyfish
jellyfish copied to clipboard
feat: Add BLS signature short pk variant
trafficstars
Description
Major changes include:
- move current
bls_over_bn254impl tobls_over_bn254::min_sig - add
bls_over_bn254::min_pkmodule
closes: #373
Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.
- [ ] Targeted PR against correct branch (main)
- [ ] Linked to GitHub issue with discussion and accepted design OR have an explanation in the PR that describes this work.
- [ ] Wrote unit tests
- [ ] Updated relevant documentation in the code
- [ ] Added a relevant changelog entry to the
Pendingsection inCHANGELOG.md - [ ] Re-reviewed
Files changedin the GitHub PR explorer
Is this still working? We may still want a short pk version for a smaller stake table. cc @alxiong
I see! I paused this previously, but I will keep working on it this week. Thanks for reminding me! @mrain
I see! I paused this previously, but I will keep working on it this week. Thanks for reminding me! @mrain
Thanks @alxiong ! Let me know when it's ready.