11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
Cipher::new(name) "des-cbc" etc
|
|
Cipher::name()
|
|
Cipher::key_length()
|
|
Cipher::iv_length()
|
|
Cipher::block_size()
|
|
|
|
Cipher::init(key,iv,enc)
|
|
Cipher::update(in)
|
|
Cipher::final()
|
|
Cipher::cipher(in)
|