Commit Graph

39 Commits

Author SHA1 Message Date
7ace39472d improve ci
Some checks failed
/ test (push) Failing after 10s
/ publish (push) Has started running
2026-01-13 14:53:50 +01:00
e9cf958ef7 update README
small rewording, link wikipedia article
2025-12-14 14:24:46 +01:00
f3af9d3361 bump version to 1.4.0
All checks were successful
/ publish (push) Successful in 3m51s
2025-12-14 14:11:49 +01:00
87c606d6dd replace IllegalArgumentException with require 2025-12-14 00:13:41 +01:00
197beb828a upgrade dependency 2025-12-13 21:00:33 +01:00
ab57683797 update README 2025-12-13 21:00:22 +01:00
b0bb2e66a8 fix workflow 2025-12-13 01:29:31 +01:00
ebdf640934 small refactor 2025-12-13 01:09:19 +01:00
6c74c64dec refactor build.gradle.kts 2025-12-13 00:59:33 +01:00
a2731bd60c use common plugin 2025-12-13 00:56:02 +01:00
1ddda4889a convert HashFunction to interface 2025-12-12 14:08:52 +01:00
17b765b13c refactor SHA1 and SHA2 2025-12-04 19:20:35 +01:00
b41debf948 refactor MD5 2025-12-04 19:13:43 +01:00
6dc3cf3b87 refactor Keccak 2025-12-04 19:13:39 +01:00
16390b0308 refactor Blake and Blake2 2025-12-04 19:05:54 +01:00
85ab748c07 implement Blake2b and Blake2s 2025-12-02 19:34:26 +01:00
3ff0ad1b91 refactor keccak functions 2025-12-02 19:13:52 +01:00
324d907d0c implement blake 2025-12-01 19:40:20 +01:00
8a2848e6e3 refactor hash functions 2025-12-01 19:13:58 +01:00
10ba03dedc upgrade kotlin version and dependencies 2025-12-01 19:13:26 +01:00
b2d4851188 bump version to 1.3.2
All checks were successful
/ publish (push) Successful in 2m34s
2025-11-10 18:31:05 +01:00
9f8655e03e upgrade dependencies 2025-11-10 18:11:10 +01:00
d033d895da implement tests
Some checks failed
/ publish (push) Has been cancelled
also fix MD5
2025-11-10 17:42:15 +01:00
9b93fbd093 bump version to 1.3.1
All checks were successful
/ publish (push) Successful in 2m42s
2025-11-10 14:44:55 +01:00
2051c3fcbd implement block property 2025-11-10 14:44:32 +01:00
e5bbd9730c bump version to 1.3.0
All checks were successful
/ publish (push) Successful in 2m35s
2025-11-10 14:27:26 +01:00
e7e43f9cca refactor HashFunction 2025-11-10 14:27:09 +01:00
e3619a2df1 implement keccak 2025-11-09 20:53:01 +01:00
88d673922a refactor package structure 2025-11-09 20:19:10 +01:00
c14269e0c6 add README 2025-10-04 12:07:30 +02:00
3c757092d6 upgrade gradle wrapper 2025-08-17 09:56:54 +02:00
58ee3eaee4 bump version to 1.2.2
All checks were successful
/ publish (push) Successful in 2m48s
2025-07-24 20:55:09 +02:00
065621bf36 bump version to 1.2.1
All checks were successful
/ publish (push) Successful in 2m37s
2025-07-24 20:36:05 +02:00
9579d3c97b use bytearray library 2025-07-24 20:35:51 +02:00
2a11ec3653 adjust return value of addAll utility function 2025-07-20 10:37:49 +02:00
56f1316e43 bump version to 1.2.0
All checks were successful
/ publish (push) Successful in 4m42s
2025-07-20 10:04:49 +02:00
ab3cded991 implement hash size property 2025-07-20 10:04:23 +02:00
17887c6b5d implement ci
All checks were successful
/ publish (push) Successful in 2m37s
2025-07-12 19:27:26 +02:00
519cf204e5 initial commit 2025-07-12 19:25:45 +02:00