Update README.md

This commit is contained in:
enrico.eth
2023-10-26 14:18:17 +02:00
committed by GitHub
parent c1337efaa8
commit b676653d24

View File

@@ -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