C | |
| check_parity [Crypt_des] |
Checks that the parity of the key given as string is ok.
|
| check_parity [Crypt_3des] |
Checks that the parity of the key given as string is ok.
|
| crypt_ofb [Cryptmodes_64.T] | |
D | |
| decrypt_cbc [Cryptmodes_64.T] | |
| decrypt_cfb64 [Cryptmodes_64.T] | |
| decrypt_cfb8 [Cryptmodes_64.T] | |
| decrypt_ecb [Cryptsystem_64.T] |
This is the ECB mode of the decryption function.
|
| decrypt_ecb_int32 [Cryptsystem_64.T] |
The same as decrypt_ecb, but with an int32 interface
|
E | |
| encrypt_cbc [Cryptmodes_64.T] | |
| encrypt_cfb64 [Cryptmodes_64.T] | |
| encrypt_cfb8 [Cryptmodes_64.T] | |
| encrypt_ecb [Cryptsystem_64.T] |
This is the ECB mode of the encryption function.
|
| encrypt_ecb_int32 [Cryptsystem_64.T] |
The same as encrypt_ecb, but with an int32 interface
|
I | |
| int32_of_quadruple [Crypt_aux] | |
| is_weak [Cryptsystem_64.T] |
Determines whether the key is known as being weak.
|
P | |
| prepare [Cryptsystem_64.T] |
Prepares the string representation of a key.
|
Q | |
| quadruple_of_int32 [Crypt_aux] | |
S | |
| set_parity [Crypt_des] |
Sets the parity bits in the given key and returns a new string.
|
| set_parity [Crypt_3des] |
Sets the parity bits in the given key and returns a new string.
|
T | |
| textkey [Cryptsystem_64.T] |
Gets the string representation back
|