Download Source Package cryptokit:
The Cryptokit library for Objective Caml 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.
This package provides static libraries, interfaces, and documentation for Cryptokit.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 327.6 kB | 1496 kB | [list of files] |
| amd64 (unofficial port) | 299.4 kB | 1396 kB | [list of files] |
| arm | 310.0 kB | 1296 kB | [list of files] |
| hppa | 321.1 kB | 1324 kB | [list of files] |
| i386 | 296.4 kB | 1280 kB | [list of files] |
| ia64 | 354.4 kB | 1528 kB | [list of files] |
| m68k | 243.7 kB | 1088 kB | [list of files] |
| mips | 245.5 kB | 1108 kB | [list of files] |
| mipsel | 245.3 kB | 1108 kB | [list of files] |
| powerpc | 322.5 kB | 1320 kB | [list of files] |
| s390 | 245.2 kB | 1096 kB | [list of files] |
| sparc | 319.3 kB | 1324 kB | [list of files] |