From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA03218; Fri, 5 Apr 2002 16:02:31 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA01064 for caml-announce@pauillac.inria.fr; Fri, 5 Apr 2002 16:02:23 +0200 (MET DST) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA03470 for caml-announce@pauillac.inria.fr; Fri, 5 Apr 2002 16:02:14 +0200 (MET DST) Date: Fri, 5 Apr 2002 16:02:14 +0200 From: Xavier Leroy To: caml-announce@pauillac.inria.fr Subject: [Caml-list] Cryptokit: cryptographic library for OCaml Message-ID: <20020405160214.A3921@pauillac.inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk My amateur, unfocused interest for applications of cryptography led me to implement the Cryptokit library of cryptographic primitives for OCaml, providing: - Symmetric-key cryptography: AES, DES, Triple-DES, ARCfour. - Public-key cryptography: RSA. - Hash functions and MACs: SHA-1, MD5, and MACs based on AES and DES. - Random number generation. - Encodings and compression: base 64, hexadecimal, Zlib compression. It is available at http://pauillac.inria.fr/~xleroy/software.html >>From a language standpoint, while the low-level crypto code in this library is uninteresting (it's the same snippets of C that you'll find everywhere), I'm relatively proud of the Caml high-level interface, which makes tasteful use of objects (if I may say so myself). Enjoy, - Knivre Yrebl ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners