Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F26446053
shared.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
shared.h
View Options
/* shared.h - values shared with other software
* Copyright (C) 2001, 2012 g10 Code GmbH
*
* This file is part of KSBA.
*
* KSBA is free software; you can redistribute it and/or modify
* it under the terms of either
*
* - the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 3 of the License, or (at
* your option) any later version.
*
* or
*
* - 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.
*
* or both in parallel, as here.
*
* KSBA 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 copies of the GNU General Public License
* and the GNU Lesser General Public License along with this program;
* if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SHARED_H
#define SHARED_H
#ifdef GCRYPT_VERSION
/* It is pretty useless to use this file if we would link this library
to Libgcrypt anyway */
#error please make shure that gcrypt.h is not included
#endif
enum
gcry_md_algos
{
GCRY_MD_NONE
=
0
,
GCRY_MD_MD5
=
1
,
GCRY_MD_SHA1
=
2
,
GCRY_MD_RMD160
=
3
,
GCRY_MD_TIGER
=
6
,
GCRY_MD_SHA256
=
8
,
GCRY_MD_SHA384
=
9
,
GCRY_MD_SHA512
=
10
,
GCRY_MD_SHA224
=
11
};
#endif
/*SHARED_H*/
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Jul 17, 12:24 AM (23 h, 35 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
1f/ea/80730961f7648a3021b8ee816dbd
Attached To
rK libksba
Event Timeline
Log In to Comment