You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
alxdavids
changed the title
Handle Zeroize for PPOPRF secret key.
Handle zeroize for PPOPRF secret key.
Apr 13, 2022
Currently the
BitVec
type that is used from the bitvec does not usezeroize
. This type is used in part of the server's secret key in theppoprf
crate. Currently, we skip zeroizing the parts of the key that useBitVec
, but we will need to address this in a more suitable way for the future.The text was updated successfully, but these errors were encountered: