Documentation ¶
Index ¶
- func MakeSharedSecret(suite suites.Suite, n, t int) (kyber.Point, *share.PubPoly, []*share.PriShare)
- func PublicKeys(peerIdentities []*cryptolib.KeyPair) []*cryptolib.PublicKey
- func SetupDkg(t *testing.T, threshold uint16, peerNetIDs []string, ...) (iotago.Address, []registry.DKShareRegistryProvider)
- func SetupDkgPregenerated(t *testing.T, threshold uint16, identities []*cryptolib.KeyPair) (iotago.Address, []registry.DKShareRegistryProvider)
- func SetupDkgTrivial(t *testing.T, n, f int, peerIdentities []*cryptolib.KeyPair, ...) (iotago.Address, []registry.DKShareRegistryProvider)
- func SetupKeys(peerCount uint16) ([]string, []*cryptolib.KeyPair)
- func SetupNet(peerNetIDs []string, peerIdentities []*cryptolib.KeyPair, ...) ([]peering.NetworkProvider, io.Closer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeSharedSecret ¶ added in v1.0.3
func SetupDkgPregenerated ¶
func SetupDkgTrivial ¶ added in v1.0.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.