libressl-d ~master (2022-05-15T17:34:09.6250468)
Dub
Repo
cast_key_st
libressl_d
openssl
cast_
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
cast_key_st {
.
CAST_LONG
[
32
]
data
;
int
short_key
;
}
Members
Variables
data
.
CAST_LONG
[
32
]
data
;
Undocumented in source.
short_key
int
short_key
;
Use reduced rounds for short key
Meta
Source
See Implementation
libressl_d
openssl
cast_
aliases
CAST_KEY
CAST_LONG
functions
CAST_cbc_encrypt
CAST_cfb64_encrypt
CAST_decrypt
CAST_ecb_encrypt
CAST_encrypt
CAST_ofb64_encrypt
CAST_set_key
manifest constants
CAST_BLOCK
CAST_DECRYPT
CAST_ENCRYPT
CAST_KEY_LENGTH
structs
cast_key_st