solana-perf-libs icon indicating copy to clipboard operation
solana-perf-libs copied to clipboard

OpenCL sigverify needs extra malleability signature checks

Open sakridge opened this issue 5 years ago • 0 comments

Extra checks were added to the cuda sigverify for signature malleability: https://github.com/solana-labs/solana-perf-libs/blob/ccb3a0eaa62ae5fc741587c5e9b85634f8c7c487/src/cuda-ecc-ed25519/verify.cu#L89

https://github.com/solana-labs/solana-perf-libs/blob/ccb3a0eaa62ae5fc741587c5e9b85634f8c7c487/src/cuda-ecc-ed25519/verify.cu#L119 These should be added to the OpenCL implementation as well.

sakridge avatar Sep 01 '20 14:09 sakridge