diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-01 08:04:25 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-01 08:09:34 -0700 |
commit | fded67e7120d79c619e541ccd3ba19898c194b5b (patch) | |
tree | 3c779d69d88663f98db76928629ce617d904a328 /demos | |
parent | 4eb7720fae9d0f734573e323f0cd5adfdc70153b (diff) |
Use deterministic signatures for ECDSA keys.
This is now considered the preffered approach across the board for ECDSA. This
is because with the traditional, random "k" parameter for ECDSA, any entropy
problems at all, even a single bit, about "k", results in a complete compromise
(see https://en.wikipedia.org/wiki/ECDSA#Security). The deterministic algorithm
doesn't have this downside.
Diffstat (limited to 'demos')
0 files changed, 0 insertions, 0 deletions