update CHANGELOG

This commit is contained in:
Vincent Hanquez 2016-09-15 21:11:50 +01:00
parent 15cfb0642b
commit 9b64192d0b

View File

@ -1,3 +1,10 @@
## 0.20
* Fixed hash truncation used in ECDSA signature & verification (Olivier Chéron)
* Fix ECDH when scalar and coordinate bit sizes differ (Olivier Chéron)
* Speed up ECDSA verification using Shamir's trick (Olivier Chéron)
* Fix rdrand on windows
## 0.19
* Add tutorial (Yann Esposito)