ocaml-passwordsafe/twofish/bin.mli
Reynir Björnsson 158c857320 Initial import of twofish bits from opws
The code has been slimmed down somewhat.
2018-09-07 11:52:05 +02:00

17 lines
454 B
OCaml

val chr : int -> char
val and32 : Int32.t -> Int32.t -> Int32.t
val xor32 : Int32.t -> Int32.t -> Int32.t
val or32 : Int32.t -> Int32.t -> Int32.t
val right32 : Int32.t -> int -> Int32.t
val left32 : Int32.t -> int -> Int32.t
val add32 : Int32.t -> Int32.t -> Int32.t
val add64 : Int64.t -> Int64.t -> Int64.t
val int64eq : Int64.t -> Int64.t -> bool
val int64true : Int64.t -> bool
val xor4_32 : Int32.t -> Int32.t -> Int32.t -> Int32.t -> Int32.t