dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
Keccak.finish
dcrypt
crypto
digests
keccak
Keccak
Calculate the final hash value.
struct
Keccak
(uint bitLength)
nothrow @
nogc
ubyte
[
digestLength
]
finish
(
)
if
(
bitLength
== 224 ||
bitLength
== 256
||
bitLength
== 288
||
bitLength
== 384
||
bitLength
== 512
)
Return Value
Type:
ubyte
[
digestLength
]
the hash value
Meta
Source
See Implementation
dcrypt
crypto
digests
keccak
Keccak
aliases
update
functions
doFinal
finish
put
start
manifest constants
blockSize
byteLength
digestLength
name
Calculate the final hash value.