Versions in this module Expand all Collapse all v0 v0.4.3 May 8, 2020 v0.4.2 May 8, 2020 Changes in this version + type Mechanism interface + Name func() string + Start func(ctx context.Context) (sess StateMachine, ir []byte, err error) + type StateMachine interface + Next func(ctx context.Context, challenge []byte) (done bool, response []byte, err error)