-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource
More file actions
10 lines (9 loc) · 1.16 KB
/
source
File metadata and controls
10 lines (9 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
Настоящий стандарт устанавливает единый алгоритм криптографического преобразования для систем обработки информации в сетях электронных вычислительных машин (ЭВМ), отдельных вычислительных комплексах и ЭВМ,
который определяет правила шифрования данных и выработки имитовставки.
In cryptography, a Feistel cipher (also known as Luby–Rackoff block cipher) is a symmetric
structure used in the construction of block ciphers, named after the German-born physicist and
cryptographer Horst Feistel who did pioneering research while working for IBM (USA); it is also commonly
known as a Feistel network. A large proportion of block ciphers use the scheme, including the US Data Encryption
Standard, the Soviet/Russian GOST and the more recent Blowfish and Twofish ciphers. In a Feistel cipher, encryption
and decryption are very similar operations, and both consist of iteratively running a function called a "round function"
a fixed number of times.