Versions in this module Expand all Collapse all v0 v0.3.9 Jun 8, 2020 v0.3.8 Jun 4, 2020 Changes in this version type Mechanism + Name func() string + type StateMachine interface + Next func(ctx context.Context, challenge []byte) (done bool, response []byte, err error) v0.2.3 May 3, 2019 Changes in this version + type Mechanism interface + Next func(ctx context.Context, challenge []byte) (done bool, response []byte, err error) + Start func(ctx context.Context) (mech string, ir []byte, err error)