Commit Graph

18 Commits

Author SHA1 Message Date
d7e65ccc32 fix ByteArray to numeric conversion
All checks were successful
/ test (pull_request) Successful in 2m49s
2026-01-15 16:18:44 +01:00
dddf2bab93 add return types 2026-01-15 14:56:46 +01:00
ff0e17b5ad switch to signed-first approach
All checks were successful
/ test (pull_request) Successful in 2m47s
It turns out signed math is more performant
2026-01-15 14:10:14 +01:00
947ef907a5 more optimizations, split ci
All checks were successful
/ test (pull_request) Successful in 6m14s
2026-01-14 16:03:16 +01:00
cc9961084c implement optimizations 2026-01-14 15:36:50 +01:00
1195ad5acc replace IllegalArgumentException with require 2025-12-14 00:12:03 +01:00
f5d559e8fe refactor lib structure 2025-12-13 14:49:00 +01:00
01327ef4b2 refactor 2025-12-12 21:20:44 +01:00
96d2c5785f implement String utilities
UByteArray::decodeToString(): String
String::encodeToUByteArray(): UByteArray
2025-12-12 15:44:39 +01:00
fa2c6b6621 refactor and simplify functions 2025-12-01 17:48:45 +01:00
eb2cdbea73 implement typed array to byte array conversions 2025-12-01 16:24:35 +01:00
3a0a947fb0 fix padding
again
2025-11-10 18:08:21 +01:00
bd9531b60b fix padEnd 2025-11-10 15:52:24 +01:00
f647abc0a4 fix build
All checks were successful
/ publish (push) Successful in 3m56s
2025-11-10 13:59:55 +01:00
e4c3a0f45f implement padding, support UByteArray 2025-11-10 13:51:21 +01:00
11c95ed76f fix addAll 2025-07-24 20:52:47 +02:00
9efcd0e695 implement bitwise operations 2025-07-24 20:30:00 +02:00
ded3b31aa4 initial commit
All checks were successful
/ publish (push) Successful in 2m39s
2025-07-24 20:24:17 +02:00