Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(config *Configuration) error
Types ¶
type Configuration ¶
type Configuration struct { ListenAddress string ListenPort string PublicKeyId string PublicKeyPath string PrivateKeyPath string StaticPublicKeyId string StaticPublicKeyPath string StaticPrivateKeyPath string 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
type PrepareIssueRequest ¶
type PrepareIssueRequest struct {
CredentialAmount int
}
Click to show internal directories.
Click to hide internal directories.