From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/elisp/gnutls-cryptography.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 devdocs/elisp/gnutls-cryptography.html (limited to 'devdocs/elisp/gnutls-cryptography.html') diff --git a/devdocs/elisp/gnutls-cryptography.html b/devdocs/elisp/gnutls-cryptography.html new file mode 100644 index 00000000..35c132c0 --- /dev/null +++ b/devdocs/elisp/gnutls-cryptography.html @@ -0,0 +1,16 @@ +

GnuTLS Cryptography

If compiled with GnuTLS, Emacs offers built-in cryptographic support. Following the GnuTLS API terminology, the available tools are digests, MACs, symmetric ciphers, and AEAD ciphers.

The terms used herein, such as IV (Initialization Vector), require some familiarity with cryptography and will not be defined in detail. Please consult https://www.gnutls.org/ for specific documentation which may help you understand the terminology and structure of the GnuTLS library.

+ + + + + + + +
+

+ Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
+ https://www.gnu.org/software/emacs/manual/html_node/elisp/GnuTLS-Cryptography.html +

+
-- cgit v1.2.3