ZenGo-X / curv

Rust language general purpose elliptic curve cryptography.
MIT License
264 stars 111 forks source link

Implement Zeroize for `Point<E>` #150

Open survived opened 2 years ago

survived commented 2 years ago

Point<E> lacks of zeroize functionality. It's easy to add: underlying ECPoint always implements Zeroize