0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Feb 03, 2025 — Feb 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
typo More... over 17 years ago
Key check bug fixed when checking for tuple of length = 2 in XTS mode More... over 17 years ago
PRESENT: changed intern indexes of encrypt/decrypt More... over 17 years ago
PRESENT: misc changes in docstrings More... over 17 years ago
Minor changes: range->xrange, [].extend(.. for i) -> [... for i] More... over 17 years ago
PRESENT: inverse SBox is calculated on import More... over 17 years ago
PRESENT: inverse PBox is calculated on import -> speed gain More... over 17 years ago
PRESENT: finished switching all internal representations to integers More... over 17 years ago
Changed keychecking behaviour More... over 17 years ago
Begin to switch to int representation: first the roundkey generation More... over 17 years ago
Consistency fixes in key check in ciphers python_* More... over 17 years ago
Fix Rijndael error msg More... over 17 years ago
Add condition on blocksize for XTS in Rijndael docstring More... over 17 years ago
Fix blocksizes in docstrings of modes More... over 17 years ago
Simplify T update in XTS More... over 17 years ago
Cosmetic & language changes in blocksipher.py More... over 17 years ago
serpent test was disabled since last commit More... over 17 years ago
Twofish testvectors added More... over 17 years ago
added tests for validating input More... over 17 years ago
fixed testvectors for PRESENT with more than 32 rounds with a 80 bit key More... over 17 years ago
corrected behaviour of key generations when using more than 32 rounds More... over 17 years ago
modified XTS: T value is now being calculated incrementally More... over 17 years ago
Decryption tests added where they were missing More... over 17 years ago
changed Lu(2) generation in CMAC More... over 17 years ago
Fixed RC5 blocksize handling + updated RC5 docstring & XTS key check More... over 17 years ago
moved construction of cipher from wrappers to blockcipher.py More... over 17 years ago
Fix XTS docstring inconsistencies in wrappers More... over 17 years ago
test.py (dict) was shadowing builtin dict() More... over 17 years ago
Use require() in test files More... over 17 years ago
mv src/* to src/CryptoPlus/* & make setup.py more generic More... over 17 years ago