~ubuntu-branches/ubuntu/natty/gnupg2/natty

« back to all changes in this revision

Viewing changes to include/cipher.h

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#define CIPHER_ALGO_TWOFISH      /* 10 */  GCRY_CIPHER_TWOFISH  /* 256 bit */
48
48
/* Note: Camellia ids don't match those used by libgcrypt. */
49
49
#define CIPHER_ALGO_CAMELLIA128     11
50
 
#define CIPHER_ALGO_CAMELLIA256     12
 
50
#define CIPHER_ALGO_CAMELLIA192     12
 
51
#define CIPHER_ALGO_CAMELLIA256     13
51
52
#define CIPHER_ALGO_DUMMY          110    /* No encryption at all. */
52
53
 
53
54
#define PUBKEY_ALGO_RSA          /*  1 */ GCRY_PK_RSA