amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
Streebog.calcHash
amalthea
crypto
Streebog
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
Source
See Implementation
amalthea
crypto
Streebog
aliases
currState
constructors
this
functions
finish
pushFront
static functions
E
L
P
S
calcHash
g
static variables
A
C
IV256
IV512
piTable
tauTable
structs
ObjectState
variables
bitMode
currentObjectState
The static template function takes an array of bytes and returns a hash sum.