Infendro
  • Joined on 2025-07-12
Infendro pushed to develop at Infendro/bytes.kt 2025-12-12 14:47:51 +00:00
be9a8a4369 bump version to 1.2.4
Infendro pushed to develop at Infendro/bytes.kt 2025-12-12 14:45:10 +00:00
96d2c5785f implement String utilities
Infendro pushed to develop at Infendro/mac.kt 2025-12-12 13:15:27 +00:00
6f4d1c38a3 convert MAC to interface
Infendro pushed to develop at Infendro/hash.kt 2025-12-12 13:13:10 +00:00
1ddda4889a convert HashFunction to interface
Infendro pushed to develop at Infendro/hash.kt 2025-12-04 18:21:46 +00:00
17b765b13c refactor SHA1 and SHA2
b41debf948 refactor MD5
6dc3cf3b87 refactor Keccak
16390b0308 refactor Blake and Blake2
Compare 4 commits »
Infendro closed issue Infendro/hash.kt#3 2025-12-02 18:34:52 +00:00
BLAKE2
Infendro pushed to develop at Infendro/hash.kt 2025-12-02 18:34:29 +00:00
85ab748c07 implement Blake2b and Blake2s
Infendro pushed to develop at Infendro/hash.kt 2025-12-02 18:14:06 +00:00
3ff0ad1b91 refactor keccak functions
Infendro closed issue Infendro/hash.kt#5 2025-12-01 18:48:24 +00:00
BLAKE
Infendro pushed to develop at Infendro/hash.kt 2025-12-01 18:40:24 +00:00
324d907d0c implement blake
8a2848e6e3 refactor hash functions
10ba03dedc upgrade kotlin version and dependencies
Compare 3 commits »
Infendro pushed to main at Infendro/bytes.kt 2025-12-01 16:54:03 +00:00
1e04a3aff4 bump version to 1.2.3
401d169cc0 upgrade kotlin version
fa2c6b6621 refactor and simplify functions
4fbadfba1e implement tests
eb2cdbea73 implement typed array to byte array conversions
Compare 5 commits »
Infendro pushed to develop at Infendro/bytes.kt 2025-12-01 16:53:52 +00:00
1e04a3aff4 bump version to 1.2.3
401d169cc0 upgrade kotlin version
fa2c6b6621 refactor and simplify functions
4fbadfba1e implement tests
eb2cdbea73 implement typed array to byte array conversions
Compare 5 commits »
Infendro pushed to develop at Infendro/encoding.kt 2025-11-18 10:33:07 +00:00
bd5d904a3b 1.2.0 release
Infendro pushed to main at Infendro/encoding.kt 2025-11-18 10:32:06 +00:00
bd5d904a3b 1.2.0 release
843013b7e7 fix test naming
e40ef3168d bump version to 1.2.0
9e4109c9f3 implement tests
12344283f7 implement Base8 encoding, rename Binary and Hex encodings
Compare 7 commits »
Infendro merged pull request Infendro/encoding.kt#2 2025-11-18 10:32:05 +00:00
1.2.0 release
Infendro created pull request Infendro/encoding.kt#2 2025-11-18 10:29:59 +00:00
1.2.0 release
Infendro pushed to develop at Infendro/encoding.kt 2025-11-18 10:24:32 +00:00
843013b7e7 fix test naming
Infendro pushed to develop at Infendro/encoding.kt 2025-11-18 10:22:31 +00:00
e40ef3168d bump version to 1.2.0
9e4109c9f3 implement tests
12344283f7 implement Base8 encoding, rename Binary and Hex encodings
Compare 3 commits »
Infendro closed issue Infendro/hash.kt#2 2025-11-10 18:03:11 +00:00
SHA-3
Infendro closed issue Infendro/bytes.kt#1 2025-11-10 18:01:25 +00:00
Support UByteArray