Name Description Size
code_based_key_gen.cpp return the coefficient out of F_2 7604
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 8005
gf2m_small_m.cpp extension degree 0 (!) never used 3352
gf2m_small_m.h GF(2^m) field for m = [2...16] 3972
goppa_code.cpp returns the error vector to the syndrome 6981
info.txt 293
mce_internal.h 1685
mce_workfactor.cpp 2312
mceliece.cpp 4005
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 5624
mceliece_key.cpp 13005
polyn_gf2m.cpp number of leading zeros 20081
polyn_gf2m.h create a zero polynomial: 4427