Compile with libgcrypt 1.1.13.
[shishi.git] / crypto / libgcrypt.txt
blob41c051d94577f0d4a8c4224c9c30ed1e5c8f217a
1 %%comments:
2 <p>
3 The copyright licensing notice below applies to this text.  The software
4 described in this text has its own copyright notice and license, which can
5 usually be found in the distribution itself.
6 </p>
7 <p>
8 Copyright &copy; 2000, 2001, 2002 Free Software Foundation, Inc.
9 </p>
10 <p>
11 Permission is granted to copy, distribute, and/or modify this document
12 under the terms of the GNU Free Documentation License, Version 1.1 or any
13 later version published by the Free Software Foundation; with no Invariant
14 Sections, with no Front-Cover Texts, and with no Back-Cover Texts.  A copy
15 of this license is included in the file <a href="COPYING.DOC">COPYING.DOC</a>.
16 </p>
18 %%name: Libgcrypt
20 %%short-description: Cryptographic library
22 %%full-description: This is a general purpose cryptographic library
23 based on the code from GnuPG.  It provides functions for all
24 cryptograhic building blocks: symmetric ciphers
25 (AES,DES,Blowfish,CAST5,Twofish,Arcfour), hash algorithms (MD4, MD5,
26 RIPE-MD160, SHA-1, SHA-256, TIGER-192), MACs (HMAC for all hash algorithms),
27 public key algorithms (RSA, ElGamal, DSA), large integer functions,
28 random numbers and a lot of supporting functions.
30 %%category: sec, libs
32 %%license: LGPL
34 %%license-verified-by: Janet Casey <jcasey@gnu.org>
36 %%license-verified-on: 2001-04-23
38 %%maintainer: Werner Koch <libgcrypt@g10code.com>
40 %%updated: 2002-12-23
42 %%keywords: encryption, public key, digital signature, hash, libgcrypt
44 %%interface: Command line
46 %%programs: 
48 %%GNU: yes
50 %%web-page: http://www.gnupg.org
52 %%support: Paid extension/consulting from http://www.g10code.com
54 %%doc: Programmer reference in Texinfo, Postscript, HTML included
56 %%developers:  Matthew Skala, Michael Roth, Niklas Hernaeus, Remi
57 Guyomarch, Simon Josefsson, Werner Koch <wk@gnupg.org>.
59 %%contributors: 
61 %%sponsors: 
63 %%source-tarball: ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-1.1.11.tar.gz
65 %%source-info:
67 %%source-template:
69 %%debian:
71 %%rpm: 
73 %%repository:  See http://www.gnupg.org/cvs-access.html
75 %%related:   
77 %%related-outside-directory: 
79 %%source-language: C
81 %%supported-languages: C, C++
83 %%use-requirements:
85 %%build-prerequisites:
87 %%weak-prerequisites: 
89 %%source-prerequisites:
91 %%version: 1.1.11 released 2002-12-21
93 %%announce-list: <gnupg-announce@gnupg.org>  
94                  <gnupg-announce-request@gnupg.org>
96 %%announce-news:
98 %%help-list: 
100 %%help-news:
102 %%help-irc-channel:
104 %%dev-irc-channel:
106 %%dev-list: <gcrypt-devel@gnupg.org>  
107             <gcrypt-devel-request@gnupg.org>
109 %%dev-news:
111 %%bug-list: 
113 %%bug-database: 
115 %%entry-written-by: Werner Koch <wk@gnupg.org>
117 %%entry-added: 2001-06-01