zcash / pasta_curves

Rust implementation for zcash/pasta
Other
80 stars 49 forks source link

Add security audit status and warnings to README #78

Open defuse opened 1 year ago

defuse commented 1 year ago

The jubjub README has some good warnings around security audit status and side-channels. This repo's README could include similar information.

In particular it should be noted in the README that these implementations (e.g. point addition) are not constant-time.

This information can also go in the rust documentation.