package twostep

  1. Overview
  2. No Docs
HOTP and TOTP algorithms for 2-step verification (for OCaml)

Install

Authors

Maintainers

Sources

1.0.1.tar.gz
md5=6af79936f7a0d04d2954ea768a01cf2a
sha512=087509e0d4a7d53f0aa968a013444c645d7a08bdd6a3c707176cfca47d695315344c54e425887009ea3c12a2a7e4b084837b8a52cb7a6a8b34a955cfb57f1f31

Description

This project implements algorithms for 2-step verification, being the HMAC-based One-Time Password (RFC4226) and the Time-based One-Time Password (RFC 6238).

Published: 27 Mar 2022

Dependencies (7)

  1. dune >= "1.7.0"
  2. mirage-crypto-pk >= "0.6.1"
  3. mirage-crypto-rng >= "0.6.1" & < "0.11.0"
  4. mirage-crypto >= "0.6.1"
  5. hex >= "1.2.0"
  6. base >= "v0.9.3"
  7. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. alcotest with-test & >= "0.8.4"

Conflicts

None