0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jan 04, 2025 — Jan 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed nonconformities with the specification, but value is still wrong. More... almost 13 years ago
Corrected behavior in case of empty input. Only one failed test case left to solve. More... almost 13 years ago
Fixing uninitialized values that was leading to misbehavior. More... almost 13 years ago
Generating test vector for umac. More... almost 13 years ago
Added reference UMAC implementation; useful for comparision. More... almost 13 years ago
Better organization. More... almost 13 years ago
Bugfix. Could lead to wrong behavior, but does't affect test vectors. More... almost 13 years ago
Most tests passes. Empty string and POLY128 (size > 16 MB) fails. Also a very strange fail occurs; if 'abc' * 1 passes if run first; but fails if ran after some. More... almost 13 years ago
UHASH 64 bit passes one test! Must check other tests and other tag size. More... almost 13 years ago
UHASH closer to working, but still wrong. More... almost 13 years ago
Script to generate AES part of UMAC. This part won't be implemented, but is needed for test since the reference test vectors assume they are used. More... almost 13 years ago
All four UHASH variants implemented (with macros; may God forgive me). More... almost 13 years ago
UHASH 128 (aparently) finished. Needs too much testing. More... almost 13 years ago
More UMAC implemented. More... almost 13 years ago
Added UHASH key-set definition. More... almost 13 years ago
L3-HASH implemented. More... almost 13 years ago
Finishing 128 bits version of POLY algorithm. More... almost 13 years ago
Partial UMAC implementation (wrost part done). More... almost 13 years ago
Friendlier algorithms test. More... almost 13 years ago
Makefile finally added. More... almost 13 years ago
TODO added. More... almost 13 years ago
Using min() function where applicable. More... almost 13 years ago
Testing the buffering functions. More... almost 13 years ago
Fixed buffered implementation, unified tests using eSTREAM test vectors Sosemanuk's test file is a bit weird, it is way bigger than the others and have different sized IV's (is dealt with by padding them with zeroes). More... almost 13 years ago
Taking alignment into account. More... almost 13 years ago
Starting implementation of convenience buffered encoding. More... almost 13 years ago
Fixed API. More... almost 13 years ago
Using little-endian packing/unpacking functions where fit. More... almost 13 years ago
The inverse SBoxes are not needed. More... almost 13 years ago
Copyright information added. More... almost 13 years ago