MystenLabs / fastcrypto

Common cryptographic library used in software at Mysten Labs.
Apache License 2.0
244 stars 138 forks source link

Panic handling in ristretto255.rs #273

Closed kchalkias closed 1 year ago

kchalkias commented 1 year ago

Especially the Div function when dividing by zero point.

jonas-lj commented 1 year ago

PR #282 fixes this for division.