Commit Graph

23 Commits

Author SHA1 Message Date
8535476674 implement destination offset
All checks were successful
/ test (pull_request) Successful in 27s
2026-01-22 12:18:22 +01:00
4331145c34 refactor math utility
All checks were successful
/ test (pull_request) Successful in 32s
2026-01-17 15:44:50 +01:00
681f2146b4 make Keccak an open class
All checks were successful
/ test (pull_request) Successful in 45s
2026-01-15 22:36:58 +01:00
d40df04e2e implement optimizations 2026-01-15 22:06:28 +01:00
87c606d6dd replace IllegalArgumentException with require 2025-12-14 00:13:41 +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
d033d895da implement tests
Some checks failed
/ publish (push) Has been cancelled
also fix MD5
2025-11-10 17:42:15 +01:00
2051c3fcbd implement block property 2025-11-10 14:44:32 +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
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
ab3cded991 implement hash size property 2025-07-20 10:04:23 +02:00
519cf204e5 initial commit 2025-07-12 19:25:45 +02:00