* [Caml-list] [ANN] cryptokit v1.6: Cryptographic primitives
@ 2012-06-12 23:53 Sylvain Le Gall
0 siblings, 0 replies; only message in thread
From: Sylvain Le Gall @ 2012-06-12 23:53 UTC (permalink / raw)
To: caml-list
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']
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-12 23:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-12 23:53 [Caml-list] [ANN] cryptokit v1.6: Cryptographic primitives Sylvain Le Gall
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox