예제 #1
0
func init() {
	onet.SimulationRegister("ByzCoinNtree", NewSimulation)
	onet.GlobalProtocolRegister("ByzCoinNtree", func(n *onet.TreeNodeInstance) (onet.ProtocolInstance, error) { return NewNtreeProtocol(n) })
}
예제 #2
0
func init() {
	onet.SimulationRegister("NaiveTree", NewSimulation)
}
예제 #3
0
func init() {
	onet.SimulationRegister(Name, NewSimulation)
}
예제 #4
0
func init() {
	onet.SimulationRegister("Count", NewSimulation)
}
예제 #5
0
func init() {
	onet.SimulationRegister("ExampleChannels", NewSimulation)
}
예제 #6
0
func init() {
	onet.SimulationRegister("RandHound", NewRHSimulation)
}
예제 #7
0
func init() {
	onet.SimulationRegister("JVSS", NewSimulation)
}
예제 #8
0
func init() {
	onet.SimulationRegister("ExampleHandlers", NewSimulation)
}