Skip to content

Commit e995cba

Browse files
committed
Update formcrypt obj docstring
1 parent 91ada81 commit e995cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/formcrypt/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class FormCrypt( object ):
4141
4242
:param: keysize
4343
An int which sets the size of the default encryption key size for all string keys within the
44-
formcrypt source
44+
formcrypt source. Default to 16 bytes.
4545
"""
4646
def __init__(self, strings: dict, keysize = DEFAULT_KEY_SIZE):
4747
self.source = SourceCode(source_file=FORMCRYPT_SOURCE, filename='formcrypt.c')

0 commit comments

Comments
 (0)