Английская Википедия:E2 (cipher)

Материал из Онлайн справочника
Версия от 05:24, 1 марта 2024; EducationBot (обсуждение | вклад) (Новая страница: «{{Английская Википедия/Панель перехода}} {{Short description|Block cipher}} {{about|the block cipher||E2 (disambiguation)}} {{Infobox block cipher | name = E2 | designers = NTT | publish date = 1998 | derived from = | derived to = Camellia | related to = | key size = 128, 192, or 256 bits | block size = 128 bits | structure = Feistel...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:About Шаблон:Infobox block cipher

In cryptography, E2 is a symmetric block cipher which was created in 1998 by NTT and submitted to the AES competition.

Like other AES candidates, E2 operates on blocks of 128 bits, using a key of 128, 192, or 256 bits. It uses a 12-round Feistel network. E2 has an input transformation and output transformation that both use modular multiplication, but the round function itself consists only of XORs and S-box lookups. The single 8×8-bit S-box is constructed from the composition of an affine transformation with the discrete exponentiation x127 over the finite field GF(28). NTT adopted many of E2's special characteristics in Camellia, which has essentially replaced E2.

References

Шаблон:Cryptography navbox