Exemplo n.º 1
0
func init() {
	sda.SimulationRegister("Count", NewSimulation)
}
Exemplo n.º 2
0
func init() {
	sda.SimulationRegister("RandHound", NewRHSimulation)
}
Exemplo n.º 3
0
func init() {
	sda.SimulationRegister("ExampleHandlers", NewSimulation)
}
Exemplo n.º 4
0
func init() {
	sda.SimulationRegister("ByzCoin", NewSimulation)
	sda.ProtocolRegisterName("ByzCoin", func(n *sda.TreeNodeInstance) (sda.ProtocolInstance, error) {
		return NewByzCoinProtocol(n)
	})
}
Exemplo n.º 5
0
func init() {
	sda.SimulationRegister("ExampleChannels", NewSimulation)
}