Skip to content
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

Handle zeroize for PPOPRF secret key. #30

Open
alxdavids opened this issue Apr 13, 2022 · 0 comments
Open

Handle zeroize for PPOPRF secret key. #30

alxdavids opened this issue Apr 13, 2022 · 0 comments

Comments

@alxdavids
Copy link
Contributor

Currently the BitVec type that is used from the bitvec does not use zeroize. This type is used in part of the server's secret key in the ppoprf crate. Currently, we skip zeroizing the parts of the key that use BitVec, but we will need to address this in a more suitable way for the future.

@alxdavids alxdavids changed the title Handle Zeroize for PPOPRF secret key. Handle zeroize for PPOPRF secret key. Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant