package hacl-star

  1. Overview
  2. Docs
OCaml API for EverCrypt/HACL*

Install

Dune Dependency

Authors

Maintainers

Sources

hacl-star.0.4.5.tar.gz
md5=fdcd7a590913428d5d3142872d7089a0
sha256=47bf253f804ec369b2fbc76c892ba89275fde17d7444d291d5eb5c179a05e174
sha512=1f2c144852566464ef72caeb21567b125fa9eb395d9e25b64bb110f116e75b7befdb3e3e190dd8a3f59c74b36d70bb4eb6dcd7ba62061fd91b4c263de0f29c4f

doc/hacl-star/Hacl_star/EverCrypt/Error/index.html

Module EverCrypt.ErrorSource

Return type used for AEAD functions

Sourcetype error_code =
  1. | UnsupportedAlgorithm
  2. | InvalidKey
  3. | AuthenticationFailure
  4. | InvalidIVLength
  5. | DecodeError
Sourcetype 'a result =
  1. | Success of 'a
  2. | Error of error_code
OCaml

Innovation. Community. Security.