Skip to content
Snippets Groups Projects
Commit e7cc72a5 authored by Niels Möller's avatar Niels Möller
Browse files

Update NEWS with base64 and base16 changes.

parent 47e00e0f
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,12 @@ NEWS for the Nettle 3.4 release
Miscellaneous:
* The base16 and base64 functions now use the type char * for
ascii data, rather than uint8_t *. This eliminates the last
pointer-signedness warnings when building Nettle. This is a
minor API change, and applications may need to be adjusted,
but the ABI is unaffected on all platforms I'm aware of.
* The contents of the header file nettle/version.h is now
architecture independent, except in --enable-mini-gmp
configurations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment