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