caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Re: [Caml-list] Cryptokit: cryptographic library for OCaml
@ 2002-04-05 15:01 Krishnaswami, Neel
  2002-04-05 15:12 ` Sven
  0 siblings, 1 reply; 9+ messages in thread
From: Krishnaswami, Neel @ 2002-04-05 15:01 UTC (permalink / raw)
  To: 'caml-list@inria.fr'

Sven [mailto:luther@dpt-info.u-strasbg.fr] wrote:
> On Fri, Apr 05, 2002 at 04:02:14PM +0200, Xavier Leroy wrote:
> > My amateur, unfocused interest for applications of 
> > cryptography led me to implement the Cryptokit library of 
> > cryptographic primitives for OCaml, providing:
> 
> Mmm, what are the legal restriction related to this ? Is it legal to
> distribute it in france (legislation may have changed since 
> last i checked about such things a few years ago) ? Is it legal to 
> distribute it from an US based server (i think yes, but you would 
> need to declare the software to the NSA or something such).

I don't know about the details of French law, but in the USA 
there is no need for any review of open-source cryptography 
software, whether in source or binary format. 

See: http://www.bxa.doc.gov/Encryption/EncryptionRuleOct2K.html

-- 
Neel Krishnaswami
neelk@cswcasa.com
-------------------
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


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Caml-list] Cryptokit: cryptographic library for OCaml
@ 2002-04-05 14:02 Xavier Leroy
  2002-04-05 14:29 ` Sven
  0 siblings, 1 reply; 9+ messages in thread
From: Xavier Leroy @ 2002-04-05 14:02 UTC (permalink / raw)
  To: caml-announce

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-04-07 21:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-05 15:01 [Caml-list] Cryptokit: cryptographic library for OCaml Krishnaswami, Neel
2002-04-05 15:12 ` Sven
  -- strict thread matches above, loose matches on Subject: below --
2002-04-05 14:02 Xavier Leroy
2002-04-05 14:29 ` Sven
2002-04-05 14:18   ` Remi VANICAT
2002-04-05 15:29     ` Sven
2002-04-05 15:10   ` Julian Assange
2002-04-05 19:36   ` Xavier Leroy
2002-04-07 17:17     ` Julian Assange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).