ocaml-passwordsafe/twofish/primitives.mli

5 lines
110 B
OCaml
Raw Normal View History

2018-09-07 09:59:52 +00:00
type ctx
val init : string -> ctx
val encrypt : ctx -> string -> string
val decrypt : ctx -> string -> string