rand_poly initial setup

This commit is contained in:
infidel
2022-04-16 15:38:03 +07:00
parent aecf8bb070
commit b8b1eeeeea
11 changed files with 107 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ C polynomial library for ECC based cryptography.
Libntru use some custom data types declared in `types.h`.
> `uint8_t` : Unsigned 8-bit integer
> `uint16_t` : Unsigned 16-bit integer
`NtruIntPoly` : Polynomial with 16-bit integer coefficients
```c
@@ -38,7 +41,7 @@ Libntru use some custom data types declared in `types.h`.
- [ ] Advance Operation (Inversion)
- [ ] Bitwise for array
- [ ] Pointer management for polynomial indexes
- [ ] Random Generators
- [ ] ~~Random Generators~~