q9f / secp256k1.cr

a native library implementing secp256k1 purely for the crystal language.

Home Page:https://q9f.github.io/secp256k1.cr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check everything for constant time

q9f opened this issue · comments

commented

the ec modular inverse is not constant time, which can be very problematic for security

(assumption)