https://github.com/zelflod/stribog
https://github.com/zelflod/stribog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zelflod/stribog
- Owner: zelflod
- Created: 2019-12-17T20:42:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T21:01:41.000Z (over 6 years ago)
- Last Synced: 2025-01-11T11:46:13.989Z (over 1 year ago)
- Language: Objective-C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stribog
Реализация алгоритма хеширования "Стрибог" по ГОСТ 34.11 - 2012. Статья в журнале "Хакер": https://xakep.ru/2016/07/20/hash-gost-34-11-2012/.
### Build
- ` cmake -G "CodeBlocks - Unix Makefiles" ../`
### Run
- `./cmake-build-debug/stribog -d 64 -s YOUR_STRING`
- example `./cmake-build-debug/stribog -d 64 -s 001`