package hpke

  1. Overview
  2. 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

doc/hpke/Hpke/Suite/index.html

Module Hpke.SuiteSource

Sourcetype encryption

Runtime-selected, closed ciphersuites. The capability parameter prevents export-only suites from being passed to encryption operations.

Sourcetype export_only
Sourcetype _ t
Sourceval create : kem:Kem.id -> kdf:Kdf.id -> aead:Aead.id -> encryption t
Sourceval export_only : kem:Kem.id -> kdf:Kdf.id -> export_only t
Sourceval kem : _ t -> Kem.id
Sourceval kdf : _ t -> Kdf.id
Sourceval aead : encryption t -> Aead.id