Add more expand message implementations for BLS
@tarakby is already working on this.
Since Oct 8, 2024.
- Dominant language
- Assembly
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Issue to be solved
The current repo's BLS expand_message_xof was designed before the hash-to-curve RFC 9380 or its previous draft versions became available.
Although the design follows the requirements of a variant expand message, it resulted in a specific design that is different than what is used by BLS other open source libraries.
Users of the lib can define any other expand-to-message implementation as a Hasher used by the BLS signing interface, but it would be good if the package supports the more standard designs.
Definition of done:
- add requirement about large DSTs
- implement expand-message-xmd with input hash function
H - implement expand-message-xof with input hash function
H
Suggested Solution
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.