crypto ~master (2020-12-03T08:33:30Z)
Dub
Repo
State
crypto
blake2
blake2s
Undocumented in source.
nothrow @
nogc
struct
State {
uint
[
8
]
h
;
uint
[
2
]
t
;
uint
[
2
]
f
;
ubyte
[
CONSTANT
.
BLOCKBYTES
]
buf
;
size_t
buflen
;
size_t
outlen
;
ubyte
lastNode
;
}
Members
Variables
buf
ubyte
[
CONSTANT
.
BLOCKBYTES
]
buf
;
Undocumented in source.
buflen
size_t
buflen
;
Undocumented in source.
f
uint
[
2
]
f
;
Undocumented in source.
h
uint
[
8
]
h
;
Undocumented in source.
lastNode
ubyte
lastNode
;
Undocumented in source.
outlen
size_t
outlen
;
Undocumented in source.
t
uint
[
2
]
t
;
Undocumented in source.
Meta
Source
See Implementation
crypto
blake2
blake2s
enums
CONSTANT
functions
blake2s
blake2sFinal
blake2sInit
blake2sInitKey
blake2sInitParam
blake2sUpdate
structs
Param
State
variables
B128
B256
state
Undocumented in source.