mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add Camellia-192.
This commit is contained in:
parent
06278768b4
commit
18f6e7e5d8
7 changed files with 58 additions and 10 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-04-17 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* cipher.h: Add the 192-bit variant of Camellia.
|
||||
|
||||
2007-11-29 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* cipher.h: Add the 128-bit variant of Camellia.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* cipher.h
|
||||
* Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
|
||||
* 2007 Free Software Foundation, Inc.
|
||||
* Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007,
|
||||
* 2008 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNUPG.
|
||||
*
|
||||
|
@ -37,7 +37,8 @@
|
|||
#define CIPHER_ALGO_AES256 9
|
||||
#define CIPHER_ALGO_TWOFISH 10 /* twofish 256 bit */
|
||||
#define CIPHER_ALGO_CAMELLIA128 11
|
||||
#define CIPHER_ALGO_CAMELLIA256 12
|
||||
#define CIPHER_ALGO_CAMELLIA192 12
|
||||
#define CIPHER_ALGO_CAMELLIA256 13
|
||||
|
||||
#define CIPHER_ALGO_DUMMY 110 /* no encryption at all */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue