boringssl ~master (2018-08-30T01:56:08Z)
Dub
Repo
rc4_key_st
deimos
openssl
rc4
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
rc4_key_st {
RC4_INT
x
;
RC4_INT
y
;
RC4_INT
[
256
]
data
;
}
Members
Variables
data
RC4_INT
[
256
]
data
;
Undocumented in source.
x
RC4_INT
x
;
y
RC4_INT
y
;
Undocumented in source.
Meta
Source
See Implementation
deimos
openssl
rc4
aliases
RC4_KEY
functions
RC4
RC4_options
RC4_set_key
private_RC4_set_key
structs
rc4_key_st