cryptokit 1.18-3 source package in Ubuntu

Changelog

cryptokit (1.18-3) unstable; urgency=medium

  * Use ocaml_dune DH buildsystem
  * Bump Standards-Version to 4.6.2

 -- Stéphane Glondu <email address hidden>  Mon, 07 Aug 2023 08:18:01 +0200

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
Mantic release universe libdevel

Downloads

File Size SHA-256 Checksum
cryptokit_1.18-3.dsc 1.9 KiB f47a40e913f8db675f6cb4aefcf8996dc42f03afbceee396a67f44d968cdd3c5
cryptokit_1.18.orig.tar.gz 158.5 KiB 0e9d636dc45967ac3529831ec20aed1aff4c941ae6cfb69b7c29c3d721db2c2b
cryptokit_1.18-3.debian.tar.xz 5.7 KiB 6e139b23322029d44880a091c3a3a99972261630438dae22dda7449b9e5f1732

Available diffs

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.