package hpke
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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/index.html
Module HpkeSource
RFC 9180 Hybrid Public Key Encryption.
This module deliberately exposes only versioned protocol behavior. Secret keys and mutable sender/receiver contexts are abstract.
Source
val generate_key_pair :
rng:Mirage_crypto_rng.g ->
Kem.id ->
(Private_key.t * Public_key.t, Error.t) resultGenerate a key pair using the explicitly supplied random generator.
Deterministically derive a key pair as specified by RFC 9180.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>