Skip to content

Commit

Permalink
Merge pull request #8 from termermc/master
Browse files Browse the repository at this point in the history
raise default secret size to 128
  • Loading branch information
ba0f3 authored Oct 2, 2023
2 parents 963acaa + f7f55b2 commit 0646aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ from math import pow
from times import epochTime
import stack_strings as stackstrings

const secretSize* {.intDefine: "otp.secretSize".} = 32
const secretSize* {.intDefine: "otp.secretSize".} = 128

type
OneTimePasswordDefect = object of Defect
Expand Down

0 comments on commit 0646aea

Please sign in to comment.