Extracted from Pike v7.4 release 341 at 2005-11-30.
[Top]
predef::
Crypto
Crypto.cbc
create()
crypt_block()
decrypt_block()
encrypt_block()
query_block_size()
query_key_length()
set_decrypt_key()
set_encrypt_key()
set_iv()
Crypto.cbc
Crypto.cbc()->crypt_block()
Method Crypto.cbc()->create()
Method
create
void
Crypto.cbc
(
object
cipher
)
Description
Initialize a cipher block chaining object with the cipher
cipher
.