package curve448
Install
dune-project
Dependency
Authors
Maintainers
Sources
md5=324dde8adda6e07adee445041319fe81
sha512=bb664f36f14c6a6947ec3b54d5c5f0f9b97ddb8520fdcd1d8ea093e19a1737f024e8766ad47f9b6abb20949dee19309768f7c1f17cac7372c7a775f891d08fd0
doc/LICENSE.html
ISC License
Copyright (c) 2026 ocaml-curve448 contributors
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Third-party material
The ISC license above covers the code written for this project. The following material comes from elsewhere and remains under its own license:
Material | License | Notice |
|---|---|---|
| MIT | |
X448 ladder, field wrapper types and point representations in | ISC | |
Keccak-f[1600] loop structure in | MIT | |
| Apache-2.0 | |
RFC 7748, RFC 8032 and RFC 9180 test vectors in | IETF Trust Legal Provisions |
All of it is in the C backend (curve448.c) or the test data. The pure OCaml backend (lib/ocaml/) and the shared API contain no third-party code.