Closed ocheron closed 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.
Crypto.ECC
Replaces #226.
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.