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

Ludovic Courtès e78c4cf150 build: Bump version to 0.4.0. před 1 rokem
build-aux c57b18804e build: Add build-aux/test-driver.scm. před 7 roky
gcrypt 710c697ffa mac: Add new hmac algorithms. před 1 rokem
m4 8c41e8b35f Initial package structure for guile-gcrypt. před 7 roky
tests f8934ec94d base64: update to latest industria's base64 version před 3 roky
.gitignore b6b070167f Add README, AUTHORS, etc. před 5 roky
AUTHORS b6b070167f Add README, AUTHORS, etc. před 5 roky
COPYING 8c41e8b35f Initial package structure for guile-gcrypt. před 7 roky
ChangeLog b6b070167f Add README, AUTHORS, etc. před 5 roky
Makefile.am 12cc6e0552 build: Use $(GUILD). před 4 roky
NEWS a77fb4dbcc Update NEWS. před 1 rokem
README 18d8510921 README: Mention Guile 3.x. před 4 roky
bootstrap.sh 8c41e8b35f Initial package structure for guile-gcrypt. před 7 roky
configure.ac 425554d432 build: Bump version to 0.4.0. před 1 rokem
fdl-1.3.texi 9bc9177494 Add the beginning of a manual. před 5 roky
guile-gcrypt.texi 6ec45155d3 doc: Document 'sign' and 'verify' for public-key crypto. před 1 rokem
guix.scm 5a7ca66b86 guix.scm: Fix synopsis and description. před 7 roky
pre-inst-env.in b5848f2d25 build: Override 'GUILE_LOAD_PATH' and 'GUILE_LOAD_COMPILED_PATH'. před 4 roky

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