dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
SHA3
dcrypt
digests
sha3
Implementation of SHA3.
Standard: FIPS 202, SHA 3
@
safe
struct
SHA3 (
uint
bitLength
)
if
(
bitLength
== 224 ||
bitLength
== 256
||
bitLength
== 384
||
bitLength
== 512
) {
enum
name
;
enum
digestLength
;
enum
blockSize
;
ubyte
[]
finish
(
ubyte
[]
output
)
;
ubyte
[
digestLength
]
finish
()
;
}
Members
Functions
finish
ubyte
[]
finish
(
ubyte
[]
output
)
Calculate the final hash value.
finish
ubyte
[
digestLength
]
finish
()
Calculate the final hash value.
Meta
Source
See Implementation
dcrypt
digests
sha3
aliases
Keccak224
structs
Keccak
SHA3
SHAKE
Implementation of SHA3.
Standard: FIPS 202, SHA 3