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

guile-gcrypt 0.4.0

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 guile-gcrypt 0.4.0 as follows:

guix install guile-gcrypt@0.4.0

Or install the latest version:

guix install guile-gcrypt

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.