dusk-network / jubjub

Implementation of the Jubjub elliptic curve group
Other
4 stars 12 forks source link

Implement `Zeroize` for scalar and points #135

Closed moCello closed 6 months ago

moCello commented 6 months ago

Summary

Implement the Zeroize trait for scalar and points. This is needed to be able to securely delete secret values from memory.