A reversible binary-to-text encoding using a variable alphabet in the range [2..94]
-
Updated
Jan 22, 2024 - Python
A reversible binary-to-text encoding using a variable alphabet in the range [2..94]
Base94 Encoding Library: Convert binary data to a compact text-based format using Base94 encoding. Effortlessly encode and decode data for a wide range of use cases. 🔐🔍
SIMD implementations of ssea primitives (base94 codec, delta coding, XOR masking, byte permutation) for SSE2/SSSE3/SSE4.1/SSE4.2/AVX/AVX2 with CPU auto-detection and per-algorithm best-level dispatch. Output identical to scalar, byte for byte.
To associate your repository with the base94 topic, visit your repo's landing page and select "manage topics."