• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-19,90117,444

include/H20-Feb-2011-7,7155,308

testsuite/H20-Feb-2011-30,12926,908

INSTALLH A D20-Feb-20114.1 KiB156106

LICENSEH A D20-Feb-201117.6 KiB341281

Makefile.amH A D20-Feb-20111.8 KiB6143

Makefile.inH A D20-Feb-201139.8 KiB1,041925

NEWSH A D20-Feb-20119.6 KiB277200

PENTANOMIALSH A D20-Feb-2011105.3 KiB2220

READMEH A D20-Feb-2011843 2017

TRINOMIALSH A D20-Feb-2011124.1 KiB1,8681,857

aclocal.m4H A D20-Feb-2011335.7 KiB9,5968,631

autogen.shH A D20-Feb-2011742 2113

autogen_versionsH A D20-Feb-2011480 1311

bitset.ccH A D20-Feb-20112.9 KiB11072

config.guessH A D06-Mar-201043.9 KiB1,5031,292

config.h.inH A D20-Feb-20112.3 KiB9365

config.subH A D06-Mar-201033.8 KiB1,7151,566

configureH A D20-Feb-2011558.7 KiB18,70614,420

configure.acH A D20-Feb-20118.1 KiB267220

debug.ccH A D20-Feb-20111.5 KiB4917

depcompH A D31-Jan-20112.8 KiB11874

install-shH A D18-Jan-201013.3 KiB521344

irrednas.sH A D20-Feb-201110.3 KiB419326

libecc.specH A D20-Feb-20111.7 KiB7057

libecc.spec.inH A D20-Feb-20111.7 KiB7057

ltmain.shH A D09-Dec-2009237.7 KiB8,4146,482

maintMakefile.inH A D20-Feb-20116.1 KiB159147

missingH A D18-Jan-201011.2 KiB377281

mmx_check.sH A D20-Feb-2011391 2321

nasmfe.inH A D20-Feb-2011563 2820

rds.ccH A D20-Feb-20112 KiB7433

rng.ccH A D20-Feb-201119.1 KiB50865

sha.ccH A D20-Feb-20118.3 KiB279242

square.ccH A D20-Feb-201111.9 KiB364225

test.ccH A D20-Feb-2011116 96

test.sH A D20-Feb-2011402 2423

troep.diffH A D20-Feb-20113.7 KiB9695

window.sH A D20-Feb-20118.8 KiB304254

README

1This project is still in the BETA stage.
2Version 0.0.x  only contains a build framework.
3Version 0.1.x  contains a bitset<n>.
4Version 0.2.x  contains a pseudo random bits generator.
5Version 0.3.x  contains the SHA-1.
6Version 0.4.x  contains polynomial<m, k>.
7Version 0.5.x  speed ups of bitset and polynomial division/multiplication.
8Version 0.6.x  contains point<Polynomial,a,b>.
9Version 0.7.x  Huge fixes (don't use older versions).
10Version 0.8.x  Lots of theory and calc of group structure.
11Version 0.9.x  polynomial<m, k>::trace and polynomial<m, k>::normal
12Version 0.10.x Relationship between #E and trace.
13Version 0.11.x polynomial<m, k, k1, k2> (pentanomials)
14               and dramatic speed up of polynomial<>::trace
15Version 0.12.x has support for 64-bit.
16
17If you feel like contributing, then please
18contact me at carlo@alinoe.com.
19
20