crypton/CHANGELOG.md

23 lines
747 B
Markdown
Raw Normal View History

2015-06-02 16:29:33 +03:00
## 0.3
2015-06-19 13:06:48 +03:00
* Allow drgNew to run in any MonadRandom, providing cascading initialization
2015-06-10 14:29:18 +03:00
* Remove Crypto.PubKey.HashDescr in favor of just having the algorithm
specified in PKCS15 RSA function.
2015-06-09 16:40:46 +03:00
* Fix documentation in cipher sub section (Luke Taylor)
2015-06-09 17:44:12 +03:00
* Cleanup AES dead functions (Luke Taylor)
2015-06-09 16:39:20 +03:00
* Fix Show instance of Digest to display without quotes similar to cryptohash
2015-06-02 16:29:33 +03:00
* Use scrubbed bytes instead of bytes for P256 scalar
2015-05-25 11:16:26 +03:00
## 0.2
2015-06-01 09:52:55 +03:00
* Fix P256 compilation and exactness, + add tests
* Add a raw memory number serialization capability (i2osp, os2ip)
* Improve tests for number serialization
* Improve tests for ECC arithmetics
* Add Ord instance for Digest (Nicolas Di Prima)
2015-05-25 11:16:26 +03:00
* Fix entropy compilation on windows 64 bits.
2015-05-22 20:43:22 +03:00
## 0.1
* Initial release