gtkhash icon indicating copy to clipboard operation
gtkhash copied to clipboard

GOST R - absent?

Open x09 opened this issue 1 year ago • 1 comments

GCRY_MD_GOSTR3411_94

This is the hash algorithm described in GOST R 34.11-94 which yields a message digest of 32 bytes.

GCRY_MD_STRIBOG256

This is the 256-bit version of hash algorithm described in GOST R 34.11-2012 which yields a message digest of 32 bytes.

GCRY_MD_STRIBOG512

This is the 512-bit version of hash algorithm described in GOST R 34.11-2012 which yields a message digest of 64 bytes.

x09 avatar Aug 13 '24 06:08 x09

The first one is implemented as "GOST", but could be renamed to be more specific.

The other two are missing and should be added.

tristanheaven avatar Aug 13 '24 19:08 tristanheaven