Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 512 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 512 Bytes

Implement cipher Kuznyechik and Magma (GOST 34.12-2015) in C# and unit test

Contents

Project contains two parts:

  • Kuznyechik and Magma cipher, which is implemented in C# 8.0 and follow description in [1];
  • Unit tests for functions and encryption/decryption. All follow examples described in [1].

Bibliography

[1] ГОСТ Р 34.12-2015. Информационная технология. Криптографическая защита информации. Блочные шифры.