Skip to content
Snippets Groups Projects
Commit df98018e authored by Jonah Husson's avatar Jonah Husson
Browse files

Fix multiinstance test

parent 4d044e14
No related branches found
No related tags found
2 merge requests!48Release,!46No registration
......@@ -434,6 +434,7 @@ func buildMockBatch(batchSize int, grp *cyclic.Group, baseKeys []*cyclic.Int,
ecrSlot.SenderID = userID.Bytes()
ecrSlot.Salt = salt
ecrSlot.KMACs = kmacs
ecrSlot.EphemeralKeys = make([]bool, len(kmacs))
ecrBatch.Slots = append(ecrBatch.Slots, ecrSlot)
ecrBatch.Round = ri
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment