crypto v0.2.14 (2020-09-01T02:12:58Z)
Dub
Repo
Param
crypto
blake2
blake2b
Undocumented in source.
nothrow @
nogc
struct
Param {
ubyte
digestLength
;
ubyte
keyLength
;
ubyte
fanout
;
ubyte
depth
;
uint
leafLength
;
uint
nodeOffset
;
uint
xofLength
;
ubyte
nodeDepth
;
ubyte
innerLength
;
ubyte
[
14
]
reserved
;
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.
reserved
ubyte
[
14
]
reserved
;
Undocumented in source.
salt
ubyte
[
CONSTANT
.
SALTBYTES
]
salt
;
Undocumented in source.
xofLength
uint
xofLength
;
Undocumented in source.
Meta
Source
See Implementation
crypto
blake2
blake2b
enums
CONSTANT
functions
blake2b
blake2bFinal
blake2bInit
blake2bInitKey
blake2bInitParam
blake2bUpdate
structs
Param
State
variables
B160
B256
B384
B512
state