mirror of
https://github.com/enricobottazzi/zk-fhe.git
synced 2026-01-09 05:08:04 -05:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -11,11 +11,11 @@ The input data is located in the `data` folder. This test vector file can be gen
|
||||
|
||||
### Chips
|
||||
|
||||
`check_poly_from_distribution_chi_error` - Enforces polynomial to be sampled from the chi distribution
|
||||
`check_poly_from_distribution_chi_key` - Enforces polynomial to be sampled from the chi key
|
||||
`poly_add` - Enforces polynomial addition
|
||||
`poly_mul_equal_deg` - Enforces polynomial multiplication between polynomials of equal degree
|
||||
`poly_mul_diff_deg` - Enforces polynomial multiplication between polynomials of different degree
|
||||
`poly_scalar_mul` - Enforces scalar multiplication of a polynomial
|
||||
`poly_reduce` - Enforces reduction of polynomial coefficients by a modulus
|
||||
`poly_divide_by_cyclo` - Enforces the reduction of a polynomial by a cyclotomic polynomial
|
||||
- `check_poly_from_distribution_chi_error` - Enforces polynomial to be sampled from the chi distribution
|
||||
- `check_poly_from_distribution_chi_key` - Enforces polynomial to be sampled from the chi key
|
||||
- `poly_add` - Enforces polynomial addition
|
||||
- `poly_mul_equal_deg` - Enforces polynomial multiplication between polynomials of equal degree
|
||||
- `poly_mul_diff_deg` - Enforces polynomial multiplication between polynomials of different degree
|
||||
- `poly_scalar_mul` - Enforces scalar multiplication of a polynomial
|
||||
- `poly_reduce` - Enforces reduction of polynomial coefficients by a modulus
|
||||
- `poly_divide_by_cyclo` - Enforces the reduction of a polynomial by a cyclotomic polynomial
|
||||
|
||||
Reference in New Issue
Block a user