ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove zeroize once num-bigint supports zeroization on drop

tmpfs opened this issue · comments

commented

The zeroize library is currently required for range_proofs.rs because BigInt from the num-bigint backend does not yet support zeroization on drop, once support is added to num-bigint the zeroize dependency can be completely removed.

Original discussion is here.

Closing per discussion in separate thread