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