TCipher
Cipher base type.
Methods
Method KeySize:Int(size:Int) Abstract
Returns the appropriate key size for size.
Rounds the input keysize size down to the next appropriate key size for use with the cipher.
Method Name:String() Abstract
Returns the name of the cipher.
Functions
Function ListCiphers:String[]()
Returns a list of all registered ciphers.
Function Find:TCipher(name:String)
Gets the cipher index of the given name.
Returns
the index or -1 if not found.