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