dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
Keccak.finish
dcrypt
digests
sha3
Keccak
Calculate the final hash value.
ubyte
[]
finish
(
ubyte
[]
output
)
ubyte
[
outputLen
/
8
]
finish
()
struct
Keccak
(uint capacity)
ubyte
[
outputLen
/ 8]
finish
nothrow @
nogc
(
uint
outputLen
=
bitLength
)
(
)
if
(
outputLen
% 8 == 0
)
if
(
capacity
% 8 == 0
)
Parameters
outputLen
Hash size in bits.
Return Value
Type:
ubyte
[
outputLen
/ 8]
the hash value
Meta
Source
See Implementation
dcrypt
digests
sha3
Keccak
functions
finish
Calculate the final hash value.