mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-11 03:26:17 +08:00
Updated 实现Kyber所需的多项式和线性代数知识 (markdown)
parent
062377d5fd
commit
ce00f02512
@ -21,7 +21,7 @@ $$f_0 + f_1X + f_2X^2 + \cdots + f_{255}X^{255} \in R_q$$
|
||||
|
||||
$$ \downarrow $$
|
||||
|
||||
$$ (f_0, f_1, f_2, ..., f_{255}) ∈ ℤ_q^{256} $$
|
||||
$$ (f_0, f_1, f_2, ..., f_{255}) \in \mathbb{Z}_q^{256} $$
|
||||
|
||||
每个系数都适合放在一个`uint16`中,所以你可以为多项式编写一个类型,比如`[256]uint16`。
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user