/[winpt]/trunk/Include/wptCrypto.h
ViewVC logotype

Annotation of /trunk/Include/wptCrypto.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 329 - (hide annotations)
Fri Sep 25 16:08:14 2009 UTC (15 years, 5 months ago) by twoaday
File MIME type: text/plain
File size: 1318 byte(s)


1 werner 37 /* wptCrypto.h
2 twoaday 329 * Copyright (C) 2005, 2008 Timo Schulz
3 werner 37 *
4     * This file is part of WinPT.
5     *
6     * WinPT is free software; you can redistribute it and/or modify
7     * it under the terms of the GNU General Public License as published by
8     * the Free Software Foundation; either version 2 of the License, or
9     * (at your option) any later version.
10     *
11     * WinPT is distributed in the hope that it will be useful,
12     * but WITHOUT ANY WARRANTY; without even the implied warranty of
13     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14     * GNU General Public License for more details.
15     *
16     * You should have received a copy of the GNU General Public License
17     * along with WinPT; if not, write to the Free Software Foundation,
18     * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19     */
20     #ifndef WPT_CRYPTO_H
21     #define WPT_CRYPTO_H
22    
23     /* Possible PGP message types. */
24     enum pgp_type_t {
25     PGP_NONE = 0,
26     PGP_MESSAGE = 1,
27     PGP_CLEARSIG = 2,
28     PGP_SIG = 4,
29     PGP_PUBKEY = 8,
30     PGP_SECKEY = 16,
31     PGP_DASH_ESCAPED = 32 /* actually not a type, just a flag */
32     };
33    
34     #ifdef __cplusplus
35     extern "C" {
36     #endif
37    
38 twoaday 329 int gpg_md_hash_file (int mdalgo, const char *file,
39     byte *digest, size_t *nlen);
40 werner 37 int gpg_md_selftest (void);
41    
42 werner 46 #ifdef __cplusplus
43     }
44     #endif
45 werner 37
46     #endif /*WPT_CRYPTO_H*/

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26