Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/cryptgps/crypt_blowfish.cmi_pretty GODI Package godi-cryptgps
Library cryptgps
 
   crypt_blowfish.cmi_pretty    crypt_blowfish.mli    Sources  
module Cryptsystem : Cryptsystem_64.T
module Cryptmodes :
  sig
    type key = Cryptsystem.key
    val encrypt_cbc :
      key ->
      int * int * int * int -> string -> (int * int * int * int) * string
    val decrypt_cbc :
      key ->
      int * int * int * int -> string -> (int * int * int * int) * string
    val encrypt_cfb8 :
      key ->
      int * int * int * int -> string -> (int * int * int * int) * string
    val decrypt_cfb8 :
      key ->
      int * int * int * int -> string -> (int * int * int * int) * string
    val encrypt_cfb64 :
      key ->
      int * int * int * int ->
      int -> string -> (int * int * int * int) * int * string
    val decrypt_cfb64 :
      key ->
      int * int * int * int ->
      int -> string -> (int * int * int * int) * int * string
    val crypt_ofb :
      key ->
      int * int * int * int ->
      int -> string -> (int * int * int * int) * int * string
  end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml