~ubuntu-branches/ubuntu/wily/nettle/wily

« back to all changes in this revision

Viewing changes to nettle-meta.h

  • Committer: Bazaar Package Importer
  • Author(s): Marek Habersack
  • Date: 2005-03-08 02:19:01 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050308021901-s83zjg3hhb2ox1hn
Tags: 1.12-2
Make libnettle-dev depend on libgmp3-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
extern const struct nettle_cipher nettle_twofish192;
113
113
extern const struct nettle_cipher nettle_twofish256;
114
114
 
 
115
extern const struct nettle_cipher nettle_arctwo40;
 
116
extern const struct nettle_cipher nettle_arctwo64;
 
117
extern const struct nettle_cipher nettle_arctwo128;
 
118
extern const struct nettle_cipher nettle_arctwo_gutmann128;
 
119
 
115
120
 
116
121
/* Hash algorithms */
117
122
typedef void (*nettle_hash_init_func)(void *ctx);