From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id E8029BC57 for ; Fri, 30 Apr 2010 09:31:26 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgIGAOEj2kvRVdrgkGdsb2JhbACdEAYIFQEBAQEJCQwHEQMfrhOFXIh8AQEDBYUNBI1E X-IronPort-AV: E=Sophos;i="4.52,301,1270418400"; d="scan'208";a="49570368" Received: from mail-bw0-f224.google.com ([209.85.218.224]) by mail3-smtp-sop.national.inria.fr with ESMTP; 30 Apr 2010 09:31:26 +0200 Received: by bwz24 with SMTP id 24so15712846bwz.17 for ; Fri, 30 Apr 2010 00:31:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=3mZBnerGEGEr0htb5P987jYANqh55RMwH07f3qK2KP4=; b=H/C03LScivlUjDL6/XMA9yoJyh+y53Dzh3mFWw6TMjORt4BVxq5p5DzeBadl+Flguz t8Mhyh011zM1xlmmxtbuu64feDQ6qgKuEje9flKVtCfNM/mWyBVXe8LxiUEVo5fSTWSk OwI0kPoW69KOXEDV7JoGntwh8HShCxoy70riU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; b=n/TAUtlPrbcNq5hFZchALwYXeTNJcgZJ56F+tTYD9RNsEYyVwoUaJ2amQLj1SDYpyW uGboq1Q5E8uNsXyiiAvHjQ9fGHgTlIM9kldY4YNbJFgnKk7xV1TX468rGtQ/3SZQmbMu Je5/WWs0nVtu8rGOylE2xqlfXvIg6f3EVYXjA= Received: by 10.204.22.20 with SMTP id l20mr6606507bkb.118.1272612686121; Fri, 30 Apr 2010 00:31:26 -0700 (PDT) MIME-Version: 1.0 Sender: david.mentre@gmail.com Received: by 10.204.119.195 with HTTP; Fri, 30 Apr 2010 00:31:06 -0700 (PDT) From: David MENTRE Date: Fri, 30 Apr 2010 09:31:06 +0200 X-Google-Sender-Auth: 1666ee019139fbcd Message-ID: Subject: About Cryptokit (was: Re: [Caml-list] Re: SHA1 => stdlib ?!) To: Eray Ozkural Cc: Sylvain Le Gall , caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 X-Spam: no; 0.00; stdlib:01 eray:01 ozkural:01 compositions:01 cryptokit:01 cryptokit:01 caml-list:01 implemented:02 modify:05 blocks:07 useful:09 useful:09 framework:11 however:13 some:14 Hello, 2010/4/25 Eray Ozkural : > Well, crypotkit is pretty useful and you can easily add your own > implementations to it. Nice framework. I had implemented a > zero-knowledge protocol with it. I also used Cryptokit once. It was pretty useful and easy to use. However I had to modify a few lines in it in order to allow me to do some compositions with Cryptokit building blocks. Sincerely yours, david