summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-01-10 20:59:40 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-01-10 20:59:40 +0100
commit0d1b423df26319088f2512b6314f6774132ccb82 (patch)
tree2e83949018d5f0099cecd1bd1c4ee73f55dab6c6
parent0a5e2524909b5f7be602786da26685ab492bb7d6 (diff)
downloadnettle-0d1b423df26319088f2512b6314f6774132ccb82.tar.gz
ChangeLog entry for ecc renaming.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4364783..4fc3d99f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2020-01-10 Niels Möller <nisse@lysator.liu.se>
+
+ From Dmitry Eremin-Solenikov: Consistently rename ecc files and
+ internal functions to include curve name rather than just number
+ of bits. E.g.,
+ * ecc-256.c (nettle_ecc_256_redc): File and function renamed to...
+ * ecc-secp256r1.c (_nettle_ecc_256_redc): ... new names.
+ * eccdata.c (ecc_curve_init, main): Take curve name as input, not
+ bit size.
+
2020-01-03 Niels Möller <nisse@lysator.liu.se>
Add benchmarking of ed25519, ed448 and curve448.