cambrian / accumulator

Cryptographic accumulators in Rust.
https://cambrian.github.io/accumulator
MIT License
133 stars 34 forks source link

Add ristretto scalar restricition and remove improper proof assertion. #51

Open 3for opened 4 years ago

3for commented 4 years ago

For issue #50 :

  1. add ristretto scalar field restriction
  2. remove wrong proof assertion in test_poe_small_exp and test_poke2
burdges commented 4 years ago

Just curious, how would ristretto be used by code that wants an accumulator?

3for commented 4 years ago

@burdges I'm also curious. It seemed that the co-prime product in this repo is always bigger than the max scalar val in Curve25519. @whaatt Could you help us for more understanding?