Add primitives.mli
This commit is contained in:
parent
cc12de37f7
commit
c3515a6fab
4
twofish/primitives.mli
Normal file
4
twofish/primitives.mli
Normal file
|
@ -0,0 +1,4 @@
|
|||
type ctx
|
||||
val init : string -> ctx
|
||||
val encrypt : ctx -> string -> string
|
||||
val decrypt : ctx -> string -> string
|
Loading…
Reference in a new issue