Open swasilyev opened 5 years ago
We've no problem for the Schnorr DLEQ proof here. And the SNARK should handle the same points too, no? Are you worried about Pederson hashes agreeing due to people reusing keys?
Smth like that. Anyway it's obviously not less safer to have custom Personalization. Maybe in Zexe version
We'll see how ZEXE handles JubjubEngine::Params
too, maybe my JubjubEngineWithParams
became unnecessary, or maybe we want it for exactly this.
For fixed basepoint multiplication and also for Pedersen hashes we use basepoints provided by Zcash. We should better use our basepoints to prevent any kind of collision.