Versions in this module Expand all Collapse all v0 v0.5.0 Apr 18, 2026 Changes in this version + const KeyShareLen + const OutputLen + const RandLen + const SessionIDLen + var ErrInvalidInput = errors.New("snix/injector: invalid input size") + func BuildClientHello(rnd, sessID []byte, sni, keyShare []byte) ([]byte, error) + func BuildClientHelloPadded(rnd, sessID, sni, keyShare []byte, extraPad int) ([]byte, error)