type github.com/refraction-networking/utls.Fingerprinter

4 uses

	github.com/refraction-networking/utls (current package)
		u_fingerprinter.go#L8: type Fingerprinter struct {
		u_fingerprinter.go#L36: func (f *Fingerprinter) FingerprintClientHello(data []byte) (clientHelloSpec *ClientHelloSpec, err error) {
		u_fingerprinter.go#L45: func (f *Fingerprinter) RawClientHello(raw []byte) (clientHelloSpec *ClientHelloSpec, err error) {
		u_fingerprinter.go#L62: func (f *Fingerprinter) UnmarshalJSONClientHello(json []byte) (clientHelloSpec *ClientHelloSpec, err error) {