mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +01:00
77 lines
2.1 KiB
Plaintext
77 lines
2.1 KiB
Plaintext
<!-- gcryptref.sgml - libgcrypt reference
|
|
Copyright (C) 2000 Free Software Foundation, Inc.
|
|
|
|
This file is part of GnuPG.
|
|
|
|
GnuPG is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
GnuPG is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
|
-->
|
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
|
<!--entity genindex system "gcryptref.toc-idx"-->
|
|
<!entity packageversion system "version.sgml">
|
|
<!entity libgcrypt "Libgcrypt">
|
|
<!entity sexp "S-Exp">
|
|
<!entity cipherref system "gcryptref-cipher.sgml">
|
|
<!entity digestref system "gcryptref-digest.sgml">
|
|
<!entity pubkeyref system "gcryptref-pubkey.sgml">
|
|
<!entity miscref system "gcryptref-misc.sgml">
|
|
]>
|
|
|
|
<book>
|
|
<bookinfo>
|
|
<title>The &libgcrypt; Reference Manual</title>
|
|
<subtitle>Version &packageversion;</subtitle>
|
|
<date>
|
|
2000-03-13
|
|
</date>
|
|
<copyright>
|
|
<year>2000</year>
|
|
<holder>Free Software Foundation, Inc.</holder>
|
|
</copyright>
|
|
<abstract>
|
|
<para>
|
|
Please direct questions, bug reports, or suggestions concerning
|
|
this manual to the mailing list <email>gnupg-doc@gnupg.org</email>.
|
|
</para>
|
|
|
|
<para>
|
|
This manual may be redistributed under the terms of the
|
|
<ulink url="http://www.gnu.org/copyleft/gpl.html"><phrase>GNU
|
|
General Public License</phrase></ulink>.
|
|
</para>
|
|
</abstract>
|
|
</bookinfo>
|
|
|
|
|
|
|
|
|
|
<reference>
|
|
<title>&libgcrypt; Reference Pages</title>
|
|
<!--FIXME: How can we subdivide a reference (Part?)
|
|
Symmetric Cipher Functions -->
|
|
&cipherref;
|
|
|
|
<!-- Hash Functions -->
|
|
&digestref;
|
|
|
|
<!-- Public Key Functions -->
|
|
&pubkeyref;
|
|
|
|
<!-- Miscellaneous Functions -->
|
|
&miscref;
|
|
|
|
</reference>
|
|
|