package hpke

  1. Overview
  2. No Docs
Idiomatic RFC 9180 Hybrid Public Key Encryption for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
md5=31903fa28f87008bc54ed69aa6067f9f
sha512=0421f20c0a6a3767f0af428dc8ba458a8a660b1a23cedf0d8c4b0cd22d54533f4cd38f513f55c7b1e22d7e8d76df625feceb0bbf88db4f8bacc1c2cada5878cf

Description

An idiomatic, misuse-resistant implementation of RFC 9180 HPKE Base and PSK modes. Cryptographic primitives are delegated to Mirage Crypto and Digestif.

Tags

cryptography hpke rfc9180 hybrid encryption

Added to opam-repository:

Dependencies (8)

  1. eqaf >= "0.10"
  2. digestif >= "1.3.1"
  3. kdf >= "1.1.0"
  4. mirage-crypto-rng >= "2.4.0"
  5. mirage-crypto-ec >= "2.4.0"
  6. mirage-crypto >= "2.4.0"
  7. dune >= "3.12"
  8. ocaml >= "4.14"

Dev Dependencies (6)

  1. ocamlformat with-dev-setup & = "0.29.0"
  2. odoc with-doc
  3. yojson with-test & >= "2.0.0"
  4. crowbar with-test & >= "0.2.1"
  5. qcheck-alcotest with-test & >= "0.25"
  6. alcotest with-test & >= "1.7.0"

Used by

None

Conflicts

None