libressl-d ~master (2022-05-15T17:34:09.6250468)
Dub
Repo
poly1305_context
libressl_d
openssl
poly1305
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
poly1305_context {
size_t
aligner
;
ubyte
[
136
]
opaque
;
}
Members
Variables
aligner
size_t
aligner
;
Undocumented in source.
opaque
ubyte
[
136
]
opaque
;
Undocumented in source.
Meta
Source
See Implementation
libressl_d
openssl
poly1305
aliases
poly1305_state
functions
CRYPTO_poly1305_finish
CRYPTO_poly1305_init
CRYPTO_poly1305_update
structs
poly1305_context