• Manuel Pégourié-Gonnard's avatar
    Fix theoretical compliance issue in ECDSA · 5304812b
    Manuel Pégourié-Gonnard authored
    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.
    5304812b