sym-adv-ring 0.1.0

Ring operations for algebraic cryptosystems over Z_m
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# `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`.