summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-09-08 20:24:16 +0200
committerNiels Möller <nisse@lysator.liu.se>2022-09-08 20:24:16 +0200
commit8e2adda2c48152e6d7270035547ae5477756ceb8 (patch)
treefd575e16167676954d04dc02d71eb5c2e98091c5 /ChangeLog
parentff660604eb66c5ff2b2bb508ba7f41b9c13c8087 (diff)
downloadnettle-8e2adda2c48152e6d7270035547ae5477756ceb8.tar.gz
Cleanup of eccdata.
* eccdata.c (string_toupper): New utility function. (output_modulo): Move more of the per-modulo output here. (output_curve): Remove corresponding code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 998a650a..6be196a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-09-08 Niels Möller <nisse@lysator.liu.se>
+
+ * eccdata.c (string_toupper): New utility function.
+ (output_modulo): Move more of the per-modulo output here.
+ (output_curve): Remove corresponding code.
+
2022-08-31 Niels Möller <nisse@lysator.liu.se>
* bswap-internal.h (nettle_bswap64, nettle_bswap32)