mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/utils/lib/unix32.mli


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/lib/unix32.mli
Date: Sun, 18 Sep 2005 15:01:26 -0400

Index: mldonkey/src/utils/lib/unix32.mli
diff -u mldonkey/src/utils/lib/unix32.mli:1.16 
mldonkey/src/utils/lib/unix32.mli:1.17
--- mldonkey/src/utils/lib/unix32.mli:1.16      Thu Sep  8 12:44:53 2005
+++ mldonkey/src/utils/lib/unix32.mli   Sun Sep 18 19:00:53 2005
@@ -23,6 +23,12 @@
 val external_exit : unit -> unit
 val uname : unit -> string
 
+(* CryptoPP *)
+val create_key : unit -> string
+val load_key : string -> string
+val create_signature : string -> int -> int64 -> int -> int64 -> string
+val verify_signature : string -> int -> string -> int -> int64 -> int -> int64 
-> bool
+
 val create_dir_mask : string ref
 val close : t -> unit
 (* val force_fd : t -> Unix.file_descr *)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]