Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/cryptgps/cryptsystem_64.cmi_pretty GODI Package godi-cryptgps
Library cryptgps
 
   cryptsystem_64.cmi_pretty    cryptsystem_64.mli    Sources  
module type T =
  sig
    type key
    val encrypt_ecb : key -> int * int * int * int -> int * int * int * int
    val encrypt_ecb_int32 :
      key -> int32 -> int32 -> int32 ref -> int32 ref -> unit
    val decrypt_ecb : key -> int * int * int * int -> int * int * int * int
    val decrypt_ecb_int32 :
      key -> int32 -> int32 -> int32 ref -> int32 ref -> unit
    val prepare : string -> key
    val textkey : key -> string
    val is_weak : key -> bool
  end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml