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
In the paillier module, we have some MontyParams structures with moduli p and q, and some precomputed constants containing these params. These need to be zeroized when crypto-bigint supports it.
The text was updated successfully, but these errors were encountered:
Currently blocked by RustCrypto/crypto-bigint#704.
In the
paillier
module, we have someMontyParams
structures with modulip
andq
, and some precomputed constants containing these params. These need to be zeroized whencrypto-bigint
supports it.The text was updated successfully, but these errors were encountered: