Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actor ¶
Actor allows one to perform SHUFFLE operations like shuffling a list of ElGamal pairs and verify a shuffle
- implements shuffle.Actor
type Handler ¶
type Handler struct {
mino.UnsupportedHandler
// contains filtered or unexported fields
}
Handler represents the RPC executed on each node
- implements mino.Handler
type NeffShuffle ¶
type NeffShuffle struct {
// contains filtered or unexported fields
}
NeffShuffle allows one to initialize a new SHUFFLE protocol.
- implements shuffle.SHUFFLE
func NewNeffShuffle ¶
func NewNeffShuffle(m mino.Mino, s ordering.Service, p pool.Pool, blocks *blockstore.InDisk, formFac serde.Factory, signer crypto.Signer) *NeffShuffle
NewNeffShuffle returns a new NeffShuffle factory.
Click to show internal directories.
Click to hide internal directories.