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

Ludovic Courtès 0e67172e90 build: Bump version to 0.2.0. il y a 5 ans
build-aux c57b18804e build: Add build-aux/test-driver.scm. il y a 8 ans
gcrypt cf8a01a2a7 Move 'libgcrypt->pointer' & co. to (gcrypt internal). il y a 5 ans
m4 8c41e8b35f Initial package structure for guile-gcrypt. il y a 8 ans
tests d74174fad5 mac: Use non-abbreviated names. il y a 5 ans
.gitignore b6b070167f Add README, AUTHORS, etc. il y a 6 ans
AUTHORS b6b070167f Add README, AUTHORS, etc. il y a 6 ans
COPYING 8c41e8b35f Initial package structure for guile-gcrypt. il y a 8 ans
ChangeLog b6b070167f Add README, AUTHORS, etc. il y a 6 ans
Makefile.am 12cc6e0552 build: Use $(GUILD). il y a 5 ans
NEWS 4015fa957c Update 'NEWS'. il y a 5 ans
README 07f64f9c13 Fix typo in README. il y a 6 ans
bootstrap.sh 8c41e8b35f Initial package structure for guile-gcrypt. il y a 8 ans
configure.ac 17b1225b2b build: Bump version to 0.2.0. il y a 5 ans
fdl-1.3.texi 9bc9177494 Add the beginning of a manual. il y a 6 ans
guile-gcrypt.texi c334dcb47d mac: Add 'hmac-' prefix to hash-based MAC algorithms. il y a 5 ans
guix.scm 5a7ca66b86 guix.scm: Fix synopsis and description. il y a 8 ans
pre-inst-env.in b5848f2d25 build: Override 'GUILE_LOAD_PATH' and 'GUILE_LOAD_COMPILED_PATH'. il y a 5 ans

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