1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Add SHA-224 support

This commit is contained in:
David Shaw 2006-04-20 02:05:32 +00:00
parent 36ce455f15
commit f0902a6aef
6 changed files with 90 additions and 7 deletions

View file

@ -1,3 +1,7 @@
2006-04-19 David Shaw <dshaw@jabberwocky.com>
* cipher.h: Add SHA-224.
2006-03-16 David Shaw <dshaw@jabberwocky.com>
* util.h: Handle the fixed IPGP type with fingerprint.

View file

@ -1,6 +1,6 @@
/* cipher.h
* Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004,
* 2005 Free Software Foundation, Inc.
* Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005,
* 2006 Free Software Foundation, Inc.
*
* This file is part of GNUPG.
*
@ -60,6 +60,7 @@
#define DIGEST_ALGO_SHA256 8
#define DIGEST_ALGO_SHA384 9
#define DIGEST_ALGO_SHA512 10
#define DIGEST_ALGO_SHA224 11
#define COMPRESS_ALGO_NONE 0
#define COMPRESS_ALGO_ZIP 1