This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/guile-gcrypt/badges/latest-version.svg)](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]]