| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed name "Internetfonden" to "the .SE Internet Fund". | Niels Möller | 2013-04-05 | 1 | -1/+1 |
* | Typo fix in file header. | Niels Möller | 2013-03-25 | 1 | -1/+1 |
* | Factorize timing functions to a separate file | Martin Storsjö | 2013-03-25 | 6 | -115/+162 |
* | Use local paths for including headers in examples and tests | Martin Storsjö | 2013-03-25 | 1 | -5/+5 |
* | Fixed hogweed dependency in examples/Makefile.in. | Niels Möller | 2013-02-28 | 1 | -3/+3 |
* | Typo fix in ecc-benchmark.c | Niels Möller | 2013-02-27 | 1 | -1/+1 |
* | New program hogweed-benchmark. | Niels Möller | 2013-02-20 | 3 | -2/+645 |
* | Benchmark program for ECC primitives. | Niels Möller | 2013-02-18 | 3 | -4/+316 |
* | Updated .gitignore files. | Niels Möller | 2013-02-15 | 1 | -0/+4 |
* | Added -s and -e options to examples/rsa-keygen. | Niels Möller | 2013-02-14 | 1 | -4/+34 |
* | Fixed make rules for building objects in parent directory. | Niels Möller | 2013-01-02 | 1 | -2/+8 |
* | Benchmark additional sha3 functions. | Niels Möller | 2013-01-01 | 1 | -1/+2 |
* | Replaced all internal usage of sha.h. | Niels Möller | 2012-12-02 | 1 | -1/+2 |
* | Benchmark sha3_permute. | Niels Möller | 2012-11-13 | 1 | -46/+43 |
* | Benchmark sha3_256. | Niels Möller | 2012-11-12 | 1 | -0/+1 |
* | Added gosthash to benchmark. | Nikos Mavrogiannopoulos | 2012-11-11 | 1 | -2/+1 |
* | Added x86_64 assembly for _salsa20_core. | Niels Möller | 2012-10-29 | 1 | -3/+37 |
* | Additional deallocation fixes. | Tim Ruehsen | 2012-09-19 | 2 | -2/+10 |
* | Explicitly deallocate storage before exit. | Niels Möller | 2012-09-10 | 1 | -0/+4 |
* | Reorganized read_file loop. | Niels Möller | 2012-09-10 | 2 | -19/+27 |
* | nettle-benchmark: Use PRINTF_STYLE attribute. | Tim Ruehsen | 2012-09-10 | 1 | -1/+1 |
* | Deleted useless allocations. | Tim Ruehsen | 2012-09-10 | 1 | -14/+0 |
* | Improved use of gcc __attribute__. | Niels Möller | 2012-09-07 | 2 | -6/+2 |
* | Updated FSF address. Patch from David Woodhouse. | Niels Möller | 2012-07-07 | 17 | -34/+34 |
* | Added -lm when linking nettle-benchmark. | Niels Möller | 2012-07-07 | 1 | -1/+1 |
* | On windows, include fcntl.h, before using _setmode. | Niels Möller | 2012-07-03 | 4 | -0/+12 |
* | Fixed nettle includes in base16 and base64 examples. | Niels Möller | 2012-07-03 | 4 | -4/+4 |
* | Added base16dec.c in examples/Makefile.in, forgotten earlier. | Niels Möller | 2012-06-09 | 1 | -1/+1 |
* | New base16 example programs, based on code contributed by Jeronimo Pellegrini. | Niels Möller | 2012-04-14 | 3 | -2/+231 |
* | New base64dec example program, based on code contributed by Jeronimo Pellegrini. | Niels Möller | 2012-04-14 | 2 | -2/+118 |
* | Whitespace changes only. | Niels Möller | 2012-04-14 | 1 | -6/+7 |
* | examples/io.c: Made write_file use write_string. | Niels Möller | 2012-04-14 | 1 | -15/+11 |
* | New base64enc example program, based on code contributed by Jeronimo Pellegrini. | Niels Möller | 2012-04-14 | 2 | -8/+111 |
* | Small improvements to rsa-encrypt and rsa-decrypt example programs. | Niels Möller | 2012-04-14 | 2 | -44/+66 |
* | Support salsa20 in nettle-benchmark. | Niels Möller | 2012-03-30 | 1 | -2/+19 |
* | Don't include nettle-internal.h in the library. | Niels Möller | 2012-03-30 | 1 | -4/+5 |
* | Updated .gitignore files. | Niels Möller | 2012-02-18 | 1 | -0/+2 |
* | Adjust Makefiles after the repository conversion. | Niels Möller | 2012-02-18 | 1 | -5/+8 |
* | Converted files to utf-8. | Niels Möller | 2012-02-18 | 12 | -12/+12 |
* | * testsuite/setup-env: Added -f option to ln.converted-master-branch-to-git | Niels Möller | 2012-01-17 | 1 | -1/+1 |
* | * testsuite/teardown-env: Use -exec argument to find. | Niels Möller | 2012-01-17 | 1 | -1/+1 |
* | * examples/rsa-decrypt.c (main): Use _setmode rather than setmode, | Niels Möller | 2012-01-17 | 2 | -4/+4 |
* | * testsuite/setup-env: New file. Wine workaround. Can't get | Niels Möller | 2012-01-17 | 2 | -1/+14 |
* | (check): Add ../.lb to PATH, like in | Niels Möller | 2012-01-07 | 1 | -1/+1 |
* | * examples/Makefile.in (check): Pass $(EMULATOR) and $(EXEEXT) in | Martin Storsjö | 2011-11-24 | 6 | -14/+16 |
* | From Martin Storsjö: | Martin Storsjö | 2011-11-24 | 2 | -0/+16 |
* | (main): Benchmark ripemd-160. | Niels Möller | 2011-08-28 | 1 | -0/+1 |
* | (read_file): Bug fix, in dependence on initial size on max_size. | Niels Möller | 2011-07-07 | 1 | -2/+7 |
* | (bench_ctr): New function. | Niels Möller | 2011-06-29 | 1 | -0/+28 |
* | (find_first_one): Declare the lookup table as static const, and | Niels Möller | 2011-06-08 | 1 | -1/+1 |