libressl-d ~master (2022-05-15T17:34:09.6250468)
Dub
Repo
ChaCha_ctx
libressl_d
openssl
chacha
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 @
nogc
struct
ChaCha_ctx {
uint
[
16
]
input
;
ubyte
[
64
]
ks
;
ubyte
unused
;
}
Members
Variables
input
uint
[
16
]
input
;
Undocumented in source.
ks
ubyte
[
64
]
ks
;
Undocumented in source.
unused
ubyte
unused
;
Undocumented in source.
Meta
Source
See Implementation
libressl_d
openssl
chacha
functions
CRYPTO_chacha_20
CRYPTO_hchacha_20
CRYPTO_xchacha_20
ChaCha
ChaCha_set_iv
ChaCha_set_key
structs
ChaCha_ctx