dynamic feistel network generation
In cipher design, it is quite usual to use a static implementation of a cipher. The Feistel Network design however, it is not limited to static function set. This was something that I wondered for a couple of years on how to make it happen, coming up with a simple C++ PoC implementation which naively […]
Read More dynamic feistel network generation