Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CFF ¶
type CFF struct {
// contains filtered or unexported fields
}
d-CFF((dk+1)q, q^(k+1)) w-CFF(m, 2^n) assume that q=2^a, a<64 w = d m = (dk+1)q n = a(k+1) k: highest degree of polynomial f over F_q X: F_{dk+1} x F_q B_f: {(x, f(x))} \cal{B}: {B_f} where f's degree is equal or less than k
type CFFBSetElement ¶
type CFFBSetElement struct {
// contains filtered or unexported fields
}
(x, f(x)) x\in F_q
func (*CFFBSetElement) String ¶
func (e *CFFBSetElement) String() string
convert a CFFBSetElement to a 128-bit string
Click to show internal directories.
Click to hide internal directories.