dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
SHA.finish
dcrypt
crypto
digests
sha2
SHA
Calculate the final hash value.
struct
SHA
(uint bitLength)
nothrow @
nogc
ubyte
[
digestLength
]
finish
(
)
if
(
bitLength
== 256 ||
bitLength
== 384
||
bitLength
== 512
)
Return Value
Type:
ubyte
[
digestLength
]
the hash value
Meta
Source
See Implementation
dcrypt
crypto
digests
sha2
SHA
aliases
update
functions
finish
put
start
manifest constants
blockSize
digestLength
name
Calculate the final hash value.