We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464d18a commit e9d53aaCopy full SHA for e9d53aa
1 file changed
common/configuration.py
@@ -37,7 +37,7 @@
37
# Minimum number of shares needed to reconstruct a a key from the key shares using Shamir's Secret
38
# Sharing (SSS).
39
DEFAULT_MIN_NR_SHARES = 3
40
-MIN_MIN_NR_SHARES = 1
+MIN_MIN_NR_SHARES = 1 # We allow 1, which really means the secret is not split at all.
41
MAX_MIN_NR_SHARES = 128
42
43
0 commit comments