344 Commits

Author SHA1 Message Date
Ugljesa Jovanovic
dbfed977aa
Add build script for sodium ios 2020-05-30 23:03:22 +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
ce226d9f30
Test blocking valid 2020-05-30 00:23:34 +02:00
Ugljesa Jovanovic
7389f19024
non delegated need coroutines dependancy 2020-05-30 00:22:33 +02:00
Ugljesa Jovanovic
f97331bdf7
No need for testBlocking in delegated as it inherits from native shared 2020-05-30 00:20:58 +02:00
Ugljesa Jovanovic
08ac719af2
Update mingw testBlocking 2020-05-30 00:19:16 +02:00
Ugljesa Jovanovic
639cd317aa
Same for test 2020-05-30 00:16:23 +02:00
Ugljesa Jovanovic
b589a12142
typo 2020-05-30 00:15:14 +02:00
Ugljesa Jovanovic
452d7561a2
Dont add default soruce set to mingw on multiplatform-crypto, as it uses it's own SRNG 2020-05-30 00:09:10 +02:00
Ugljesa Jovanovic
82470472ad
Mingw64 doesnt need native srcdir 2020-05-30 00:03:28 +02:00
Ugljesa Jovanovic
f249e822c6
mingw on common in crypto module 2020-05-30 00:01:09 +02:00
Ugljesa Jovanovic
42ceb79637
Wrong module + put back ideaActive check before adding srcDirs 2020-05-29 23:59:15 +02:00
Ugljesa Jovanovic
013682166c
Wrong module 2020-05-29 23:53:56 +02:00
Ugljesa Jovanovic
0cb5f33af3
Let nativeMain handle SRNG through sodium 2020-05-29 23:52:46 +02:00
Ugljesa Jovanovic
928621eaab
mingw depend on native main, add idea workarounds 2020-05-29 23:50:56 +02:00
Ugljesa Jovanovic
fc159d116f
Disable ios builds in delegated as we are getting platforms built one by one 2020-05-29 23:44:20 +02:00
Ugljesa Jovanovic
31b464ecac
Always pull in native source set on linux and mac 2020-05-29 22:49:21 +02:00
Ugljesa Jovanovic
936c0769f4
use relative path for static librarz as well 2020-05-29 22:40:50 +02:00
Ugljesa Jovanovic
c984c65452
Add native workaround to mac build as well 2020-05-29 22:11:37 +02:00
Ugljesa Jovanovic
05ef422747
Add temporary ios filtering everywhere 2020-05-28 23:59:07 +02:00
Ugljesa Jovanovic
8b91cf41ea
log name 2020-05-28 23:54:51 +02:00
Ugljesa Jovanovic
11c872fe28
remove cinterop when name contains ios 2020-05-28 23:53:37 +02:00
Ugljesa Jovanovic
4555b4dd0c
remove iosx64 as well 2020-05-28 23:51:35 +02:00
Ugljesa Jovanovic
d4d50da463
For now just let x64 targets depend on native sourceset 2020-05-28 23:49:17 +02:00
Ugljesa Jovanovic
edde093e30
Remove ios if 2020-05-28 23:47:15 +02:00
Ugljesa Jovanovic
c3ffc75474
Add libsodium license, even though the source is not really included in this repo, update cinterop def to point to absolute path (still missingfor linker) 2020-05-28 23:33:08 +02:00
Ugljesa Jovanovic
1a4c07b961
Add configure and make script 2020-05-28 23:02:30 +02:00
Ugljesa Jovanovic
55007cb911
Update gitignore 2020-05-28 23:01:43 +02:00
Ugljesa Jovanovic
15ad0b3b70
Add libsodium and wrapper 2020-05-28 22:51:10 +02:00
Ugljesa Jovanovic
63c5db199e
Sorted out native sourcesets, using intialization and sodium srng in js and native 2020-05-28 22:41:05 +02:00
Ugljesa Jovanovic
ccbb8ebe5b
Cleanup 2020-05-28 19:48:44 +02:00
Ugljesa Jovanovic
f51374ce15
Use random bytes provided by libsodium on js, add with callback load for sodium, more progress 2020-05-28 19:00:33 +02:00
Ugljesa Jovanovic
781c9c1b61
Working js libsodium, need to change apis to suspend 2020-05-27 23:49:08 +02:00
Ugljesa Jovanovic
1009b92d33
js attempts to integrate libsodium 2020-05-26 00:23:27 +02:00
Ugljesa Jovanovic
1a89ee5154
Got valid blake2b hash 2020-05-24 23:46:07 +02:00
Ugljesa Jovanovic
cc2f392bb7
Working sodium cinterop 2020-05-24 20:41:32 +02:00
Ugljesa Jovanovic
3f7df6c651
Adding libsodium 2020-05-24 17:24:32 +02:00
Ugljesa Jovanovic
7238b09112
Adding delegated implementation 2020-05-24 11:12:00 +02:00
Ugljesa Jovanovic
3cfbd0ea63
Successful build 2020-05-24 10:29:30 +02:00
Ugljesa Jovanovic
9858eaa5fb
First steps 2020-05-24 10:16:53 +02:00
Ugljesa Jovanovic
aecad37e64
Adding sample project 2020-05-24 09:46:35 +02:00
Ugljesa Jovanovic
7ce350825e
A bit of cleanup, a bit of profiling 2020-05-23 18:38:50 +02:00
Ugljesa Jovanovic
2bbfefb56c
Durther allocation decrease 2020-05-23 16:52:58 +02:00
Ugljesa Jovanovic
4142549d2e
Further reduction in allocations 2020-05-23 16:18:12 +02:00
Ugljesa Jovanovic
3902b90b57
Allocation removal progress 2020-05-23 11:20:36 +02:00
Ugljesa Jovanovic
76a2a3edf7
Xor directly from argon matrix without intermediary array 2020-05-21 23:34:22 +02:00
Ugljesa Jovanovic
7e78bf6fa5
Argon 2 working with new matrix structure 2020-05-21 23:23:48 +02:00
Ugljesa Jovanovic
a284975a55
Fix linux build script 2020-05-21 22:03:54 +02:00
Ugljesa Jovanovic
13b60a5eee
Replacing array of arrays of ubyte arrays with custom argon2 matrix 2020-05-21 21:02:19 +02:00