Guile bindings for [libgcrypt](https://gnupg.org/software/libgcrypt/index.html)!

Mathieu Othacehe 2a04754a11 Fix cross-compilation. %!s(int64=4) %!d(string=hai) anos
build-aux c57b18804e build: Add build-aux/test-driver.scm. %!s(int64=7) %!d(string=hai) anos
gcrypt 2a04754a11 Fix cross-compilation. %!s(int64=4) %!d(string=hai) anos
m4 8c41e8b35f Initial package structure for guile-gcrypt. %!s(int64=7) %!d(string=hai) anos
tests da1370386f Add support for Guile 3.0. %!s(int64=5) %!d(string=hai) anos
.gitignore b6b070167f Add README, AUTHORS, etc. %!s(int64=5) %!d(string=hai) anos
AUTHORS b6b070167f Add README, AUTHORS, etc. %!s(int64=5) %!d(string=hai) anos
COPYING 8c41e8b35f Initial package structure for guile-gcrypt. %!s(int64=7) %!d(string=hai) anos
ChangeLog b6b070167f Add README, AUTHORS, etc. %!s(int64=5) %!d(string=hai) anos
Makefile.am 2a04754a11 Fix cross-compilation. %!s(int64=4) %!d(string=hai) anos
NEWS b6b070167f Add README, AUTHORS, etc. %!s(int64=5) %!d(string=hai) anos
README 07f64f9c13 Fix typo in README. %!s(int64=5) %!d(string=hai) anos
bootstrap.sh 8c41e8b35f Initial package structure for guile-gcrypt. %!s(int64=7) %!d(string=hai) anos
configure.ac 2a04754a11 Fix cross-compilation. %!s(int64=4) %!d(string=hai) anos
fdl-1.3.texi 9bc9177494 Add the beginning of a manual. %!s(int64=5) %!d(string=hai) anos
guile-gcrypt.texi da1370386f Add support for Guile 3.0. %!s(int64=5) %!d(string=hai) anos
guix.scm 5a7ca66b86 guix.scm: Fix synopsis and description. %!s(int64=7) %!d(string=hai) anos
pre-inst-env.in 8c41e8b35f Initial package structure for guile-gcrypt. %!s(int64=7) %!d(string=hai) anos

README

Guile-Gcrypt — Guile bindings to Libgcrypt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Guile-Gcrypt provides a Guile 2.x interface to a subset of the
GNU Libgcrypt crytographic library, which is itself used by the
GNU Privacy Guard (GPG).

Guile-Gcrypt 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.

Requirements:

• GNU Guile 2.x, https://gnu.org/software/guile/
• GNU Libgcrypt 1.8.x or later, https://gnupg.org/

For more information, patches, bug reports, and all that, see:

https://notabug.org/cwebber/guile-gcrypt