sodium v1.0.18-alpha.4 (2019-06-06T15:24:03Z)
Home
Dub
Repo
crypto_hash_sha512_state
deimos
sodium
crypto_hash_sha512
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) pure @
nogc
struct
crypto_hash_sha512_state {
ulong
[
8
]
state
;
ulong
[
2
]
count
;
ubyte
[
128
]
buf
;
}
Members
Variables
buf
ubyte
[
128
]
buf
;
Undocumented in source.
count
ulong
[
2
]
count
;
Undocumented in source.
state
ulong
[
8
]
state
;
Undocumented in source.
Meta
Source
See Implementation
deimos
sodium
crypto_hash_sha512
functions
crypto_hash_sha512
crypto_hash_sha512_bytes
crypto_hash_sha512_final
crypto_hash_sha512_init
crypto_hash_sha512_statebytes
crypto_hash_sha512_update
manifest constants
crypto_hash_sha512_BYTES
structs
crypto_hash_sha512_state