In this paper, we propose Tweak-aNd-Tweak (
for short) mode, which builds a tweakable block cipher from three independent block ciphers.
handles the tweak input by simply XOR-ing the unmodified tweak into the internal state of block ciphers twice. Due to its simplicity,
can also be viewed as a way of turning a block cipher into a tweakable block cipher by dividing the block cipher into three chunks, and adding the tweak at the two cutting points only.
is proven to be of beyond-birthday-bound
security, under the assumption that the three chunks are independent secure
n
-bit SPRPs. It clearly brings minimum possible overhead to both software and hardware implementations. To demonstrate this, an instantiation named TNT-AES with
,
,
rounds of AES as the underlying block ciphers is proposed. Besides the inherent proven security bound and tweak-independent rekeying feature of the
mode, the performance of TNT-AES is comparable with all existing TBCs designed through modular methods.