dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
SHA3.finish
dcrypt
digests
sha3
SHA3
Calculate the final hash value.
ubyte
[]
finish
(
ubyte
[]
output
)
ubyte
[
digestLength
]
finish
()
struct
SHA3
(uint bitLength)
ubyte
[
digestLength
]
finish
nothrow @
nogc
(
)
if
(
bitLength
== 224 ||
bitLength
== 256
||
bitLength
== 384
||
bitLength
== 512
)
Return Value
Type:
ubyte
[
digestLength
]
the hash value
Meta
Source
See Implementation
dcrypt
digests
sha3
SHA3
functions
finish
Calculate the final hash value.