Guile-Gcrypt 0.4.0 released

Ludovic Courtès <[email protected]> Thu, 01 Dec 2022 15:36:03 +0100
Newsgroups gmane.lisp.guile.sources,gmane.lisp.guile.user,gmane.comp.gnu.guix.devel
Message-ID <[email protected]>
--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

I=E2=80=99m pleased to announce Guile-Gcrypt version 0.4.0:

  git clone https://notabug.org/cwebber/guile-gcrypt.git
  cd guile-gcrypt
  git checkout v0.4.0  # or 425554d4327eeeb60c39e3d4a1b7bc5e36b63953
  git tag -v v0.4.0

The =E2=80=98git tag -v=E2=80=99 command checks the authenticity of your ch=
eckout.
You may need to retrieve the signing key first:

  gpg --keyserver pool.sks-keyservers.net \
      --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5

Guile-Gcrypt provides Guile 3.0/2.x bindings to the GNU=C2=A0Libgcrypt
cryptography library.  It provides modules for cryptographic hash
functions, message authentication codes (MAC), public-key cryptography,
strong randomness, and more.

Excerpt from the =E2=80=98NEWS=E2=80=99 file:

  * Changes in 0.4.0 (since 0.3.0)
  ** =E2=80=98base64-encode=E2=80=99 and =E2=80=98base64-decode=E2=80=99 no=
w let you optionally control padding
  ** New supported algorithms added to (gcrypt hash)
  ** New supported algorithms added to (gcrypt mac)
  ** Improvements and fixes to the manual

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=E2=80=99.

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQJBBAEBCgArFiEEPORkVYqE/cadtAz7CQsRmT2a67UFAmOIu9MNHGx1ZG9AZ251
Lm9yZwAKCRAJCxGZPZrrtakPD/9dY21D54S0N6RDbXYUqRtZbPS5eco2jyji0axd
P3NR0P6tYnIu16w1xB0SLOLRce2h48eIewwUs7zfBvQqrSlGL+REPBhz7o/71hYN
E1wvEYaQhnsV+8dQuUW+R1V8VXW1JO51Wa7OblsN4h3CN2bqcN2ZgtXo4uuLXWB+
C89HoG0GOQR0dTDlOzdHOy463meXWWlWDKaeD63ZYXRS/dNpZF9JP5RXgIXXdp2J
xaYiN5hiVG3R1KQhYOtclRjrx9OfZUC0jRism5waGfLa836uG5U3Df8rczyzA0G8
o+bhWptYEdSnasOGoc7koIWVsTVhkM+ptwxXxVf4lTqGLbj2fdG/Ff5U3Bxs0Q2C
pctKXBnxcWjR6ajeHCVv0ey9Qkinq6qp1d7xvDieqjMGtHXBmm0xgJqqM8yIsHGW
Ok7KmhqmYa4PbrhN1r6/JWOZD5/ejKK1NyN40ri0mdzbaSH0J8CzbFEGgDiPcshC
74980ka15sQ6I0CuyHHWeeaD1O5z5YoPCOAw7HMaklAmWpqMUMgBrd8ynS/R7s0G
v7JC23JmDVEXdoNAIuStCO8NQN83SV5a+ipQDe07bHiuquoEZ7VUKMIrDTEdZaKn
T/LI1LLgtkM/kswZz0S31QibB72RHPlIHHs/PBvogvquoMBZzjZXAqSKhbiDfgr1
x0lonQ==
=3vqj
-----END PGP SIGNATURE-----
--=-=-=--