summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-10-23 18:52:10 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-10-23 19:00:41 +0200
commitfd6b95b7750600088699397ae5103586c63146a3 (patch)
tree4fcdc18a0d80620f2a36cd34dadbc62a69e81a39 /CHANGELOG
parent5f2814e261ed76663979c0831fb89f7975911d34 (diff)
downloadlibuecc-fd6b95b7750600088699397ae5103586c63146a3.tar
libuecc-fd6b95b7750600088699397ae5103586c63146a3.zip
Add README and CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..2ab4d4c
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,15 @@
+libuecc v6 (in development)
+
+* Fixes a bug which might have caused a point's y coordinate to be negated
+ in certain circumstances when the point was stored in packed
+ representation and loaded again. It is extremely improbable that this
+ has ever actually happened, as only a small range of coordinates was
+ affected.
+* Use stdint types to clarify ABI and add support for systems with
+ sizeof(int) < 4 (this is not an ABI break in practise as all systems on
+ which libuecc has been used in the past should have int == int32_t)
+* Add point negation and subtraction functions
+* Rename all point access functions to bear a _legacy suffix (the old names
+ are still available, but marked as deprecated)
+* Add new point access functions and a new generator point that are
+ compatible with Ed25519