Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mp81ss/streebog
GOST R 34.11-2012 hash function (streebog) with binaries for x86/x86_64
https://github.com/mp81ss/streebog
binary build c gost gost3411-2012 hash streebog
Last synced: about 1 month ago
JSON representation
GOST R 34.11-2012 hash function (streebog) with binaries for x86/x86_64
- Host: GitHub
- URL: https://github.com/mp81ss/streebog
- Owner: mp81ss
- License: bsd-2-clause
- Created: 2017-03-04T17:12:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T10:35:28.000Z (over 1 year ago)
- Last Synced: 2023-09-16T03:10:35.087Z (over 1 year ago)
- Topics: binary, build, c, gost, gost3411-2012, hash, streebog
- Language: C
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
# ARCHIVED - Moved to gitlab
GOST R 34.11-2012 (streebog) hash function library and wrapper
Modifications by me:
Removed buggy MMX optimizations
Fixed compilation errors on SSE41 header
Added 2 pairs of brackets around one statement guard with macro
Added guards on all headers
Moved string.h inclusion
Added stddef inclusion
Replaced wrapper utility (checksum)In the release page you can find optimized binaries packages for IA32/x86-64
Links:
http://tools.ietf.org/html/rfc6986
http://www.streebog.infoLICENSE:
The library author is Alexey Degtyarev (www.streebog.net)
See LICENSE file for details
I made some bugfix/change to the library.I rewrote the wrapper from scratch (streebog.c), that is GPL lincensed.