* SHA1 => stdlib ?!
@ 2010-04-24 12:27 Oliver Bandel
2010-04-24 13:59 ` Sylvain Le Gall
0 siblings, 1 reply; 10+ messages in thread
From: Oliver Bandel @ 2010-04-24 12:27 UTC (permalink / raw)
To: caml-list
Hello,
is it planned, to also include SHA1-Hash into stdlib?
Ciao,
Oliver
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: SHA1 => stdlib ?!
2010-04-24 12:27 SHA1 => stdlib ?! Oliver Bandel
@ 2010-04-24 13:59 ` Sylvain Le Gall
2010-04-24 14:28 ` [Caml-list] " Oliver Bandel
0 siblings, 1 reply; 10+ messages in thread
From: Sylvain Le Gall @ 2010-04-24 13:59 UTC (permalink / raw)
To: caml-list
Hello,
On 24-04-2010, Oliver Bandel <oliver@first.in-berlin.de> wrote:
>
> is it planned, to also include SHA1-Hash into stdlib?
>
What is the advantage of having SHA-1 in stdlib rather than in cryptokit
for example?
Regards,
Sylvain Le Gall
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Caml-list] Re: SHA1 => stdlib ?!
2010-04-24 13:59 ` Sylvain Le Gall
@ 2010-04-24 14:28 ` Oliver Bandel
2010-04-24 15:03 ` Grant Olson
0 siblings, 1 reply; 10+ messages in thread
From: Oliver Bandel @ 2010-04-24 14:28 UTC (permalink / raw)
To: caml-list
Zitat von "Sylvain Le Gall" <sylvain@le-gall.net>:
> Hello,
>
> On 24-04-2010, Oliver Bandel <oliver@first.in-berlin.de> wrote:
>>
>> is it planned, to also include SHA1-Hash into stdlib?
>>
>
> What is the advantage of having SHA-1 in stdlib rather than in cryptokit
> for example?
[...]
What is cryptokit?
Ciao,
Oliver
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Caml-list] Re: SHA1 => stdlib ?!
2010-04-24 14:28 ` [Caml-list] " Oliver Bandel
@ 2010-04-24 15:03 ` Grant Olson
2010-04-24 15:11 ` Oliver Bandel
0 siblings, 1 reply; 10+ messages in thread
From: Grant Olson @ 2010-04-24 15:03 UTC (permalink / raw)
To: caml-list
[-- Attachment #1: Type: text/plain, Size: 207 bytes --]
On 4/24/2010 10:28 AM, Oliver Bandel wrote:
>
> What is cryptokit?
>
A library with a bunch of cryptographic primitives, including SHA hashes...
https://forge.ocamlcore.org/projects/cryptokit/
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 552 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Caml-list] Re: SHA1 => stdlib ?!
2010-04-24 15:03 ` Grant Olson
@ 2010-04-24 15:11 ` Oliver Bandel
2010-04-24 15:29 ` Sylvain Le Gall
0 siblings, 1 reply; 10+ messages in thread
From: Oliver Bandel @ 2010-04-24 15:11 UTC (permalink / raw)
To: caml-list
Zitat von "Grant Olson" <kgo@grant-olson.net>:
> On 4/24/2010 10:28 AM, Oliver Bandel wrote:
>>
>> What is cryptokit?
>>
>
> A library with a bunch of cryptographic primitives, including SHA hashes...
>
> https://forge.ocamlcore.org/projects/cryptokit/
>
>
thanks.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: SHA1 => stdlib ?!
2010-04-24 15:11 ` Oliver Bandel
@ 2010-04-24 15:29 ` Sylvain Le Gall
2010-04-24 15:50 ` [Caml-list] " Oliver Bandel
2010-04-25 8:58 ` Vincent Hanquez
0 siblings, 2 replies; 10+ messages in thread
From: Sylvain Le Gall @ 2010-04-24 15:29 UTC (permalink / raw)
To: caml-list
On 24-04-2010, Oliver Bandel <oliver@first.in-berlin.de> wrote:
> Zitat von "Grant Olson" <kgo@grant-olson.net>:
>
>> On 4/24/2010 10:28 AM, Oliver Bandel wrote:
>>>
>>> What is cryptokit?
>>>
>>
>> A library with a bunch of cryptographic primitives, including SHA hashes...
>>
>> https://forge.ocamlcore.org/projects/cryptokit/
>>
>>
>
Cryptokit is written by X. Leroy, the same author as OCaml. There is a
debian package for it (apt-get install libcryptokit-ocaml-dev), a Fedora
package and a GODI package.
Regards,
Sylvain Le Gall
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Caml-list] Re: SHA1 => stdlib ?!
2010-04-24 15:29 ` Sylvain Le Gall
@ 2010-04-24 15:50 ` Oliver Bandel
2010-04-25 8:58 ` Vincent Hanquez
1 sibling, 0 replies; 10+ messages in thread
From: Oliver Bandel @ 2010-04-24 15:50 UTC (permalink / raw)
To: caml-list
Zitat von "Sylvain Le Gall" <sylvain@le-gall.net>:
> On 24-04-2010, Oliver Bandel <oliver@first.in-berlin.de> wrote:
>> Zitat von "Grant Olson" <kgo@grant-olson.net>:
>>
>>> On 4/24/2010 10:28 AM, Oliver Bandel wrote:
>>>>
>>>> What is cryptokit?
>>>>
>>>
>>> A library with a bunch of cryptographic primitives, including SHA hashes...
>>>
>>> https://forge.ocamlcore.org/projects/cryptokit/
>>>
>>>
>>
>
> Cryptokit is written by X. Leroy, the same author as OCaml.
Fine. Then I should prefer that stuff. :)
> There is a
> debian package for it (apt-get install libcryptokit-ocaml-dev), a Fedora
> package and a GODI package.
Nice, thank you.
Just installed it.
Easy going. :)
Ciao,
Oliver
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Caml-list] Re: SHA1 => stdlib ?!
2010-04-24 15:29 ` Sylvain Le Gall
2010-04-24 15:50 ` [Caml-list] " Oliver Bandel
@ 2010-04-25 8:58 ` Vincent Hanquez
2010-04-25 9:09 ` Sylvain Le Gall
1 sibling, 1 reply; 10+ messages in thread
From: Vincent Hanquez @ 2010-04-25 8:58 UTC (permalink / raw)
To: Sylvain Le Gall; +Cc: caml-list
On Sat, Apr 24, 2010 at 03:29:08PM +0000, Sylvain Le Gall wrote:
> Cryptokit is written by X. Leroy, the same author as OCaml.
what about technical arguments/reasons instead of fanboyism ?
cryptokit has lots of good things, and some reason to choose them over my
ocaml-sha bindings, but i find the argument you just made pretty distasteful.
--
Vincent
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: SHA1 => stdlib ?!
2010-04-25 8:58 ` Vincent Hanquez
@ 2010-04-25 9:09 ` Sylvain Le Gall
2010-04-25 9:56 ` [Caml-list] " Eray Ozkural
0 siblings, 1 reply; 10+ messages in thread
From: Sylvain Le Gall @ 2010-04-25 9:09 UTC (permalink / raw)
To: caml-list
On 25-04-2010, Vincent Hanquez <tab@snarc.org> wrote:
> On Sat, Apr 24, 2010 at 03:29:08PM +0000, Sylvain Le Gall wrote:
>> Cryptokit is written by X. Leroy, the same author as OCaml.
>
> what about technical arguments/reasons instead of fanboyism ?
> cryptokit has lots of good things, and some reason to choose them over my
> ocaml-sha bindings, but i find the argument you just made pretty distasteful.
>
This is pure information, no fanboyism intended. Concerning technical
arguments/reasons, I think a simple "it computes SHA1" is the only
argument I can give and it was implied in my answer ;-) Perhaps, it is
also because I use it.
Regards,
Sylvain Le Gall
ps: distasteful is a bit strong especially because you took an
information for an argument.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Caml-list] Re: SHA1 => stdlib ?!
2010-04-25 9:09 ` Sylvain Le Gall
@ 2010-04-25 9:56 ` Eray Ozkural
0 siblings, 0 replies; 10+ messages in thread
From: Eray Ozkural @ 2010-04-25 9:56 UTC (permalink / raw)
To: Sylvain Le Gall; +Cc: caml-list
On Sun, Apr 25, 2010 at 12:09 PM, Sylvain Le Gall <sylvain@le-gall.net> wrote:
> This is pure information, no fanboyism intended. Concerning technical
> arguments/reasons, I think a simple "it computes SHA1" is the only
> argument I can give and it was implied in my answer ;-) Perhaps, it is
> also because I use it.
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.
--
Eray Ozkural, PhD candidate. Comp. Sci. Dept., Bilkent University, Ankara
http://groups.yahoo.com/group/ai-philosophy
http://myspace.com/arizanesil http://myspace.com/malfunct
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2010-04-25 9:56 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-24 12:27 SHA1 => stdlib ?! Oliver Bandel
2010-04-24 13:59 ` Sylvain Le Gall
2010-04-24 14:28 ` [Caml-list] " Oliver Bandel
2010-04-24 15:03 ` Grant Olson
2010-04-24 15:11 ` Oliver Bandel
2010-04-24 15:29 ` Sylvain Le Gall
2010-04-24 15:50 ` [Caml-list] " Oliver Bandel
2010-04-25 8:58 ` Vincent Hanquez
2010-04-25 9:09 ` Sylvain Le Gall
2010-04-25 9:56 ` [Caml-list] " Eray Ozkural
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox