[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Guile-Gcrypt 0.2.1 released
From: |
Ludovic Courtès |
Subject: |
Guile-Gcrypt 0.2.1 released |
Date: |
Sun, 15 Dec 2019 21:30:15 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
I’m pleased to announce Guile-Gcrypt version 0.2.1:
git clone https://notabug.org/cwebber/guile-gcrypt.git
cd guile-gcrypt
git checkout v0.2.1 # or d7b3aab53d6efd62c7a5990b291ca91ca9637d46
git tag -v v0.2.1
The ‘git tag -v’ command checks the authenticity of your checkout.
You may need to retrieve the signing key first:
gpg --keyserver pool.sks-keyservers.net \
--recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
Guile-Gcrypt provides Guile 2.x/3.0 bindings to the GNU Libgcrypt
cryptography library. It provides modules for cryptographic hash
functions, message authentication codes (MAC), public-key cryptography,
strong randomness, and more.
Excerpt from the ‘NEWS’ file:
* Changes in 0.2.1 (since 0.2.0)
** libgcrypt is now always properly initialized (https://bugs.gnu.org/37616)
** (gcrypt base64) no longer imports (rnrs)
Guile-Gcrypt does not currently wrap all the Libgcrypt API. Your help
in improving it is very welcome! For bug reports and patches, see:
https://notabug.org/cwebber/guile-gcrypt
Plain email to Chris or myself or guile-user would also work fine. :-)
Ludo’.
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Guile-Gcrypt 0.2.1 released,
Ludovic Courtès <=