added libtomcrypt-1.03

This commit is contained in:
Tom St Denis
2005-06-09 00:08:13 +00:00
committed by Steffen Jaeckel
parent 65c1317eee
commit 3964a6523a
285 changed files with 5920 additions and 2287 deletions
+4
View File
@@ -384,3 +384,7 @@ int fortuna_test(void)
#endif
/* $Source$ */
/* $Revision$ */
/* $Date$ */
+4
View File
@@ -258,3 +258,7 @@ int rc4_test(void)
#endif
/* $Source$ */
/* $Revision$ */
/* $Date$ */
+4
View File
@@ -138,3 +138,7 @@ unsigned long rng_get_bytes(unsigned char *out, unsigned long outlen,
#endif
return 0;
}
/* $Source$ */
/* $Revision$ */
/* $Date$ */
+4
View File
@@ -63,3 +63,7 @@ int rng_make_prng(int bits, int wprng, prng_state *prng,
return CRYPT_OK;
}
/* $Source$ */
/* $Revision$ */
/* $Date$ */
+4
View File
@@ -489,3 +489,7 @@ int sober128_test(void)
#endif
/* $Source$ */
/* $Revision$ */
/* $Date$ */
+4
View File
@@ -156,3 +156,7 @@ static const ulong32 Sbox[256] = {
0x45f0b24f, 0x51fda998, 0xc0d52d71, 0xfa0896a8,
0xf9e6053f, 0xa4b0d300, 0xd499cbcc, 0xb95e3d40,
};
/* $Source$ */
/* $Revision$ */
/* $Date$ */
+4
View File
@@ -130,3 +130,7 @@ int sprng_test(void)
/* $Source$ */
/* $Revision$ */
/* $Date$ */
+5
View File
@@ -186,6 +186,7 @@ int yarrow_ready(prng_state *prng)
prng->yarrow.pool, /* IV */
prng->yarrow.pool, ks, /* KEY and key size */
0, /* number of rounds */
CTR_COUNTER_LITTLE_ENDIAN, /* little endian counter */
&prng->yarrow.ctr)) != CRYPT_OK) {
return err;
}
@@ -310,3 +311,7 @@ int yarrow_test(void)
#endif
/* $Source$ */
/* $Revision$ */
/* $Date$ */