* Guile-Gcrypt 0.2.0 released
@ 2019-09-11 10:48 Ludovic Courtès
0 siblings, 0 replies; only message in thread
From: Ludovic Courtès @ 2019-09-11 10:48 UTC (permalink / raw)
To: guile-user, guile-sources, guix-devel
[-- Attachment #1: Type: text/plain, Size: 1356 bytes --]
I’m pleased to announce Guile-Gcrypt version 0.2.0:
git clone https://notabug.org/cwebber/guile-gcrypt.git
cd guile-gcrypt
git checkout v0.2.0 # or 17b1225b2b65acf7038753277e95fd95fbede1a3
git tag -v v0.2.0
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.0 (since 0.1.0)
** (gcrypt hash) now exposes all the algorithms supported by Libgcrypt
** (guix mac) now exposes all the MAC algorithms, not just HMAC
** (guix hmac) is deprecated in favor of (guix mac)
** Guile-Gcrypt can now be compiled with Guile 2.9 (future 3.0)
** Guile-Gcrypt can now be cross-compiled
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’.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-11 10:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-11 10:48 Guile-Gcrypt 0.2.0 released Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).