go.pact.im/x/crypt/crypterrors.InvalidOutputLengthError.Length (field)

3 uses

	go.pact.im/x/crypt/crypterrors (current package)
		crypterrors.go#L140: 	Length int
		crypterrors.go#L151: 	return fmt.Sprintf(m+" %d (expected %s)", e.Length, e.Expected)

	go.pact.im/x/crypt
		argon2.go#L109: 				Length:   n,