Add initial structure Coordinator Forge Sequence

This commit is contained in:
arnaucube
2020-08-13 18:55:33 +02:00
parent a1c339c918
commit 8390e4a784
8 changed files with 288 additions and 8 deletions

View File

@@ -7,3 +7,6 @@ var ErrNotInFF = errors.New("BigInt not inside the Finite Field")
// ErrNumOverflow is used when a given value overflows the maximum capacity of the parameter
var ErrNumOverflow = errors.New("Value overflows the type")
// ErrBatchQueueEmpty is used when the coordinator.BatchQueue.Pop() is called and has no elements
var ErrBatchQueueEmpty = errors.New("BatchQueue empty")