commit | 5304812b2d228fa6e0e769017d9c004fee272e1e | [log] [download] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 03 12:55:15 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 17 21:41:39 2014 +0100 |
tree | ff0e7462c9c947bab0413431ee9635d22f340f24 | |
parent | 18e3ec9b4d5076413965a792314b35e39b5dd151 [diff] |
Fix theoretical compliance issue in ECDSA The issue would happen for curves whose bitlength is not a multiple of eight (the only case is NIST P-521) with hashes that are longer than the bitlength of the curve: since the wides hash is 512 bits long, this can't happen. Fixing however as a matter of principle and readability.