Skip to content
/ gost Public

Simple C implementation of the GOST block cipher

Notifications You must be signed in to change notification settings

s8lvg/gost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOST block cipher

This is a simple C implementation of the GOST block cipher as specified in https://en.wikipedia.org/wiki/GOST_(block_cipher). For modes of operations currently only the cipher block chaining CBC mode is supported. This is only for educational purposes don't use it for anything serious.

Usage

To build and run the test simply run

make && ./test

To use the cipher in other code include the gost.h header and compile with gcc <your-binary> gost.c <your-options>

About

Simple C implementation of the GOST block cipher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published