secp256kfun icon indicating copy to clipboard operation
secp256kfun copied to clipboard

Try haybale-pitchfork to detect constant time violations

Open LLFourn opened this issue 4 years ago • 0 comments

See: https://github.com/rust-bitcoin/rust-secp256k1/pull/213

Obviously all the functions in https://github.com/LLFourn/secp256kfun/blob/master/secp256kfun/src/backend/parity/constant_time.rs should be constant time and we should be able to empirically verify they are and do the tests in CI. There are several obvious violations here but as we fix them they should be tested.

Thanks to @thomaseizinger for putting me onto this.

LLFourn avatar Jun 01 '20 15:06 LLFourn