Documentation ¶
Index ¶
Constants ¶
View Source
const DYNAMIC_KEY_USAGE = "dynamic"
DEPRECATED: This constant is temporarily needed for backwards compatibility
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(config *Configuration) error
Types ¶
type Configuration ¶
type Configuration struct { ListenAddress string ListenPort string Keys []*localsigner.Key PrimePoolSize uint64 // Size of the pool (in number of big ints) PrimePoolLwm uint64 // Low water mark for depletion detection PrimePoolHwm uint64 // high water mark for depletion detection PrimePoolPrimeStart uint // Prime number generator bit start PrimePoolPrimeLength uint // prime number generator bit length PrimePoolMaxCores int // Number of cores to use for prime generation }
type IssueStaticResponse ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.