RC5 (Block Ciphers Block Ciphers)
Jump to navigation
Jump to search
Time Complexity
$O(n)$
Space Complexity
$O(k+rw)$? bits
(Requires additional O(k/w)-length array of O(w)-size words (temporary working array) and O(r)-length array of O(w)-size words, as key-independent pseudorandom array.)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1994