Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 690 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 690 Bytes

erl-otp

CircleCI

Introduction

The repository contains an OTP library application which provides various utilities related to HOTP (HMAC-based one-time passwords) and TOTP (time-based one-time passwords).

Build

The project can be built with:

    make

Tests

Tests can be run with:

    make test

Documentation

The handbook contains informations about various aspects of the library.

Code documentation is available at https://jobteaser.github.io/erl-otp/doc.