aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorConstanza Heath <[email protected]>2017-03-10 14:57:58 -0800
committerConstanza Heath <[email protected]>2017-03-10 15:01:54 -0800
commite6cffb820b91578d9816fc0bcc8f72f32f6ee76b (patch)
tree74664110560bf9803b9520aaaf5f18c0ba1afbe5 /AUTHORS
parentd04e95d994fa9d4cd7fa7ff8a29b934bd930f97d (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--AUTHORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..3dd7d1e
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+Open Source Maintainer: Constanza Heath <[email protected]>
+Author: Rafael Misoczki <[email protected]> \ No newline at end of file