You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a reference implementation of the proof-of-concept block cipher, ZUGZWANG (concrete instance/encryption). The cipher is basically a four-round Feistel construction, but has an innate backdoor. The key is revealed through the ciphertext when the plaintext matches a backdoor entry (which is known only to the cipher designer), otherwise the cipher is secure. See this paper on ePrint for its specification and other information.