id: tcipher title: TCipher
Cipher base type.
Method KeySize:Int(size:Int) AbstractDetermines the appropriate key size for size.
Rounds the input keysize size down to the next appropriate key size for use with the cipher.
The appropriate key size, or -1 if the provided size was not acceptable.
Method Name:String() AbstractReturns the name of the cipher.
Method Done() AbstractWhen you are finished with a cipher you can de–initialize it with the done method.
Function ListCiphers:String[]()Returns a list of all registered ciphers.
Function Find:TCipher(name:String)Gets the cipher index of the given name.
the index or -1 if not found.