2019-07-20 11:39:26 +02:00
|
|
|
## Descriptive changelog
|
|
|
|
(All dates are DD.MM.YYYY)
|
|
|
|
|
2020-08-08 22:22:38 +02:00
|
|
|
#### - 0.1.0 - SNAPSHOT
|
|
|
|
- Complete rework of the library
|
|
|
|
- Creating in parallel both Pure Kotlin and Delegated flavours (backed by libsodium)
|
|
|
|
- Introducing libsodium bindings generator
|
|
|
|
|
|
|
|
#### AES - 0.0.3 - 25.9.2019
|
2019-09-25 00:42:01 +02:00
|
|
|
- Added AES with CBC and CTR modes
|
|
|
|
|
2019-07-21 12:37:14 +02:00
|
|
|
#### Updatable SHA hash implementation - 0.0.2 - 21.7.2019
|
|
|
|
- Added "updatable" version for SHA
|
|
|
|
- Moved sha and blake to hash package
|
|
|
|
- Updated tests
|
2019-07-20 11:39:26 +02:00
|
|
|
|
2019-07-20 18:59:37 +02:00
|
|
|
#### Initial release - 0.0.1 - 20.7.2019
|
2019-07-20 11:39:26 +02:00
|
|
|
- Implemented Blake2b and SHA256/512
|
|
|
|
|