cryptokit 1.9-2 source package in Ubuntu

Changelog

cryptokit (1.9-2) unstable; urgency=low


  * Upload to unstable

 -- Stéphane Glondu <email address hidden>  Tue, 03 Dec 2013 08:11:18 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libdevel

Downloads

File Size SHA-256 Checksum
cryptokit_1.9-2.dsc 2.2 KiB 609328e7720522cacf3f617f71f2f7e028c249777519f46b5fd38b237ef4a946
cryptokit_1.9.orig.tar.gz 140.1 KiB d3177e79e425b119b80acc63a85114a12e4c617f16803a69c080f460c4f037f1
cryptokit_1.9-2.debian.tar.gz 6.1 KiB 4ac163a9a9eadc59006c9098f56f2c44367b6824537bf8851a86e363c6c02b55

Available diffs

No changes file available.

Binary packages built by this source

libcryptokit-ocaml: No summary available for libcryptokit-ocaml in ubuntu wily.

No description available for libcryptokit-ocaml in ubuntu wily.

libcryptokit-ocaml-dev: cryptographic algorithm library for OCaml - development

 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.