17 Commits

Author SHA1 Message Date
Ugljesa Jovanovic
e24f0a29f2
Dropping AES gcm from public api as it's not portable in libsodium and going the xchacha20poly1305 as only AEAD 2020-06-14 17:05:28 +02:00
Ugljesa Jovanovic
5c10d3abf4
Removing direct aes cbc and ctr, to reduce foot shooting incidents, introducing aes256-gcm 2020-06-14 12:49:46 +02:00
Ugljesa Jovanovic
9129517539
Update readme 2020-06-13 16:31:14 +02:00
Ugljesa Jovanovic
1db2547967
Bump version to 0.1.0 cause a lot of things changed since 0.0.4, mac builds are working, now to get Windows to work, updated readme, copied crypto API to pure variant 2020-06-11 20:29:03 +02:00
Ugljesa Jovanovic
25adc330bd
Remove digestString from api 2020-06-07 00:05:14 +02:00
Ugljesa Jovanovic
9a1073e1c1
Update readme, add kotlin dev, so current coroutines stdlib (eap-83) can be resolved 2020-06-05 18:35:49 +02:00
Ugljesa Jovanovic
f9ddd7bc20
Readme update 2020-05-21 14:23:45 +02:00
Ugljesa Jovanovic
04955effe7
Fix errors when calculating address blocks, add readme 2020-05-16 22:18:20 +02:00
Ugljesa Jovanovic
d22f5b73f7
Continued Argon2 implementation 2020-05-16 22:18:17 +02:00
Ugljesa Jovanovic
7e905bd948
Readme update 2019-12-26 21:36:03 +01:00
Ugljesa Jovanovic
8d17b85014
Update README and CHANGELOG 2019-09-25 00:42:01 +02:00
Ugljesa Jovanovic
ec3b87db49
Aes implemented 2019-09-23 23:14:55 +02:00
Ugljesa Jovanovic
1a91d90f41
Added decryption 2019-09-19 23:53:23 +02:00
Ugljesa Jovanovic
91616fe0e0
Name and README update 2019-07-21 12:36:10 +02:00
Ugljesa Jovanovic
86dcd2316e
Add build and maven shields 2019-07-20 20:02:37 +02:00
Ugljesa Jovanovic
7b57a931ef
A bit of cleanup and README update 2019-07-20 18:59:37 +02:00
Ugljesa Jovanovic
af20a87205
Initial commit 2019-07-20 11:39:26 +02:00