Skip to content

Commit 0646aea

Browse files
authored
Merge pull request #8 from termermc/master
raise default secret size to 128
2 parents 963acaa + f7f55b2 commit 0646aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otp.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ from math import pow
1414
from times import epochTime
1515
import stack_strings as stackstrings
1616

17-
const secretSize* {.intDefine: "otp.secretSize".} = 32
17+
const secretSize* {.intDefine: "otp.secretSize".} = 128
1818

1919
type
2020
OneTimePasswordDefect = object of Defect

0 commit comments

Comments
 (0)