コード例 #1
0
ファイル: ntree_simulation.go プロジェクト: dedis/cothority
func init() {
	onet.SimulationRegister("ByzCoinNtree", NewSimulation)
	onet.GlobalProtocolRegister("ByzCoinNtree", func(n *onet.TreeNodeInstance) (onet.ProtocolInstance, error) { return NewNtreeProtocol(n) })
}
コード例 #2
0
ファイル: simulation.go プロジェクト: dedis/cothority
func init() {
	onet.SimulationRegister("NaiveTree", NewSimulation)
}
コード例 #3
0
ファイル: simulation.go プロジェクト: dedis/cothority
func init() {
	onet.SimulationRegister(Name, NewSimulation)
}
コード例 #4
0
ファイル: simulation.go プロジェクト: dedis/cothority
func init() {
	onet.SimulationRegister("Count", NewSimulation)
}
コード例 #5
0
ファイル: simulation.go プロジェクト: dedis/cothority
func init() {
	onet.SimulationRegister("ExampleChannels", NewSimulation)
}
コード例 #6
0
ファイル: simulation.go プロジェクト: dedis/cothority
func init() {
	onet.SimulationRegister("RandHound", NewRHSimulation)
}
コード例 #7
0
ファイル: simulation.go プロジェクト: dedis/cothority
func init() {
	onet.SimulationRegister("JVSS", NewSimulation)
}
コード例 #8
0
ファイル: simulation.go プロジェクト: dedis/cothority
func init() {
	onet.SimulationRegister("ExampleHandlers", NewSimulation)
}