package curve448

  1. Overview
  2. Docs
X448 and Ed448 (RFC 7748, RFC 8032) for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=324dde8adda6e07adee445041319fe81
sha512=bb664f36f14c6a6947ec3b54d5c5f0f9b97ddb8520fdcd1d8ea093e19a1737f024e8766ad47f9b6abb20949dee19309768f7c1f17cac7372c7a775f891d08fd0

doc/index.html

curve448

X448 key agreement and Ed448 / Ed448ph signatures for OCaml.

API

Curve448 is the public API. Link curve448 for the pure OCaml backend, or add curve448.c for the C backend. Initialise the random number generator before generating keys.

Guides

See the documentation index for usage, backend selection, compatibility, design and testing. Markdown guides are also installed in the package's documentation directory.

Security

This library has not received an independent cryptographic audit. Read the security policy for its audit status and side-channel limitations.