Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val make : int array -> t
make key
creates instance of Cipher.t
using provided key
val encrypt_block : t -> int array -> int array
encrypt_block cipher block
encrypts one block
of 128-bit using provided cipher
val decrypt_block : t -> int array -> int array
decrypt_block cipher enc_block
decrypts one encrypted block enc_block
of 128-bit using provided cipher