Browse thread
About Cryptokit (was: Re: [Caml-list] Re: SHA1 => stdlib ?!)
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-05-11 (12:56) |
From: | David MENTRE <dmentre@l...> |
Subject: | Re: About Cryptokit (was: Re: [Caml-list] Re: SHA1 => stdlib ?!) |
Hello Séphane, 2010/4/30 David MENTRE <dmentre@linux-france.org>: > 2010/4/30 Stéphane Glondu <steph@glondu.net>: >> David MENTRE a écrit : >>> 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. >> >> Could you be more specific? > > Right now no, sorry. I'll try to dig up the patch I needed at that time. I think this is the patch I used: http://svn.gna.org/viewcvs/diseba/trunk/cryptokit-1.3-hmac256.patch?rev=13&view=auto Here is some code that used the added functionalities: http://svn.gna.org/viewcvs/diseba/trunk/disk.ml?rev=18&r1=17&r2=18 All of this is quite old and might be no longer needed with more recent CryptoKit. More generally, this never-finished OCaml project was based on CryptoKit: http://svn.gna.org/viewcvs/diseba/trunk/#dirlist https://gna.org/projects/diseba/ Best regards, david