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

Christine Lemmer-Webber d54237c2ca Switch license to LGPL. 10 månader sedan
build-aux c57b18804e build: Add build-aux/test-driver.scm. 7 år sedan
gcrypt d54237c2ca Switch license to LGPL. 10 månader sedan
m4 8c41e8b35f Initial package structure for guile-gcrypt. 7 år sedan
tests d54237c2ca Switch license to LGPL. 10 månader sedan
.gitignore b6b070167f Add README, AUTHORS, etc. 5 år sedan
AUTHORS 22be673ac2 Update Christine's name. 10 månader sedan
COPYING d54237c2ca Switch license to LGPL. 10 månader sedan
ChangeLog b6b070167f Add README, AUTHORS, etc. 5 år sedan
Makefile.am 22be673ac2 Update Christine's name. 10 månader sedan
NEWS a77fb4dbcc Update NEWS. 1 år sedan
README 18d8510921 README: Mention Guile 3.x. 4 år sedan
bootstrap.sh 8c41e8b35f Initial package structure for guile-gcrypt. 7 år sedan
configure.ac 425554d432 build: Bump version to 0.4.0. 1 år sedan
fdl-1.3.texi 9bc9177494 Add the beginning of a manual. 5 år sedan
guile-gcrypt.texi 6ec45155d3 doc: Document 'sign' and 'verify' for public-key crypto. 1 år sedan
guix.scm d54237c2ca Switch license to LGPL. 10 månader sedan
pre-inst-env.in 22be673ac2 Update Christine's name. 10 månader sedan

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