Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SolvePowSingleThreaded ¶
Types ¶
type PowChallenge ¶
type PowSolver ¶
type PowSolver struct {
// contains filtered or unexported fields
}
func NewPowSolver ¶
func NewPowSolver(client tlsclient.HttpClient) (*PowSolver, error)
func (*PowSolver) GetChallenge ¶
func (p *PowSolver) GetChallenge() (*PowChallenge, error)
func (*PowSolver) VerifyChallenge ¶
func (p *PowSolver) VerifyChallenge(challenge *PowChallenge) (string, error)
Click to show internal directories.
Click to hide internal directories.