Rust bindings for the Nettle cryptographic library.
```toml
[dependencies] nettle = "7" ```
The documentation can be found here.
This is a list of feature flags for this crate:
vendored
: Use a packaged version of the Nettle library. Implies
static linking.As of now, only the GNU toolchain is supported and the vendored
feature does
not yet work.
This means that the library has to be installed separately. In MSYS2/mingw64 environment this can done by running:
$ pacman -S mingw-w64-x86_64-clang mingw-w64-x86_64-pkg-config mingw-w64-x86_64-nettle
This project is licensed under either of
at your option.