solana-perf-libs
solana-perf-libs copied to clipboard
OpenCL sigverify needs extra malleability signature checks
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.