Skip to content
Snippets Groups Projects
Commit b416ecf5 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Add RNG stream accessor to the cMix interface

parent 9aa33cb5
Branches
Tags
1 merge request!701RPC Module
......@@ -16,6 +16,7 @@ import (
"gitlab.com/elixxir/client/v4/cmix/rounds"
"gitlab.com/elixxir/client/v4/stoppable"
"gitlab.com/elixxir/comms/network"
"gitlab.com/elixxir/crypto/fastRNG"
"gitlab.com/elixxir/primitives/format"
"gitlab.com/xx_network/comms/connect"
"gitlab.com/xx_network/primitives/id"
......@@ -388,6 +389,8 @@ type Client interface {
// GetVerboseRounds returns stringification of verbose round info.
GetVerboseRounds() string
RNGStreamGenerator() *fastRNG.StreamGenerator
}
type ClientErrorReport func(source, message, trace string)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment