110 Commits

Author SHA1 Message Date
Ugljesa Jovanovic
b85b75e732
Removed lazy sodium both java and android 2021-02-23 21:50:56 +01:00
Ugljesa Jovanovic
354c0c2fd6
Use long instaed of int array in sha512 2021-02-23 10:23:07 +01:00
Ugljesa Jovanovic
bccf9e82f2
Hand built libsodium libraries, andoird armv8 missing aes128l/256 aegis implementations 2021-02-20 21:07:54 +01:00
Ugljesa Jovanovic
8e295feb46
At least IR browseer tests can now be run 2021-02-09 14:41:08 +01:00
Ugljesa Jovanovic
17799ba75d
Use bignum snapshot 0.2.8 2021-02-06 22:28:25 +01:00
Ugljesa Jovanovic
9fdefe0bd0
Bump to 1.3.40 2021-02-06 16:35:18 +01:00
Ugljesa Jovanovic
5d098a7eb1
Bump kotlin to 1.4.21 2021-01-11 10:27:25 +01:00
Ugljesa Jovanovic
15b2793acf
Remove dokka javadoc for now 2021-01-09 23:42:30 +01:00
Ugljesa Jovanovic
c0a3bd322d
Box documentation, kotlin 1.4.20 2020-12-08 20:09:44 +01:00
Ugljesa Jovanovic
a70bb5243c
Bump dokka, update dokka calls, add test md package and module docs 2020-11-17 23:27:49 +01:00
Ugljesa Jovanovic
aa7bc8dd65
Adding native libui ui 2020-10-23 14:15:21 +02:00
Ugljesa Jovanovic
ff0ff4f3dc Version bump 2020-10-19 22:27:38 +02:00
Ugljesa Jovanovic
c2eb99adde Further ios improvements 2020-10-19 22:22:33 +02:00
Ugljesa Jovanovic
d81f1eea4b
Started buidling sample structure 2020-10-17 18:08:12 +02:00
Ugljesa Jovanovic
0a52a55a9d
Add js sample (node and browser) 2020-10-17 17:39:53 +02:00
Ugljesa Jovanovic
14cf103ac7
Added android sample app 2020-10-17 11:41:38 +02:00
Ugljesa Jovanovic
2e71214914
Revert android exclusion, we'll just point sdk to nonexisting folder and that should be enough 2020-10-07 20:46:24 +02:00
Ugljesa Jovanovic
887c52a319
Don't run android tasks on mac/windows 2020-10-07 20:13:14 +02:00
Ugljesa Jovanovic
aea3eb72fa
Run on external pull request (#18)
* Run on external pull request

* Working linux build, disable pull requests for now

* Try manual flag

* Try manual flag 2

* Try manual flag 3

* Travis -> Gitlab
2020-10-05 22:01:20 +02:00
Ugljesa Jovanovic
1a470eb272
Gitlab ci setup (#17)
* Test pull request on gitlab ci

* Gitlab ci continued, bumped kotlin to 1.4.10

* print env

* Update readme and lets try to trigger only on master

* Master, pull requests and tags
2020-10-04 20:07:18 +00:00
Ugljesa Jovanovic
0431f27e3e
Completed random support functions 2020-10-03 18:16:26 +02:00
Ugljesa Jovanovic
99b9ee5e9d
Added secretbox functions and constants 2020-08-29 21:53:17 +02:00
Ugljesa Jovanovic
f060d2298d
Added android plugin, need to sort out shared jvm code next 2020-08-22 00:43:22 +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
0883ddf801
Updated dokka 2020-08-02 18:34:45 +02:00
Ugljesa Jovanovic
53325cdba6
Forming the generator slowly 2020-07-31 13:20:43 +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
Ugljesa Jovanovic
f5150557d6
Bump to 1.4-M3 2020-07-07 00:00:53 +02:00
Ugljesa Jovanovic
71ec5b7585
Remove coroutines 2020-07-05 19:40:22 +02:00
Ugljesa Jovanovic
8ffa354d93
Poly1305 progress 2020-06-17 23:09:47 +02:00
Ugljesa Jovanovic
a3cb4f653a
Use dev version of dokka because we are in 1.4-M2 2020-06-13 18:16:43 +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
6612d8a37b
Cache dependancies, add proper path to custom libsodium npm module 2020-06-10 19:09:01 +02:00
Ugljesa Jovanovic
6170dc0464
Added sha256/512 to native, using posix malloc instead of sodium malloc 2020-06-09 21:05:05 +02:00
Ugljesa Jovanovic
197aacac33
Built and included modified libsodium with additional wrappers, working blake, sha256/512 hashes 2020-06-09 20:30:12 +02:00
Ugljesa Jovanovic
710ac43e8c
Add stateless implementation 2020-06-07 19:04:23 +02:00
Ugljesa Jovanovic
3a81d8e57c
More changes to get intellij to reconize cinterop in native sourceset 2020-06-07 17:18:41 +02:00
Ugljesa Jovanovic
1be0470745
Idea cinterop stopped working, again... fixed blake2b stateless segmentation 2020-06-07 00:55:46 +02:00
Ugljesa Jovanovic
d11d4e7fb0
Working arm 64 libsodium integration 2020-06-05 16:27:58 +02:00
Ugljesa Jovanovic
006dd47873
Tried to get arm32 to work, but sysroot is missing getrandom, and no getrandom no libsodium as far as I understand. Everything compiles now, including the sample, tested kexe on arm64, runs and does sodium init at least 2020-06-02 23:59:01 +02:00
Ugljesa Jovanovic
8a4eb512c4
Forgot to add files 2020-06-01 20:38:33 +02:00
Ugljesa Jovanovic
fa080f28d8
Arm 64 build local configure for now, adding 32bit native sourceset, not connected yet 2020-06-01 15:16:47 +02:00
Ugljesa Jovanovic
f4ddfe9cac
Add task tree plugin for debuging 2020-06-01 13:11:06 +02:00
Ugljesa Jovanovic
9292cded2c
Enable arm32 and arm64 builds 2020-06-01 11:29:45 +02:00
Ugljesa Jovanovic
bb622b9420
Seems rpi on ubuntu reports aarch64 which is not known to gradle internal 2020-05-31 21:08:35 +02:00
Ugljesa Jovanovic
39e4ddd006
Add support for arm 64 2020-05-31 20:57:33 +02:00
Ugljesa Jovanovic
bb58a372e7
delegated module build.gradle cleanp and macos build fix 2020-05-30 22:47:01 +02:00
Ugljesa Jovanovic
137fe3fe62
Working linux x64, macosx64 and mingwx64 builds with libsodium, cleaned up api build.grade, extracted version name and group 2020-05-30 00:33:31 +02:00
Ugljesa Jovanovic
781c9c1b61
Working js libsodium, need to change apis to suspend 2020-05-27 23:49:08 +02:00