Skip to content
Snippets Groups Projects
Commit fb4fc463 authored by Jake Taylor's avatar Jake Taylor
Browse files

fix pipeline

parent 30f6bb4b
No related branches found
No related tags found
3 merge requests!510Release,!226WIP: Api2.0,!207WIP: Client Restructure
......@@ -32,6 +32,26 @@ type mockE2eHandler struct {
privKey *cyclic.Int
}
func (m mockE2eHandler) HasAuthenticatedChannel(partner *id.ID) bool {
panic("implement me")
}
func (m mockE2eHandler) FirstPartitionSize() uint {
panic("implement me")
}
func (m mockE2eHandler) SecondPartitionSize() uint {
panic("implement me")
}
func (m mockE2eHandler) PartitionSize(payloadIndex uint) uint {
panic("implement me")
}
func (m mockE2eHandler) PayloadSize() uint {
panic("implement me")
}
func (m mockE2eHandler) GetHistoricalDHPrivkey() *cyclic.Int {
return m.privKey
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment