code_based_key_gen.cpp |
return the coefficient out of F_2
|
7978 |
code_based_util.h |
Expand an input to a bit mask depending on it being being zero or non-zero
@param tst the input
@return the mask 0xFFFF if tst is non-zero and 0 otherwise
|
1151 |
gf2m_rootfind_dcmp.cpp |
now cond = 1 if not enough roots |
8616 |
gf2m_small_m.cpp |
extension degree 0 (!) never used |
3440 |
gf2m_small_m.h |
GF(2^m) field for m = [2...16]
|
4835 |
goppa_code.cpp |
returns the error vector to the syndrome
|
6928 |
info.txt |
|
218 |
mce_internal.h |
|
1726 |
mce_workfactor.cpp |
|
2284 |
mceliece.cpp |
|
4154 |
mceliece.h |
Generate a McEliece key pair
Suggested parameters for a given security level (SL)
SL=80 n=1632 t=33 - 59 KB pubkey 140 KB privkey
SL=107 n=2480 t=45 - 128 KB pubkey 300 KB privkey
SL=128 n=2960 t=57 - 195 KB pubkey 459 KB privkey
SL=147 n=3408 t=67 - 265 KB pubkey 622 KB privkey
SL=191 n=4624 t=95 - 516 KB pubkey 1234 KB privkey
SL=256 n=6624 t=115 - 942 KB pubkey 2184 KB privkey
|
4867 |
mceliece_key.cpp |
|
11424 |
polyn_gf2m.cpp |
number of leading zeros
|
21397 |
polyn_gf2m.h |
create a zero polynomial:
|
4687 |