Streebog.calcHash

The static template function takes an array of bytes and returns a hash sum.

class Streebog
static
ubyte[]
calcHash
(
alias bits
)
(
in ubyte[] msg
)
if (
bits == 512 ||
bits == 256
)

Meta