LLFourn / secp256kfun

A pure-rust secp256k1 library optimised for fun
BSD Zero Clause License
101 stars 29 forks source link

Implement subtle::ConditionallySelectable for Point #57

Closed LLFourn closed 3 years ago

LLFourn commented 3 years ago

So we can do constant time selection for them in the cross curve dleq proof.

@luckysori this fixes the last remaining issue for the proof that I am aware of.

luckysori commented 3 years ago

Good work!