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

Ludovic Courtès 99381361c5 build: Bump version to 0.3.0. vor 4 Jahren
build-aux c57b18804e build: Add build-aux/test-driver.scm. vor 7 Jahren
gcrypt 952b090576 hash, mac: Add 'hash-algorithm-name' and 'mac-algorithm-name'. vor 4 Jahren
m4 8c41e8b35f Initial package structure for guile-gcrypt. vor 7 Jahren
tests 952b090576 hash, mac: Add 'hash-algorithm-name' and 'mac-algorithm-name'. vor 4 Jahren
.gitignore b6b070167f Add README, AUTHORS, etc. vor 6 Jahren
AUTHORS b6b070167f Add README, AUTHORS, etc. vor 6 Jahren
COPYING 8c41e8b35f Initial package structure for guile-gcrypt. vor 7 Jahren
ChangeLog b6b070167f Add README, AUTHORS, etc. vor 6 Jahren
Makefile.am 12cc6e0552 build: Use $(GUILD). vor 5 Jahren
NEWS d01bd407c1 Update 'NEWS'. vor 4 Jahren
README 18d8510921 README: Mention Guile 3.x. vor 4 Jahren
bootstrap.sh 8c41e8b35f Initial package structure for guile-gcrypt. vor 7 Jahren
configure.ac 99381361c5 build: Bump version to 0.3.0. vor 4 Jahren
fdl-1.3.texi 9bc9177494 Add the beginning of a manual. vor 6 Jahren
guile-gcrypt.texi 952b090576 hash, mac: Add 'hash-algorithm-name' and 'mac-algorithm-name'. vor 4 Jahren
guix.scm 5a7ca66b86 guix.scm: Fix synopsis and description. vor 7 Jahren
pre-inst-env.in b5848f2d25 build: Override 'GUILE_LOAD_PATH' and 'GUILE_LOAD_COMPILED_PATH'. vor 5 Jahren

README

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

Guile-Gcrypt provides a Guile 3.x/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 3.x or 2.x >= 2.0.10, 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