English

Canonical Byte-String Encoding for Finite-Ring Cryptosystems

Cryptography and Security 2026-05-12 v2 Information Theory math.IT

Abstract

Ring-mapping protocols need a canonical byte-to-residue layer before any algebraic encryption step can begin. This paper isolates that layer and presents the base-m length codec, a canonical map from byte strings of length less than 2^64 to lists of residues modulo m. The encoder builds on and adapts an rANS-based system proposed by Duda. Decoding is exact for all moduli satisfying the paper's parameter bounds. Because the encoding carries the byte length in its fixed-width header, decoding is also tolerant to appended valid suffix digits. The paper is accompanied by a Rust implementation of the described protocol, a Lean 4 formalization of the abstract codec with machine-checked proofs, and performance benchmarks. The Lean 4 formalization establishes fixed-width prefix inversion and payload-state bounds below 2^64, stream-level roundtrip correctness, and that every emitted symbol is a valid residue modulo m. We conclude with a complexity analysis and a discussion of practical considerations arising in real-world use of the codec.

Cite

@article{arxiv.2603.23364,
  title  = {Canonical Byte-String Encoding for Finite-Ring Cryptosystems},
  author = {Kyrylo Riabov and Serhii Kryvyi},
  journal= {arXiv preprint arXiv:2603.23364},
  year   = {2026}
}
R2 v1 2026-07-01T11:35:41.640Z