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

Ludovic Courtès 8fe64e8d29 build: Add guix.scm to the distribution. 6 gadi atpakaļ
build-aux c57b18804e build: Add build-aux/test-driver.scm. 8 gadi atpakaļ
gcrypt 81ad6e326d base64: Turn into a regular Guile module. 6 gadi atpakaļ
m4 8c41e8b35f Initial package structure for guile-gcrypt. 8 gadi atpakaļ
tests 0e2da4bd48 hash: sha256 port now implements 'port-position'. 6 gadi atpakaļ
.gitignore b6b070167f Add README, AUTHORS, etc. 6 gadi atpakaļ
AUTHORS b6b070167f Add README, AUTHORS, etc. 6 gadi atpakaļ
COPYING 8c41e8b35f Initial package structure for guile-gcrypt. 8 gadi atpakaļ
ChangeLog b6b070167f Add README, AUTHORS, etc. 6 gadi atpakaļ
Makefile.am 9e3eacdec1 build: Add guix.scm to the distribution. 6 gadi atpakaļ
NEWS b6b070167f Add README, AUTHORS, etc. 6 gadi atpakaļ
README b6b070167f Add README, AUTHORS, etc. 6 gadi atpakaļ
bootstrap.sh 8c41e8b35f Initial package structure for guile-gcrypt. 8 gadi atpakaļ
configure.ac 009d98f9d7 build: Change version number to 0.1.0. 6 gadi atpakaļ
fdl-1.3.texi 9bc9177494 Add the beginning of a manual. 6 gadi atpakaļ
guile-gcrypt.texi 9bc9177494 Add the beginning of a manual. 6 gadi atpakaļ
guix.scm 5a7ca66b86 guix.scm: Fix synopsis and description. 8 gadi atpakaļ
pre-inst-env.in 8c41e8b35f Initial package structure for guile-gcrypt. 8 gadi atpakaļ

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 crytography, 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