diff options
author | Constanza Heath <[email protected]> | 2017-03-10 14:57:58 -0800 |
---|---|---|
committer | Constanza Heath <[email protected]> | 2017-03-10 15:01:54 -0800 |
commit | e6cffb820b91578d9816fc0bcc8f72f32f6ee76b (patch) | |
tree | 74664110560bf9803b9520aaaf5f18c0ba1afbe5 /AUTHORS | |
parent | d04e95d994fa9d4cd7fa7ff8a29b934bd930f97d (diff) |
Significant speedup on EC-DSA verfification: Accelerates ECC point multiplication and modular reduction by removing constant-time bottlenecks (not needed in this process as verification only deals with public information). Slightly increased code size (same lines of expected result for other ECC optmizations).
Fix to make ECC Key Generation FIPS 186-4 compliant
- Previous version used a simplified method
Additional check in ecc_valid_public_key
- Also check that the public key is not the generator of P-256
Fix in double_bytes function
- Previous version used by Colin O'Flynn to show power analysis threat
Change in HMAC API:
- API now ensures it erases secrets before exiting
Added Authors file
- Clarifies contacts for responsible disclosure
Signed-off-by: Constanza Heath <[email protected]>
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +Open Source Maintainer: Constanza Heath <[email protected]> +Author: Rafael Misoczki <[email protected]>
\ No newline at end of file |