26 Commits

Author SHA1 Message Date
Ugljesa Jovanovic
1a11bdc81b
Added native aead chacha poly implementation 2020-08-30 12:07:53 +02:00
Ugljesa Jovanovic
3de04749ba
Change all occurences of additionalData to associatedData 2020-08-30 11:56:18 +02:00
Ugljesa Jovanovic
54489ef6cb
Start work on _aead_ 2020-08-30 11:21:53 +02:00
Ugljesa Jovanovic
99b9ee5e9d
Added secretbox functions and constants 2020-08-29 21:53:17 +02:00
Ugljesa Jovanovic
d5b1e7f7f3
Added rekey and keygen to secretstream 2020-08-29 17:25:59 +02:00
Ugljesa Jovanovic
91cd41c8c1
Short hash implementation and test, updated cbc tests as they ignored padding 2020-08-28 22:35:33 +02:00
Ugljesa Jovanovic
39f0817308
Adding secret stream impl, completed generichash impl 2020-08-26 22:15:03 +02:00
Ugljesa Jovanovic
6f38a01195
Fixed some of the errors spotted in various aes implementation while doing cryptopals challenge, anyways they were unused. Added multipart generic hash (blake2b) native implementation 2020-08-26 19:58:57 +02:00
Ugljesa Jovanovic
231a84af67
Comment out old debug generated code, but keep for short term reference, add android/jvm wrappers, seemingly solve android unit test problems 2020-08-23 13:39:59 +02:00
Ugljesa Jovanovic
9962198aad
Comment out old debug generated code, but keep for short term reference, add android/jvm wrappers, seemingly solve android unit test problems 2020-08-22 13:53:01 +02:00
Ugljesa Jovanovic
92058a7ba5
Added generic hash 2020-08-21 19:21:40 +02:00
Ugljesa Jovanovic
be4468785d
Slow progress. 2020-08-21 18:55:17 +02:00
Ugljesa Jovanovic
cd90f964ab
Update kotlin version, need to fix secretstream pull, at least in js if not everywhere 2020-08-18 23:32:50 +02:00
Ugljesa Jovanovic
df87dae376
Adding pull secretstream definition 2020-08-15 11:53:11 +02:00
Ugljesa Jovanovic
28995c065f
Adding secretstream push definition and neccessary changes 2020-08-14 16:00:30 +02:00
Ugljesa Jovanovic
efe9661c30
Adding custom code blocks 2020-08-14 14:25:26 +02:00
Ugljesa Jovanovic
a5b20daf5a
Adding data classes 2020-08-14 12:39:27 +02:00
Ugljesa Jovanovic
e997c18d1d
A nicer workaround for JS compiler wrong function name bug 2020-08-08 22:05:46 +02:00
Ugljesa Jovanovic
5d61858f81
All platforms working with a smoke test, seems theres a bug with JS compiler (TODO in smoke test desccribes it) 2020-08-08 19:54:48 +02:00
Ugljesa Jovanovic
1f0eaf59ca
Pivot to a handled API, update common js and native generators 2020-08-08 16:20:56 +02:00
Ugljesa Jovanovic
641fbceb3f
Working on js generator, adding initializers 2020-08-02 19:05:42 +02:00
Ugljesa Jovanovic
97c631ecb7
Progress on native generator 2020-08-01 18:07:12 +02:00
Ugljesa Jovanovic
c975bdb248
Progress 2020-07-31 20:08:33 +02:00
Ugljesa Jovanovic
c5082a0f47
Progress 2020-07-31 17:37:49 +02:00
Ugljesa Jovanovic
3c77cc0698
Bump to 1.4.0-rc 2020-07-27 20:41:25 +02:00
Ugljesa Jovanovic
8b3b94df3a
Switch to latest BigInteger, use new byte conversion api 2020-07-26 20:21:37 +02:00