GNU Nettle 3.0 Cryptographics Library Released

Written by Michael Larabel in GNU on 8 June 2014 at 03:39 AM EDT. 9 Comments
GNU
The developers behind the Nettle project are out with a new major update to their dual-licensed GPLv2 and LGPLv3+ cryptographics library.

GNU Nettle 3.0 is a major update to the library that breaks ABI compatibility with earlier versions of Nettle but is "mostly" source-level API compatible. Besides fixing a number of bugs and reworking some library interfaces, new features to Nettle 3.0 include:

- Support for Poly1305-AES MAC.

- Support for the ChaCha stream cipher and experimental ChaCha-Poly1305 AEAD mode support.

- Support for the EAX and CCM modes.

- New x86_64 assembly for GCM and MD5 to provide 10~20% performance speed-ups.

Nettle is designed to be very versatile as a low-level crypto library and to fit into most any application. Nettle can be interfaced directly from C programs but there's bindings for many different languages -- even Perl, Haskell, and TCL. More information on GNU Nettle 3.0 can be found via the project site. The release announcement for Nettle 3.0 can be found on the info-gnu list.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week