ocaml-mirage-crypto 0.11.2-1 source package in Ubuntu

Changelog

ocaml-mirage-crypto (0.11.2-1) unstable; urgency=medium

  * New upstream release

 -- Stéphane Glondu <email address hidden>  Sun, 08 Oct 2023 12:07:22 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-mirage-crypto_0.11.2-1.dsc 2.3 KiB e83ae17b3087dcdd5048d6a0ae837ecbab906016d3678282870414eb1c005d87
ocaml-mirage-crypto_0.11.2.orig.tar.bz2 1.2 MiB d6b97cb7f0dc344a602513cc03137c1e7f0ae105d0721614626cf4f231edf764
ocaml-mirage-crypto_0.11.2-1.debian.tar.xz 3.9 KiB 3014e0e68c524c4c1454187889a58500e9585e4e7811b2f2809138dd66f5457f

Available diffs

No changes file available.

Binary packages built by this source

libmirage-crypto-ocaml: simple symmetric cryptography for the modern age (runtime)

 Mirage-crypto provides symmetric ciphers (DES, AES, RC4,
 ChaCha20/Poly1305), and hashes (MD5, SHA-1, SHA-2).
 .
 Mirage-crypto-rng provides a random number generator interface, and
 implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in
 the unix sublibrary).
 .
 Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH).
 .
 Mirage-crypto-ec provides an implementation of key exchange (ECDH)
 and digital signature (ECDSA/EdDSA) algorithms using code from Fiat
 (https://github.com/mit-plv/fiat-crypto). The curves P224
 (SECP224R1), P256 (SECP256R1), P384 (SECP384R1), P521 (SECP521R1),
 and 25519 (X25519, Ed25519) are implemented by this package.
 .
 This package contains the shared runtime libraries.

libmirage-crypto-ocaml-dbgsym: debug symbols for libmirage-crypto-ocaml
libmirage-crypto-ocaml-dev: cryptography in OCaml for the modern age (dev)

 Mirage-crypto provides symmetric ciphers (DES, AES, RC4,
 ChaCha20/Poly1305), and hashes (MD5, SHA-1, SHA-2).
 .
 Mirage-crypto-rng provides a random number generator interface, and
 implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in
 the unix sublibrary).
 .
 Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH).
 .
 Mirage-crypto-ec provides an implementation of key exchange (ECDH)
 and digital signature (ECDSA/EdDSA) algorithms using code from Fiat
 (https://github.com/mit-plv/fiat-crypto). The curves P224
 (SECP224R1), P256 (SECP256R1), P384 (SECP384R1), P521 (SECP521R1),
 and 25519 (X25519, Ed25519) are implemented by this package.
 .
 This package contains development files.