From 6eddb1ccbc9906179017d3ad454091197e2bb763 Mon Sep 17 00:00:00 2001 Message-Id: <6eddb1ccbc9906179017d3ad454091197e2bb763.1716664778.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 23 Jun 2008 16:50:01 +0100 Subject: [PATCH] algorithms.h: Don't version-control generated files. Organization: Straylight/Edgeware From: Mark Wooding --- .gitignore | 1 + algorithms.h | 278 ---------------------------------------------- debian/.gitignore | 1 + 3 files changed, 2 insertions(+), 278 deletions(-) delete mode 100644 algorithms.h diff --git a/.gitignore b/.gitignore index b0f2ac9..44f799c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ test.py deb-build build-stamp COPYING +algorithms.h diff --git a/algorithms.h b/algorithms.h deleted file mode 100644 index 3ebef05..0000000 --- a/algorithms.h +++ /dev/null @@ -1,278 +0,0 @@ -/* algorithms.h [generated] */ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#define PRPS(_) \ - _(DES, des) \ - _(DESX, desx) \ - _(DES3, des3) \ - _(MARS, mars) \ - _(IDEA, idea) \ - _(SAFER, safer) \ - _(SAFERSK, safersk) \ - _(BLOWFISH, blowfish) \ - _(TWOFISH, twofish) \ - _(TEA, tea) \ - _(XTEA, xtea) \ - _(RC2, rc2) \ - _(RC5, rc5) \ - _(SKIPJACK, skipjack) \ - _(CAST128, cast128) \ - _(CAST256, cast256) \ - _(SQUARE, square) \ - _(RIJNDAEL, rijndael) \ - _(RIJNDAEL192, rijndael192) \ - _(RIJNDAEL256, rijndael256) \ - _(SERPENT, serpent) \ - _(NOEKEON, noekeon) \ - /* end */ - -#define RNGF_INT 1u - -#define RNGS(_) \ - _("des-ofb", des_keysz, des_ofbrand, 0) \ - _("des-counter", des_keysz, des_counterrand, 0) \ - _("desx-ofb", desx_keysz, desx_ofbrand, 0) \ - _("desx-counter", desx_keysz, desx_counterrand, 0) \ - _("des3-ofb", des3_keysz, des3_ofbrand, 0) \ - _("des3-counter", des3_keysz, des3_counterrand, 0) \ - _("mars-ofb", mars_keysz, mars_ofbrand, 0) \ - _("mars-counter", mars_keysz, mars_counterrand, 0) \ - _("idea-ofb", idea_keysz, idea_ofbrand, 0) \ - _("idea-counter", idea_keysz, idea_counterrand, 0) \ - _("safer-ofb", safer_keysz, safer_ofbrand, 0) \ - _("safer-counter", safer_keysz, safer_counterrand, 0) \ - _("safersk-ofb", safersk_keysz, safersk_ofbrand, 0) \ - _("safersk-counter", safersk_keysz, safersk_counterrand, 0) \ - _("blowfish-ofb", blowfish_keysz, blowfish_ofbrand, 0) \ - _("blowfish-counter", blowfish_keysz, blowfish_counterrand, 0) \ - _("twofish-ofb", twofish_keysz, twofish_ofbrand, 0) \ - _("twofish-counter", twofish_keysz, twofish_counterrand, 0) \ - _("tea-ofb", tea_keysz, tea_ofbrand, 0) \ - _("tea-counter", tea_keysz, tea_counterrand, 0) \ - _("xtea-ofb", xtea_keysz, xtea_ofbrand, 0) \ - _("xtea-counter", xtea_keysz, xtea_counterrand, 0) \ - _("rc2-ofb", rc2_keysz, rc2_ofbrand, 0) \ - _("rc2-counter", rc2_keysz, rc2_counterrand, 0) \ - _("rc5-ofb", rc5_keysz, rc5_ofbrand, 0) \ - _("rc5-counter", rc5_keysz, rc5_counterrand, 0) \ - _("skipjack-ofb", skipjack_keysz, skipjack_ofbrand, 0) \ - _("skipjack-counter", skipjack_keysz, skipjack_counterrand, 0) \ - _("cast128-ofb", cast128_keysz, cast128_ofbrand, 0) \ - _("cast128-counter", cast128_keysz, cast128_counterrand, 0) \ - _("cast256-ofb", cast256_keysz, cast256_ofbrand, 0) \ - _("cast256-counter", cast256_keysz, cast256_counterrand, 0) \ - _("square-ofb", square_keysz, square_ofbrand, 0) \ - _("square-counter", square_keysz, square_counterrand, 0) \ - _("rijndael-ofb", rijndael_keysz, rijndael_ofbrand, 0) \ - _("rijndael-counter", rijndael_keysz, rijndael_counterrand, 0) \ - _("rijndael192-ofb", rijndael192_keysz, rijndael192_ofbrand, 0) \ - _("rijndael192-counter", rijndael192_keysz, rijndael192_counterrand, 0) \ - _("rijndael256-ofb", rijndael256_keysz, rijndael256_ofbrand, 0) \ - _("rijndael256-counter", rijndael256_keysz, rijndael256_counterrand, 0) \ - _("serpent-ofb", serpent_keysz, serpent_ofbrand, 0) \ - _("serpent-counter", serpent_keysz, serpent_counterrand, 0) \ - _("noekeon-ofb", noekeon_keysz, noekeon_ofbrand, 0) \ - _("noekeon-counter", noekeon_keysz, noekeon_counterrand, 0) \ - _("md2-mgf", md2_mgfkeysz, md2_mgfrand, 0) \ - _("md4-mgf", md4_mgfkeysz, md4_mgfrand, 0) \ - _("md5-mgf", md5_mgfkeysz, md5_mgfrand, 0) \ - _("tiger-mgf", tiger_mgfkeysz, tiger_mgfrand, 0) \ - _("has160-mgf", has160_mgfkeysz, has160_mgfrand, 0) \ - _("sha-mgf", sha_mgfkeysz, sha_mgfrand, 0) \ - _("sha224-mgf", sha224_mgfkeysz, sha224_mgfrand, 0) \ - _("sha256-mgf", sha256_mgfkeysz, sha256_mgfrand, 0) \ - _("sha384-mgf", sha384_mgfkeysz, sha384_mgfrand, 0) \ - _("sha512-mgf", sha512_mgfkeysz, sha512_mgfrand, 0) \ - _("rmd128-mgf", rmd128_mgfkeysz, rmd128_mgfrand, 0) \ - _("rmd160-mgf", rmd160_mgfkeysz, rmd160_mgfrand, 0) \ - _("rmd256-mgf", rmd256_mgfkeysz, rmd256_mgfrand, 0) \ - _("rmd320-mgf", rmd320_mgfkeysz, rmd320_mgfrand, 0) \ - _("whirlpool-mgf", whirlpool_mgfkeysz, whirlpool_mgfrand, 0) \ - _("whirlpool256-mgf", whirlpool256_mgfkeysz, whirlpool256_mgfrand, 0) \ - _("rc4", rc4_keysz, rc4_rand, 0) \ - _("seal", seal_keysz, seal_rand, RNGF_INT) \ - /* end */ - diff --git a/debian/.gitignore b/debian/.gitignore index e7fd938..8abb9a0 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -9,3 +9,4 @@ python2.3-catacomb python2.4-catacomb python2.5-catacomb +*.log -- [mdw]