oblivious
oblivious copied to clipboard
Implement additive Ristretto255 scalar group operations in `oblivious.ristretto.scalar` to match `oblivious.ristretto.bn254`
Implement additive Ristretto255 scalar group operations in oblivious.ristretto.scalar
to match oblivious.bn254.scalar
's arithmetic features, and possibly even scalar.from_int
.
This discrepancy was first discussed in issue https://github.com/nthparty/oblivious/issues/8 as discovered by @rashmibhle.