package ascon

  1. Overview
  2. Docs
Pure OCaml implementation of NIST SP 800-232 Ascon

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=4e2904c6a3cbf08eaf2ae59c636043c6
sha512=2d907cb1fd98d2d02c8852f02cea7a651acb53ee31e255118a0c1369576788b747c0f90ecaf548afc3a0ada25cb98010965a7b48f95ca609be80d39e32375c7e

doc/CHANGES.html

Changes

0.1.0 (2026-08-23)

  • Implement Ascon-AEAD128 with detached and combined one-shot APIs.
  • Implement one-shot and persistent incremental Ascon-Hash256.
  • Implement typed absorb/squeeze APIs for Ascon-XOF128 and Ascon-CXOF128.
  • Validate against the complete final SP 800-232 ascon-c KAT corpus.
  • Add deterministic property tests, boundary tests, examples, benchmarks, odoc API documentation, opam metadata, and multi-version CI.