mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-26 12:43:13 +00:00

It's just more confusing having to keep track of where the ByteBuffer is at. In this case, I think we were forgetting to rewind after computing the digest. Hopefully we'll be able to drop some of these in 1.17 as Java 16 has a few more ByteBuffer methods Fixes #992