sym-adv-ring 0.1.0

Ring operations for algebraic cryptosystems over Z_m
Documentation

sym-adv-ring

sym-adv-ring provides the modular arithmetic primitives shared by the thesis codebase.

It includes:

  • RingElement arithmetic over Z_m
  • RingVector and RingMatrix helpers
  • greatest-common-divisor utilities and modular inversion

The crate is the algebraic foundation used by sym-adv-encoding.