svn: ecrypt/trunk/submissions/fubuki/mt-fubuki.c
No default branch
Revision 11
-
(view)
(download)
(as text)
- [selected]
Modified
Sun Jun 26 20:50:49 2005 UTC (7 years, 10 months ago) by cdecanni
File length: 5970 byte(s)
Copied from: ecrypt/trunk/submissions/fubuki/unused/mt-fubuki.c revision 9
Diff to previous 1
* disabled `main()' function with an #ifndef ECRYPT_API.
* included `mt-fubuki.c' in order to have a single object.
* moved static variables `mt' and `mti' to `ECRYPT_ctx'.
* moved static variables
u32 multi_table[32];
u32 inv_table[32];
u32 add_table[32];
int jump;
to `ECRYPT_ctx' (which was not as easy as it sounds ...).
Filename: ecrypt/trunk/submissions/fubuki/unused/mt-fubuki.c
Revision 1
-
(view)
(download)
(as text)
- [select for diffs]
Added
Sun Jun 26 18:46:26 2005 UTC (7 years, 10 months ago) by cdecanni
File length: 5718 byte(s)
Diff
to selected 11
* imported original ECRYPT submissions after first automatic cleanup.
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.