haskell-crypto / cryptonite

lowlevel set of cryptographic primitives for haskell
Other
226 stars 139 forks source link

ECDSA with a type class #300

Closed ocheron closed 5 years ago

ocheron commented 5 years ago

Clones the ECDSA API to use curve-dependent implementations provided by Crypto.ECC. This brings faster operation for P-256, and should sign in constant time with that curve. And possibly other curves in the future, if more primitives are added.

Replaces #226.