mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-23 07:29:27 +08:00
2023-10-31 09:16:44 CST W44D2
This commit is contained in:
@@ -23,7 +23,7 @@ func AvTwofishInit(d *AVTWOFISH, key *uint8, keyBits int32) int32 {
|
||||
(*C.uint8_t)(key), (C.int)(keyBits)))
|
||||
}
|
||||
|
||||
// AvTwofishCrypt encrypts or decrypts a buffer using a previously initialized context
|
||||
// AvTwofishCrypt encrypts or decrypts a buffer using a previously initialized context.
|
||||
func AvTwofishCrypt(d *AVTWOFISH, dst, src *uint8, count int32, iv *uint8, decrypt int32) {
|
||||
C.av_twofish_crypt((*C.struct_AVTWOFISH)(d),
|
||||
(*C.uint8_t)(dst), (*C.uint8_t)(src),
|
||||
|
Reference in New Issue
Block a user