README 702 B

123456789101112131415161718192021
  1. Guile-Gcrypt — Guile bindings to Libgcrypt
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. Guile-Gcrypt provides a Guile 2.x interface to a subset of the
  4. GNU Libgcrypt crytographic library, which is itself used by the
  5. GNU Privacy Guard (GPG).
  6. Guile-Gcrypt provides modules for cryptographic hash functions,
  7. message authentication codes (MAC), public-key cryptography, strong
  8. randomness, and more. It is implemented using the foreign function
  9. interface (FFI) of Guile.
  10. Requirements:
  11. • GNU Guile 2.x, https://gnu.org/software/guile/
  12. • GNU Libgcrypt 1.8.x or later, https://gnupg.org/
  13. For more information, patches, bug reports, and all that, see:
  14. https://notabug.org/cwebber/guile-gcrypt