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.
- Outputs:
out
- 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 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.