Skip to content

Commit e9d53aa

Browse files
committed
Add comment
1 parent 464d18a commit e9d53aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# Minimum number of shares needed to reconstruct a a key from the key shares using Shamir's Secret
3838
# Sharing (SSS).
3939
DEFAULT_MIN_NR_SHARES = 3
40-
MIN_MIN_NR_SHARES = 1
40+
MIN_MIN_NR_SHARES = 1 # We allow 1, which really means the secret is not split at all.
4141
MAX_MIN_NR_SHARES = 128
4242

4343

0 commit comments

Comments
 (0)