Crates.io | nettle |
lib.rs | nettle |
version | 7.4.0 |
source | src |
created_at | 2018-11-06 14:06:42.77061 |
updated_at | 2024-03-12 16:29:57.320695 |
description | Rust bindings for the Nettle cryptographic library |
homepage | |
repository | https://gitlab.com/sequoia-pgp/nettle-rs |
max_upload_size | |
id | 95018 |
size | 2,204,635 |
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.