enabling zeroize for field elements#22
Conversation
temporarily creating a new crate for publishing
|
Hi! It looks like this branch was modified when you published a separate crate, because the PR is from your fork's master branch. Please either rebase this branch to fix it, or make a new PR with a change-specific branch. Separately, I'm not sure we want to add a required |
|
Thanks! I have created another PR: #24 |
This PR enables
zeroizefor field elements -- allows for better memory safety for upper layer libs such as pairing or bls signatures. Would love to see this functionality merged to the main repo.