Commit Graph

103 Commits (master)

Author SHA1 Message Date
Robinson faa3e3cf50
updated build deps 2023-11-27 17:14:36 +01:00
Robinson b0b33811b3
version 2.1 2023-11-16 12:09:47 +01:00
Robinson 471a6f2743
Added support for var-length input for InputStream and RandomAccessFile 2023-11-16 12:09:37 +01:00
Robinson 1073132ad7
Updated build deps 2023-10-09 12:25:21 +02:00
Robinson 62e903144f
updated build deps, kotlin 1.9.0 2023-10-02 16:15:02 +02:00
Robinson b1d2c01ae1
updated gradle 2023-08-21 01:29:45 +02:00
Robinson 805f412122
Added byte array extension to print 2023-08-21 00:54:22 +02:00
Robinson d48c321868
unit tests now using hex utils 2023-08-21 00:52:44 +02:00
Robinson 6e405b25f0
forced "else" case when unknown (or 1) length of bytes are parsed outside of the expected 2023-08-21 00:50:00 +02:00
Robinson d895287355
Fixed order parsing for BigEndian, when not using the default byte array sizes 2023-08-21 00:49:22 +02:00
Robinson 6787c07722
version 2.0 2023-08-20 22:19:19 +02:00
Robinson 44b16e2625
Fixed Uint -> UInt 2023-08-20 22:17:12 +02:00
Robinson f53ef437e0
updated license 2023-08-20 21:54:50 +02:00
Robinson c4446d22e9
version 1.15 2023-08-20 21:18:24 +02:00
Robinson d258eeff98
fixed project name 2023-08-20 21:17:44 +02:00
Robinson 3a28cc2219
removed hex utils to it's own project 2023-08-20 21:17:34 +02:00
Robinson 3db390bef9
Added support for decimal primitives -> hex 2023-08-20 18:11:03 +02:00
Robinson eac8851c92
updated license 2023-08-07 18:43:12 -06:00
Robinson 7ed4be453e
version 1.14 2023-08-07 18:01:11 -06:00
Robinson c595e1af78
Moved LZMA from utils 2023-08-06 17:36:37 -06:00
Robinson 0553cce310
Moved LZ4 to its own class to male LZ4 optional 2023-08-06 17:36:13 -06:00
Robinson 16c4fcaff5
version 1.13 2023-08-05 22:44:05 -06:00
Robinson 51682a889e
Updated netty, moved LZ4-xxHash to be optional 2023-08-05 22:41:59 -06:00
Robinson 56d59bd455
Throws Exception instead of RuntimeException 2023-08-05 19:50:36 -06:00
Robinson 96e70503f2
Hardcoded project name 2023-08-05 12:26:33 -06:00
Robinson 41a12dea8b
Cleaned up imports 2023-07-13 23:19:27 +02:00
Robinson a531addb90
Updated version 2023-07-13 23:18:25 +02:00
Robinson 72a1b21f3f
Added Hashing for InputStreams 2023-07-13 23:18:07 +02:00
Robinson bdff9f7282
Version 1.11 2023-07-13 23:00:43 +02:00
Robinson 300d274dfb
Removed lwjgl dependency 2023-07-13 22:57:00 +02:00
Robinson d176b43eff
Hex calculations now support start/length, so hex values can be for a range of bytes.
Optimized how hex encoding works
2023-07-13 22:56:38 +02:00
Robinson d79550ef93
Digest threadlocals are setup lazy.
Hash digests now support start/length for calculating a hash for a range of bytes
Changed from lwjgl xxHash to LZ4 xxHash impl.
Added xxHash64
2023-07-13 22:55:32 +02:00
Robinson 412a74e25a
Added support for toBytes16 for String.
Added support for array conversions to have a start/length associated
2023-07-13 22:54:04 +02:00
Robinson 5144f88ed9
cleaned comments 2023-07-13 01:40:04 +02:00
Robinson 81d7063005
Added support for byte-array hex conversion taking an upper limit 2023-07-13 01:39:54 +02:00
Robinson 165b8ce2c9
updated version 2023-07-02 20:57:20 +02:00
Robinson 376617bf91
Updated license 2023-07-02 20:57:04 +02:00
Robinson 525edc1b35
Updated info, added xxhash 2023-07-02 20:56:40 +02:00
Robinson 07ed93d164
Added more hashing algorithms (SHA-514, SHA3x, and xxHash) 2023-07-02 20:55:50 +02:00
Robinson 76c3bcefd7
Added upper-case to hex extensions 2023-07-02 20:44:43 +02:00
Robinson 12e1d7f2b0
Added package-info.java 2023-07-02 20:44:08 +02:00
Robinson 294fe913b8
Updated version 2023-07-02 11:27:58 +02:00
Robinson bac0132f0d
Code cleanup 2023-07-02 11:27:49 +02:00
Robinson 0def85a2b2
Added more hashing + salts from Utils project 2023-07-02 11:27:40 +02:00
Robinson 31f8175bdd
Code organization 2023-07-02 11:27:23 +02:00
Robinson de6987701b
Added more array extensions dealing with bytes (mostly) from Utils project 2023-07-02 11:27:16 +02:00
Robinson 33c64f8bfb
code cleanup 2023-07-02 02:47:01 +02:00
Robinson b62f23695e
fixed typo 2023-07-02 02:46:28 +02:00
Robinson 1629dd276c
Wrap and copy can no longer return null 2023-07-02 02:44:19 +02:00
Robinson 647e25da39
Updated build deps 2023-06-08 00:35:33 +02:00