Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.info

LICENSE:
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.