Rust bindings for the Nettle cryptographic library.
The documentation for the latest version can also be found here.
The bindings can be compiled using Mingw-w64 or the MSVC toolchain.
In the MSYS2/mingw64 environment, you can install the toolchain and Nettle by running:
$ pacman -S mingw-w64-x86_64-clang mingw-w64-x86_64-pkg-config mingw-w64-x86_64-nettle
For MSVC, first install the "Build Tools for Visual Studio". Then, install Nettle, for example from MSYS2:
$ pacman -S libnettle-devel
This project is licensed under either of
at your option.