Skip to content

Commit

Permalink
fixup! fixup! feat: Support extendable backup flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkozlik committed May 14, 2024
1 parent 38964c0 commit 2a23362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shamir_mnemonic/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

CUSTOMIZATION_STRING_ORIG = b"shamir"
"""The customization string used in the RS1024 checksum and in the PBKDF2 salt for
seeds _without_ the extendable backup flag."""
shares _without_ the extendable backup flag."""

CUSTOMIZATION_STRING_EXTENDABLE = b"shamir_extendable"
"""The customization string used in the RS1024 checksum for
seeds _with_ the extendable backup flag."""
shares _with_ the extendable backup flag."""

GROUP_PREFIX_LENGTH_WORDS = ID_EXP_LENGTH_WORDS + 1
"""The length of the prefix of the mnemonic that is common to a share group."""
Expand Down

0 comments on commit 2a23362

Please sign in to comment.