guile-gcrypt
Cryptography library for Guile using Libgcrypt
Guile-Gcrypt provides a Guile interface to a subset of the GNU Libgcrypt crytographic library. It provides modules for cryptographic hash functions, message authentication codes (MAC), public-key cryptography, strong randomness, and more. It is implemented using the foreign function interface (FFI) of Guile.
- Versions: 0.4.0
- Website: https://notabug.org/cwebber/guile-gcrypt
- Licenses: GPL 3+
- Package source: gnu/packages/gnupg.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of guile-gcrypt
as follows:
guix install guile-gcrypt
Or install a particular version:
guix install guile-gcrypt@0.4.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of guile-gcrypt about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/guile-gcrypt'><img src='https://packages.guix.gnu.org/packages/guile-gcrypt/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/guile-gcrypt)
Example Org:
[[https://packages.guix.gnu.org/packages/guile-gcrypt][https://packages.guix.gnu.org/packages/guile-gcrypt/badges/latest-version.svg]]