nettle

Crates.ionettle
lib.rsnettle
version7.4.0
sourcesrc
created_at2018-11-06 14:06:42.77061
updated_at2024-03-12 16:29:57.320695
descriptionRust bindings for the Nettle cryptographic library
homepage
repositoryhttps://gitlab.com/sequoia-pgp/nettle-rs
max_upload_size
id95018
size2,204,635
Justus Winter (teythoon)

documentation

https://docs.rs/nettle

README

nettle

Rust bindings for the Nettle cryptographic library.

The documentation for the latest version can also be found here.

Windows

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

License

This project is licensed under either of

at your option.

Commit count: 190

cargo fmt