A simple encryption algorithm that encrypts 64 bits blocks with the 256 bits key. It has a Feistel network structure and data is encrypted with an iterative way in 32 rounds.
-
Updated
Mar 25, 2021 - Python
A simple encryption algorithm that encrypts 64 bits blocks with the 256 bits key. It has a Feistel network structure and data is encrypted with an iterative way in 32 rounds.
Add a description, image, and links to the gost-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the gost-algorithm topic, visit your repo's landing page and select "manage topics."