Skip to content

Commit

Permalink
fixup! feat(ocra): Implement OCRA algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Wambou committed Mar 1, 2022
1 parent 033aa08 commit 3343de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ocra.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { generateToken } = require("./utils");
/**
* @typedef {object} DataInput
* @properties {number?} counter
* @properties {number|string|undefined} question
* @properties {number|string} question
* @properties {string?} password (in hexadecimal)
* @properties {string?} sessionInfo
* @properties {number?} timestamp (in milliseconds)
Expand Down

0 comments on commit 3343de5

Please sign in to comment.