nettle

Rust bindings for the Nettle cryptographic library.

```toml

Cargo.toml

[dependencies] nettle = "7" ```

The documentation can be found here.

Features

This is a list of feature flags for this crate:

Windows

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

License

This project is licensed under either of

at your option.