From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by sympa.inria.fr (Postfix) with ESMTPS id 9AD0C7ED26 for ; Wed, 13 Jun 2012 01:53:56 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiYDAJjV109QDPKAlGdsb2JhbAArGqUTAY8egSYBAQEBCQsJCRQDJIQJiG8HKZd1jw+SGY4dgxsDlR+FUw+MeQ X-IronPort-AV: E=Sophos;i="4.75,761,1330902000"; d="scan'208";a="147470891" Received: from smtp06.smtpout.orange.fr (HELO smtp.smtpout.orange.fr) ([80.12.242.128]) by mail4-smtp-sop.national.inria.fr with ESMTP; 13 Jun 2012 01:53:56 +0200 Received: from atto.home ([46.126.108.145]) by mwinf5d29 with ME id Mbtv1j00B38FQ1q03btvn5; Wed, 13 Jun 2012 01:53:56 +0200 Received: from [192.168.1.120] (helo=gallu.homelinux.com) by atto.home with smtp (Exim 4.72) (envelope-from ) id 1SeauI-0002LR-8N for caml-list@inria.fr; Wed, 13 Jun 2012 01:53:55 +0200 Message-Id: Received: by gallu.homelinux.com (sSMTP sendmail emulation); Tue, 12 Jun 2012 23:53:54 +0000 Date: Tue, 12 Jun 2012 23:53:54 +0000 From: Sylvain Le Gall To: caml-list@inria.fr Subject: [Caml-list] [ANN] cryptokit v1.6: Cryptographic primitives Update to oasis v0.3.0~rc6 Download: https://forge.ocamlcore.org/frs/download.php/891/cryptokit-1.6.tar.gz This library provides a variety of cryptographic primitives that can be used to implement cryptographic protocols in security-sensitive applications. The primitives provided include: - Symmetric-key ciphers: AES, DES, Triple-DES, ARCfour, in ECB, CBC, CFB and OFB modes. - Public-key cryptography: RSA encryption, Diffie-Hellman key agreement. - 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. Additional ciphers and hashes can easily be used in conjunction with the library. In particular, basic mechanisms such as chaining modes, output buffering, and padding are provided by generic classes that can easily be composed with user-provided ciphers. More generally, the library promotes a "Lego"-like style of constructing and composing transformations over character streams. Get source code: $ svn co http://scm.ocamlcore.org/svnroot/cryptokit/trunk Browse source code: https://forge.ocamlcore.org/scm/browser.php?group_id=133 [Generated by 'OASIS announce']