Encoding/Decoding: Enjoy improved accuracy when encoding and decoding Base64 data, especially with negative integers. The recent updates ensure that negative inputs are handled correctly, providing you with the expected results every time.
Fixes
Fix negative numbers in input produce wrong results. The updates correct the handling of negative integers, ensuring that they serialize correctly alongside positive integers.