diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/gnutls-cryptography.html | |
new repository
Diffstat (limited to 'devdocs/elisp/gnutls-cryptography.html')
| -rw-r--r-- | devdocs/elisp/gnutls-cryptography.html | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ + <h3 class="section">GnuTLS Cryptography</h3> <p>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. </p> <p>The terms used herein, such as IV (Initialization Vector), require some familiarity with cryptography and will not be defined in detail. Please consult <a href="https://www.gnutls.org/">https://www.gnutls.org/</a> for specific documentation which may help you understand the terminology and structure of the GnuTLS library. </p> <table class="menu" border="0" cellspacing="0"> <tr> +<td align="left" valign="top">• <a href="format-of-gnutls-cryptography-inputs" accesskey="1">Format of GnuTLS Cryptography Inputs</a> +</td> +<td> </td> +<td align="left" valign="top"> </td> +</tr> <tr> +<td align="left" valign="top">• <a href="gnutls-cryptographic-functions" accesskey="2">GnuTLS Cryptographic Functions</a> +</td> +<td> </td> +<td align="left" valign="top"> </td> +</tr> </table><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/GnuTLS-Cryptography.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/GnuTLS-Cryptography.html</a> + </p> +</div> |
