Testing with fewer parties.

This commit is contained in:
Gustavo Frederico
2021-11-23 06:43:14 -05:00
parent 697e6ece3c
commit 3f7a324701

View File

@@ -9,6 +9,6 @@ package test
const (
// To change these parameters, you must first delete the text fixture files in test/_fixtures/ and then run the keygen test alone.
// Then the signing and resharing tests will work with the new n, t configuration using the newly written fixture files.
TestParticipants = 20
TestParticipants = 5
TestThreshold = TestParticipants / 2
)