ffmpeg4d ~master (2019-03-09T23:21:58Z)
Dub
Repo
AVBlowfish
ffmpeg
libavutil
blowfish
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow
struct
AVBlowfish {
uint
[
18
]
p
;
uint
[
256
][
4
]
s
;
}
Members
Variables
p
uint
[
18
]
p
;
Undocumented in source.
s
uint
[
256
][
4
]
s
;
Undocumented in source.
Meta
Source
See Implementation
ffmpeg
libavutil
blowfish
functions
av_blowfish_alloc
av_blowfish_crypt
av_blowfish_crypt_ecb
av_blowfish_init
manifest constants
AV_BF_ROUNDS
structs
AVBlowfish