rand_poly initial setup
This commit is contained in:
@@ -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~~
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user