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/Error/index.html
Module Hpke.ErrorSource
Source
type t = | Unsupported_algorithm of int| Invalid_public_key of string| Invalid_private_key of string| Invalid_encapsulation of string| Key_mismatch| Derive_key_pair_failure| Invalid_psk of string| Invalid_length of string| Message_limit_reached| Plaintext_too_long| Export_length_out_of_range| Concurrent_use| Open_error| Internal_error of string
Errors returned by the public API. Error strings describe classes of invalid input and never contain key material.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>