dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
Keccak.finish
dcrypt
crypto
digests
sha3
Keccak
Calculate the final hash value.
ubyte
[]
finish
(ubyte[] output)
ubyte
[
outputLen
/
8
]
finish
()
struct
Keccak
(uint capacity)
nothrow @
nogc
ubyte
[
outputLen
/ 8]
finish
(
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
crypto
digests
sha3
Keccak
functions
absorbBits
finish
put
squeeze
start
manifest constants
blockSize
digestLength
name
Calculate the final hash value.