sodium v0.0.7 (2016-06-18T14:40:31Z)
Home
Dub
Repo
crypto_hash_sha256_state
sodium
crypto_hash_sha256
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
crypto_hash_sha256_state {
uint
[
8
]
state
;
ulong
[
2
]
count
;
ubyte
[
64
]
buf
;
}
Members
Variables
buf
ubyte
[
64
]
buf
;
Undocumented in source.
count
ulong
[
2
]
count
;
Undocumented in source.
state
uint
[
8
]
state
;
Undocumented in source.
Meta
Source
See Implementation
sodium
crypto_hash_sha256
functions
crypto_hash_sha256
crypto_hash_sha256_bytes
crypto_hash_sha256_final
crypto_hash_sha256_init
crypto_hash_sha256_statebytes
crypto_hash_sha256_update
structs
crypto_hash_sha256_state
variables
crypto_hash_sha256_BYTES