[Top]
Crypto
Crypto.CBC
|
Method Crypto.CBC()->create()
- Method
create
void Crypto.CBC(program|object|function cipher, mixed ... args)
- Description
Initialize the CBC wrapper with a cipher algorithm. If it is a
program, an object will be instantiated with args as arguments.
If it is an object that doesn't conform to the cipher API, but has
an LFUN::`() , that LFUN will be called. If it is a function,
that function will be called with args as arguments.
|