crypto v0.2.14 (2020-09-01T02:12:58Z)
Dub
Repo
Param
crypto
blake2
blake2s
Undocumented in source.
nothrow @
nogc
struct
Param {
ubyte
digestLength
;
ubyte
keyLength
;
ubyte
fanout
;
ubyte
depth
;
uint
leafLength
;
uint
nodeOffset
;
ushort
xofLength
;
ubyte
nodeDepth
;
ubyte
innerLength
;
ubyte
[
CONSTANT
.
SALTBYTES
]
salt
;
ubyte
[
CONSTANT
.
PERSONALBYTES
]
personal
;
}
Members
Variables
depth
ubyte
depth
;
Undocumented in source.
digestLength
ubyte
digestLength
;
Undocumented in source.
fanout
ubyte
fanout
;
Undocumented in source.
innerLength
ubyte
innerLength
;
Undocumented in source.
keyLength
ubyte
keyLength
;
Undocumented in source.
leafLength
uint
leafLength
;
Undocumented in source.
nodeDepth
ubyte
nodeDepth
;
Undocumented in source.
nodeOffset
uint
nodeOffset
;
Undocumented in source.
personal
ubyte
[
CONSTANT
.
PERSONALBYTES
]
personal
;
Undocumented in source.
salt
ubyte
[
CONSTANT
.
SALTBYTES
]
salt
;
Undocumented in source.
xofLength
ushort
xofLength
;
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