Commit graph

13 commits

Author SHA1 Message Date
Mirek Kratochvil d1fe9b176b restructuralization
- removed cfs_qd (I didn't find a workable specification and it's still
  slow&ugly)
- removed mce_oc (it's just insecure and no one will use that)
- removed library structure, it isn't neccesary anyway
- added primitives for hashing to prepare for FMTseq
2012-12-22 14:09:19 +01:00
Mirek Kratochvil 17afdd4e46 licensing 2012-11-05 22:45:35 +01:00
Mirek Kratochvil 9620632e84 mce_qd: decoding work, along with some fixes
- vector functions
- decoding function simplification
2012-10-22 12:10:26 +02:00
Mirek Kratochvil 16d1ebd78b gf2m: fixed defining polynomial generation 2012-06-09 23:52:20 +02:00
Mirek Kratochvil d24550c126 decoding with berlekamp trace 2012-06-08 11:54:22 +02:00
Mirek Kratochvil 56ea9083fc small fixes 2012-05-16 16:52:18 +02:00
Mirek Kratochvil 022d20aa30 gf2m: faster operations using a lookup table 2012-05-13 19:45:16 +02:00
Mirek Kratochvil 1c2e807f69 debugging stash 1 2012-05-13 00:17:12 +02:00
Mirek Kratochvil d23fd8f898 square root fix 2012-04-16 11:11:58 +02:00
Mirek Kratochvil 0963baefa1 algebraic decoding 2012-04-06 14:49:40 +02:00
Mirek Kratochvil 171c660d3d square root matrix works 2012-04-03 12:51:23 +02:00
Mirek Kratochvil 5928e45a71 gf2m working under polys 2012-04-03 12:13:51 +02:00
Mirek Kratochvil cd65834a92 gf2m arithmetic phase 2012-04-03 11:08:52 +02:00