master
* examples/nettle-benchmark.c: New benchmarking program.
New program hogweed-benchmark.
Update testsuite and example Makefiles.
Change type of base16- and base64-encoded data from uint8_t to char.
Add benchmarking of modulo q inversion.
Extend openssl configure tests to check for relevant headers and functions.
Use uint8_t for hash_file buffer.
Rename write_string --> write_date.
Delete nettle_openssl_init.
Update copyright headers for dual licensing, example directory.
Helper read_file: Use size_t for sizes, and uint8_t for the contents.
Update RSA examples to use aes256_ctx, not the deprecated aes_ctx.
Fixes for running tests in wine.
Set WINEPATH for tests, and remove symlink workaround.