600 Commits

Author SHA1 Message Date
Ugljesa Jovanovic
eafdfe5ed6
Add macos static build folder to gitignore 2022-03-05 19:36:59 +01:00
Ugljesa Jovanovic
f6bc442520
Update version in readme 2022-03-05 19:32:15 +01:00
Ugljesa Jovanovic
1197e585d2
Changelog, version and libsodium updates 2022-03-05 19:30:33 +01:00
Ugljesa Jovanovic
9681309cde
Merge pull request #21 from ionspin/20-ed25519-curve-pk-conversion-fix
Fix ed25519PkToCurve25519 jvm and native implementations
2022-03-04 13:32:42 +01:00
Ugljesa Jovanovic
c2887184e0
ed25519PkToCurve25519 was calling libsodium sk_to_curve in both native and jvm platforms. Fixed so it calls appropriate pk_to_curve. Fixes #20 2022-03-04 12:13:41 +01:00
Ugljesa Jovanovic
cd41c428a3
Konan does still bundle sysroot and crosscompiler, use that otherwise gold complains 2022-01-16 00:32:30 +01:00
Ugljesa Jovanovic
761b4649c8
Don't use konan cross compiling as it's not bundled anymore 2022-01-15 23:53:50 +01:00
Ugljesa Jovanovic
3c5e91d8c9
Bump to 1.6.10 2022-01-15 21:59:14 +01:00
Ugljesa Jovanovic
498dd87c5d
Switch to main branch 2022-01-15 21:38:28 +01:00
Ugljesa Jovanovic
2aaf0cc79f
Merge pull request #19 from ionspin/bump-to-1.5.31
Bump to 1.5.31
2021-10-04 19:47:53 +02:00
Ugljesa Jovanovic
c08d3d6693
Bump to 1.5.31 2021-10-04 18:01:38 +02:00
Ugljesa Jovanovic
08d76023b9
Merge pull request #18 from ionspin/update-jvm-bundled-libraries
Update jvm bundle with most recent built libraries
2021-09-26 11:21:15 +02:00
Ugljesa Jovanovic
071ba83bfc
Update with most recent built libraries bundled with jvm 2021-09-25 23:40:49 +02:00
Ugljesa Jovanovic
196449d965
Merge pull request #17 from ionspin/stable-libsodium
Stable libsodium
2021-09-25 14:01:25 +02:00
Ugljesa Jovanovic
2ef2690f2c
Updated msvc to latest stable 2021-09-25 13:39:25 +02:00
Ugljesa Jovanovic
9a02481645
Stable libsodium 2021-09-25 12:13:52 +02:00
Ugljesa Jovanovic
725c95c397
Merge pull request #15 from ionspin/1.5.31-new-targets-updated-libsodium
1.5.31 new targets updated libsodium
2021-09-24 19:16:41 +02:00
Ugljesa Jovanovic
4588b049a0
Disable tests on non macos apple sillicon for now 2021-09-24 18:53:12 +02:00
Ugljesa Jovanovic
594c2bbae3
Update android target in sample, update README, use macos dylib build on M1 2021-09-24 18:25:31 +02:00
Ugljesa Jovanovic
d4e5320a36
Bump android sdk to 31 2021-09-24 17:26:41 +02:00
Ugljesa Jovanovic
b5f7fe94fd
Merge master 2021-09-24 14:31:34 +02:00
Ugljesa Jovanovic
d982ac190e
Merge pull request #16 from ionspin/1.5.31
Kotlin 1.5.30, libsodium update, coroutines/serialization update
2021-09-24 09:27:42 +02:00
Ugljesa Jovanovic
b931a0ff2d
Plugin version bump 2021-09-23 21:51:25 +02:00
Ugljesa Jovanovic
0a1f559d4a
Kotlin 1.5.30, libsodium update, coroutines/serialization update 2021-09-23 21:21:36 +02:00
Ugljesa Jovanovic
5339b852f0
Configure initially 2021-09-23 20:12:15 +02:00
Ugljesa Jovanovic
3bb56115f3
Updated jvm jna libraries, README 2021-09-23 19:20:57 +02:00
Ugljesa Jovanovic
4833eaaea2
Build script cleanup 2021-09-22 22:35:25 +02:00
Ugljesa Jovanovic
140947e249
Kotlin to 1.3.51, coroutines and serialization update, libsodium update to latest master 2021-09-22 20:41:05 +02:00
Ugljesa Jovanovic
965615f145
Bump sample dep version and fix README typo. Fixes #13 2021-07-28 15:56:28 +02:00
Ugljesa Jovanovic
c7b3599c7c
Merge pull request #12 from ionspin/fix-empty-array-pointer-out-of-bounds
Fix out of bounds when trying to get a pointer to empty array
2021-07-27 11:29:15 +00:00
Ugljesa Jovanovic
65af7143fc
Missing initializer in test 2021-07-27 12:33:22 +02:00
Ugljesa Jovanovic
9f11aa8af9
Fix out of bounds when trying to get a pointer to empty array 2021-07-27 11:46:39 +02:00
Ugljesa Jovanovic
310e86695d
Prevent JS name mangling when using libsodium, remove randombytes duplicate definition 2021-07-20 14:25:37 +02:00
Ugljesa Jovanovic
f3cc8ca006
Version bump 2021-07-19 23:18:33 +02:00
Ugljesa Jovanovic
763471f745
Merge pull request #11 from ionspin/kotlin-1.5.21
Kotlin 1.5.21
2021-07-19 20:15:12 +00:00
Ugljesa Jovanovic
38d3ac1b44
Reduce chance that tamper change is same as original value in tests 2021-07-19 22:14:27 +02:00
Ugljesa Jovanovic
8b39e8a813
update readme 2021-07-19 21:20:00 +02:00
Ugljesa Jovanovic
3a7e16e7e7
Remove react from sample, force version 4 of webpack 2021-07-19 20:01:28 +02:00
Ugljesa Jovanovic
d6945979a9
Update dokka, update resource extractor, update js wrapper versions, remove js from sample as gradle cant find libs when building 2021-07-19 19:29:26 +02:00
Ugljesa Jovanovic
d9a847d39d
Updating gradle and kotlin, probably dokka as well 2021-07-15 17:10:41 +02:00
Ugljesa Jovanovic
776f62d001
mac and win prebuilt update 2021-05-28 15:42:41 +02:00
Ugljesa Jovanovic
a10faf1967
Init is done automatically by libsodium.js 2021-05-28 15:15:08 +02:00
Ugljesa Jovanovic
0f4001b8c8
No need for metadata task any more 2021-05-28 13:18:51 +02:00
Ugljesa Jovanovic
9624cf8bba
Merge pull request #10 from ionspin/1.5.0-bump
1.5.0 bump
2021-05-28 12:24:31 +02:00
Ugljesa Jovanovic
b596cfa9c8
Added updated prebuilts for jna 2021-05-28 11:33:25 +02:00
Ugljesa Jovanovic
e078cf0e8c
1.5.10 2021-05-28 10:51:07 +02:00
Ugljesa Jovanovic
23c4a6f2e2
Fix release info to point to correct repo 2021-05-22 11:51:08 +02:00
Ugljesa Jovanovic
e000d13b79
Call sodium init in js and jvm 2021-05-01 12:43:29 +02:00
Ugljesa Jovanovic
010ee5bd11
CHANGELOG fix, was old version from -crypto repo 2021-04-30 23:17:58 +02:00
Ugljesa Jovanovic
da85fefb9b
Use UInt in kdf derivation, because that's the most js can support more or less. I'll try to figure out if we can use all 52bits lates. Also dont show arm build to intellij as it is checking if there is coroutines build for arm and fails with the most unusefull and misleading error I have seen so far. 2021-04-30 22:10:02 +02:00