Merge pull request #1324 from GriffinRichards/doc-sb

Document remainder of secret_base.c
This commit is contained in:
GriffinR
2021-02-15 17:41:55 -05:00
committed by GitHub
11 changed files with 343 additions and 212 deletions

View File

@@ -69,7 +69,7 @@
// party sizes
#define PARTY_SIZE 6
#define MULTI_PARTY_SIZE PARTY_SIZE / 2
#define MULTI_PARTY_SIZE (PARTY_SIZE / 2)
#define FRONTIER_PARTY_SIZE 3
#define FRONTIER_DOUBLES_PARTY_SIZE 4
#define FRONTIER_MULTI_PARTY_SIZE 2