bitcoin ~master (2020-04-22T17:24:46Z)
Dub
Repo
WHIRLPOOL_CTX
deimos
openssl
whrlpool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow
struct
WHIRLPOOL_CTX {
union
H_
;
H_
H
;
ubyte
[
WHIRLPOOL_BBLOCK
/
8
]
data
;
uint
bitoff
;
size_t
[
WHIRLPOOL_COUNTER
/
size_t
.
sizeof
]
bitlen
;
}
Members
Unions
H_
union
H_
Undocumented in source.
Variables
H
H_
H
;
Undocumented in source.
bitlen
size_t
[
WHIRLPOOL_COUNTER
/
size_t
.
sizeof
]
bitlen
;
Undocumented in source.
bitoff
uint
bitoff
;
Undocumented in source.
data
ubyte
[
WHIRLPOOL_BBLOCK
/
8
]
data
;
Undocumented in source.
Meta
Source
See Implementation
deimos
openssl
whrlpool
functions
WHIRLPOOL
WHIRLPOOL_BitUpdate
WHIRLPOOL_Final
WHIRLPOOL_Init
WHIRLPOOL_Update
private_WHIRLPOOL_Init
manifest constants
WHIRLPOOL_BBLOCK
WHIRLPOOL_COUNTER
WHIRLPOOL_DIGEST_LENGTH
structs
WHIRLPOOL_CTX