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