package
3.1.581+incompatible
Repository: https://github.com/blacktop/ipsw.git
Documentation: pkg.go.dev
# Functions
MakeSRPVerifier decodes the encoded verifier into an SRP environment and Verifier instance.
New creates a new SRP environment using a 'bits' sized prime-field for use by SRP clients and Servers.The default hash function is Blake-2b-256.
Make a new prime field (safe prime & generator) that is 'nbits' long Return prime p, generator g.
NewWithHash creates a new SRP environment using the hash function 'h' and 'bits' sized prime-field size.
ServerBegin processes the first message from an SRP client and returns a decoded identity string and client public key.