package ascon
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Pure OCaml implementation of NIST SP 800-232 Ascon
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.2.0.tar.gz
md5=a79e30d6e069263eb990295734cc41ce
sha512=67addf0c899765cc54cdd69496d86adb86ee12b620fa0a771f4e19d81d112c912276ddf890f3cfe641d8ccfbb05c9d709af1977d12ba82a8958e60a5ea1dafa8
doc/CHANGES.html
Changes
0.2.0 (2026-09-18)
- Lower the minimum supported OCaml version from 4.14 to 4.11 and test the new version floor in CI.
- Add a project website with usage, development, benchmark, and security documentation, deployed automatically through GitHub Pages.
- Document installation from the opam repository.
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-cKAT corpus. - Add deterministic property tests, boundary tests, examples, benchmarks, odoc API documentation, opam metadata, and multi-version CI.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page