Blowfish (Block Ciphers Block Ciphers)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(n)$

Space Complexity

$O(n)$? bits

(Network has a constant number of rounds and operates on O(n) bits, thus structure should require O(n) bits to describe)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

1993

Reference

https://link.springer.com/chapter/10.1007/3-540-58108-1_24