ocaml-passwordsafe/twofish/primitives.mli

5 lines
110 B
OCaml

type ctx
val init : string -> ctx
val encrypt : ctx -> string -> string
val decrypt : ctx -> string -> string