shuffle

package
v0.4.7-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2023 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Actor

type Actor interface {
	// Shuffle must be called by ONE of the actor to shuffle the list of ElGamal
	// pairs. Each node represented by a player must first execute Listen().
	Shuffle(formID []byte) (err error)
}

Actor defines the primitives to use a shuffle protocol

type Shuffle

type Shuffle interface {
	// Listen starts the RPC. This function should be called on each node that
	// wishes to participate in a shuffle.
	Listen(txmngr txn.Manager) (Actor, error)
}

Shuffle defines the primitive to start a shuffle protocol

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL