cryptokit 1.19-1 source package in Ubuntu

Changelog

cryptokit (1.19-1) unstable; urgency=medium

  * New upstream release

 -- Stéphane Glondu <email address hidden>  Thu, 15 Feb 2024 03:52:06 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libdevel
Noble release universe libdevel

Downloads

File Size SHA-256 Checksum
cryptokit_1.19-1.dsc 1.9 KiB 18848d5ca0cae6dcfbbc37ea365b4867a197f7696e21cf2dbc6a6cf90df4505d
cryptokit_1.19.orig.tar.gz 158.5 KiB a7e203aac7fb86fa26fbcc5e7243c8e0f46f0d084bfaf06767d0b816fc12ccb1
cryptokit_1.19-1.debian.tar.xz 5.6 KiB fd4257b8e7e19f20720fcc632195daedd8d4218c04f1b480dfa97fe31e8eb8ec

No changes file available.

Binary packages built by this source

libcryptokit-ocaml: cryptographic algorithm library for OCaml - runtime

 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 just the shared library for Cryptokit.

libcryptokit-ocaml-dbgsym: debug symbols for libcryptokit-ocaml
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.