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

Brendan Tildesley d12cc19c9a configure.ac: Recognise guile 3.0 if available. пре 5 година
build-aux c57b18804e build: Add build-aux/test-driver.scm. пре 7 година
gcrypt 4ba529287a hash: Rename gcrypt-hash to hash. пре 5 година
m4 8c41e8b35f Initial package structure for guile-gcrypt. пре 7 година
tests 4ba529287a hash: Rename gcrypt-hash to hash. пре 5 година
.gitignore b6b070167f Add README, AUTHORS, etc. пре 6 година
AUTHORS b6b070167f Add README, AUTHORS, etc. пре 6 година
COPYING 8c41e8b35f Initial package structure for guile-gcrypt. пре 7 година
ChangeLog b6b070167f Add README, AUTHORS, etc. пре 6 година
Makefile.am 9e3eacdec1 build: Add guix.scm to the distribution. пре 6 година
NEWS b6b070167f Add README, AUTHORS, etc. пре 6 година
README 07f64f9c13 Fix typo in README. пре 6 година
bootstrap.sh 8c41e8b35f Initial package structure for guile-gcrypt. пре 7 година
configure.ac d12cc19c9a configure.ac: Recognise guile 3.0 if available. пре 5 година
fdl-1.3.texi 9bc9177494 Add the beginning of a manual. пре 6 година
guile-gcrypt.texi 9bc9177494 Add the beginning of a manual. пре 6 година
guix.scm 5a7ca66b86 guix.scm: Fix synopsis and description. пре 7 година
pre-inst-env.in 8c41e8b35f Initial package structure for guile-gcrypt. пре 7 година

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