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.
|
|
|
| アーキテクチャ | バージョン | パッケージサイズ | インストールサイズ | ファイル |
|---|---|---|---|---|
| alpha | 1.3-8+b1 | 279.4 kB | 1200 kB | [ファイル一覧] |
| amd64 | 1.3-8+b1 | 332.0 kB | 1488 kB | [ファイル一覧] |
| arm | 1.3-8+b1 | 274.7 kB | 1172 kB | [ファイル一覧] |
| armel | 1.3-8+b1 | 274.4 kB | 1172 kB | [ファイル一覧] |
| hppa | 1.3-8+b1 | 274.6 kB | 1176 kB | [ファイル一覧] |
| i386 | 1.3-8+b1 | 327.9 kB | 1304 kB | [ファイル一覧] |
| ia64 | 1.3-8+b1 | 282.2 kB | 1208 kB | [ファイル一覧] |
| mips | 1.3-8+b1 | 273.5 kB | 1184 kB | [ファイル一覧] |
| mipsel | 1.3-8+b1 | 273.1 kB | 1184 kB | [ファイル一覧] |
| powerpc | 1.3-8+b2 | 354.3 kB | 1412 kB | [ファイル一覧] |
| s390 | 1.3-8+b1 | 272.2 kB | 1180 kB | [ファイル一覧] |
| sparc | 1.3-8+b1 | 346.6 kB | 1412 kB | [ファイル一覧] |