svn: ecrypt/trunk/submissions/decim/v1/decim.c
No default branch
Revision 168
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Jan 5 16:11:12 2007 UTC (6 years, 4 months ago) by cdecanni
File length: 15807 byte(s)
Copied from: ecrypt/trunk/submissions/decim/decim.c revision 162
Diff to previous 5
* imported implementation of DECIM-v2.
Filename: ecrypt/trunk/submissions/decim/decim.c
Revision 5
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Jun 26 19:59:19 2005 UTC (7 years, 10 months ago) by cdecanni
File length: 15807 byte(s)
Diff to previous 1
* changed `(bytes_processed <= msglen)' to `(bytes_processed < msglen)'.
* moved `ctx->bits_in_byte = 0; ctx->stream_byte = 0;' to `ECRYPT_ivsetup'.
* moved state initialization to `ECRYPT_ivsetup' in order to allow interleaved
calls.
Filename: ecrypt/trunk/submissions/decim/decim.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: 15811 byte(s)
* 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.