297 Commits

Author SHA1 Message Date
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
Ugljesa Jovanovic
f5b3eb6b92
Model argon2Matrix 2020-05-21 14:56:28 +02:00
Ugljesa Jovanovic
f9ddd7bc20
Readme update 2020-05-21 14:23:45 +02:00
Ugljesa Jovanovic
67ab8fa46e
A bit of cleanup, add some util argon 2 tests to pinpoint failures easier once I start trying to reduce allocations and parallelize 2020-05-21 14:20:35 +02:00
Ugljesa Jovanovic
34a86cd9c7
Migrate everything to UByteArray 2020-05-21 12:34:14 +02:00
Ugljesa Jovanovic
4ea04eb90d
Tests are back up 2020-05-19 23:48:59 +02:00
Ugljesa Jovanovic
bc1c50f268
Initial switch to byte array 2020-05-19 23:33:10 +02:00
Ugljesa Jovanovic
d2c52e02e8
Memory rework 2020-05-19 23:12:24 +02:00
Ugljesa Jovanovic
799a9bb74e
Parallelism cleanup and preaparations 2020-05-18 23:45:24 +02:00
Ugljesa Jovanovic
aaaa5c176b
Merge pull request #12 from ionspin/kotlin-1.4
1.4 preparation
2020-05-18 20:10:21 +02:00
Ugljesa Jovanovic
e0eb1219c6
Fix js SRNG returning undefined with kotlin js 1.4 2020-05-18 19:37:57 +02:00
Ugljesa Jovanovic
0fbaed2065
1.4 preparation 2020-05-17 23:36:01 +02:00
Ugljesa Jovanovic
9e11a2439c
Merge pull request #11 from ionspin/release-0.0.3
Release 0.0.3/0.0.4-SNAPSHOT
2020-05-17 01:31:07 +02:00
Ugljesa Jovanovic
5e7feed620
Mistaken merge to master and from master 2020-05-17 01:02:03 +02:00
Ugljesa Jovanovic
b96e5ee1c7
Update scripts 2020-05-17 00:57:52 +02:00
Ugljesa Jovanovic
7ef6d23f46
Fix travis windows deploy (no x86 for windows), bump snapshot to 0.0.4 2020-05-17 00:42:40 +02:00
Ugljesa Jovanovic
96c9ee0066 Add mac publish to maven script 2020-05-17 00:27:08 +02:00
Ugljesa Jovanovic
632739c551
fix mac build 2020-05-17 00:08:55 +02:00
Ugljesa Jovanovic
6d6b16edfc
build gradle fixes 2020-05-17 00:00:01 +02:00
Ugljesa Jovanovic
a5fc3c8350
Limit builds to hosts, bump to 0.0.3 2020-05-16 23:55:26 +02:00
Ugljesa Jovanovic
2078775119
Merge pull request #10 from ionspin/argon2
Argon2
2020-05-16 23:43:03 +02:00
Ugljesa Jovanovic
a59ae994f2
Reduce memory required for this tests, as travis mac build seems to fail because of it 2020-05-16 23:05:00 +02:00
Ugljesa Jovanovic
ba90eae3cb
Bump gradle to 6.4 to fix mac build problems 2020-05-16 22:38:18 +02:00
Ugljesa Jovanovic
bf5e6b3b1a
travis osx version bump to trz and resolve gradle failing 2020-05-16 22:27:55 +02:00
Ugljesa Jovanovic
744254aa88
Skip browser tests, and remove mingwX86 2020-05-16 22:18:20 +02:00
Ugljesa Jovanovic
04955effe7
Fix errors when calculating address blocks, add readme 2020-05-16 22:18:20 +02:00
Ugljesa Jovanovic
c62727e3fb
Add string constructor overload 2020-05-16 22:18:20 +02:00
Ugljesa Jovanovic
13ebfa8be9
Add key derivation interface 2020-05-16 22:18:20 +02:00
Ugljesa Jovanovic
2bc3051748
Enable windows build in builg.gradle, add argon2 nput validation 2020-05-16 22:18:19 +02:00
Ugljesa Jovanovic
1208d0549c
Cleanup, working kat for Argon2id 2020-05-16 22:18:19 +02:00
Ugljesa Jovanovic
e08f69f643
Fixed versions all tests passing 2020-05-16 22:18:19 +02:00
Ugljesa Jovanovic
55ac0a8713
Working Argon 2i when tested against KAT 2020-05-16 22:18:19 +02:00
Ugljesa Jovanovic
6af623eef6
Cleanup, implementing 2i 2020-05-16 22:18:19 +02:00
Ugljesa Jovanovic
6f51a0ec66
Fixed blake2b not using hash length parameter, fully working 2d variant with correct kat tag 2020-05-16 22:18:19 +02:00
Ugljesa Jovanovic
1904e2b9f2
Working for all segments 2d variant 2020-05-16 22:18:19 +02:00
Ugljesa Jovanovic
d92db320c3
Bumpp kotlin to 1.3.72, working first iteration 2020-05-16 22:18:19 +02:00
Ugljesa Jovanovic
6c92936c5d
Bounds fixes 2020-05-16 22:18:18 +02:00
Ugljesa Jovanovic
3519d2240f
Fixed row mixing 2020-05-16 22:18:18 +02:00
Ugljesa Jovanovic
9b800e34bc
Fixed mixing columns 2020-05-16 22:18:18 +02:00
Ugljesa Jovanovic
297a2d4969
Further step by step build 2020-05-16 22:18:18 +02:00
Ugljesa Jovanovic
21685191e7
Fix arbitrary length hash function 2020-05-16 22:18:18 +02:00
Ugljesa Jovanovic
4cc7c7e92a
Continuing with index work, found a bug in initial hash, was missing type 2020-05-16 22:18:18 +02:00
Ugljesa Jovanovic
1e0a5b516e
Continuing Argon 2 work 2020-05-16 22:18:18 +02:00
Ugljesa Jovanovic
803288cbc4
Further progress 2020-05-16 22:18:18 +02:00
Ugljesa Jovanovic
7e8e48aa1d
Moved util class to util package, added a couple of util tests, continued Argon implementation by completeing compression function 2020-05-16 22:18:18 +02:00
Ugljesa Jovanovic
d22f5b73f7
Continued Argon2 implementation 2020-05-16 22:18:17 +02:00
Ugljesa Jovanovic
decc1ab91f
Started work on argon2 implementation 2020-05-16 22:18:17 +02:00
Ugljesa Jovanovic
63df04a7b6
Implemented mingw srng, add some more gradle handling for idea, disabled mingwx86 for now as it's not supported by coroutines, and I want to use coroutines eventually 2020-05-16 22:18:14 +02:00