package rfc6287

  1. Overview
  2. Docs
OCRA (OATH Challenge-Response Algorithm) implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

rfc6287-1.0.4.tbz
sha256=9c33a5cc8330a7557438f1ea2535128d992bbe175429b7d0f5c9f183acef6f66
sha512=6543f3f26d1b7475972591359b873a01fb79f923759b6d74b1317a6116d09a4cebdcad6b92276eb3a4271d043c048b8a42c676a91f8eb48244c89aff7b8c76d4

CHANGES.md.html

1.0.4 (2020-03-25)

  • switch build system to dune

  • use mirage-crypto instead of nocrypto

1.0.3 (2018-03-15)

  • safe-string compatibility (without further allocations)

  • time passing fixed

1.0.2 (2017-03-03)

  • replace oasis with topkg

  • adapt to current nocrypto

1.0.1 (2016-02-23)

  • replace stringext with astring

1.0.0 (2015-07-28)

  • Initial release