1pkg bytes, func FieldsFuncSeq([]uint8, func(int32) bool) iter.Seq[[]uint8] #619012pkg bytes, func FieldsSeq([]uint8) iter.Seq[[]uint8] #619013pkg bytes, func Lines([]uint8) iter.Seq[[]uint8] #619014pkg bytes, func SplitAfterSeq([]uint8, []uint8) iter.Seq[[]uint8] #619015pkg bytes, func SplitSeq([]uint8, []uint8) iter.Seq[[]uint8] #619016pkg crypto/cipher, func NewCFBDecrypter //deprecated #694457pkg crypto/cipher, func NewCFBEncrypter //deprecated #694458pkg crypto/cipher, func NewGCMWithRandomNonce(Block) (AEAD, error) #699819pkg crypto/cipher, func NewOFB //deprecated #6944510pkg crypto/fips140, func Enabled() bool #7012311pkg crypto/hkdf, func Expand[$0 hash.Hash](func() $0, []uint8, string, int) ([]uint8, error) #6147712pkg crypto/hkdf, func Extract[$0 hash.Hash](func() $0, []uint8, []uint8) ([]uint8, error) #6147713pkg crypto/hkdf, func Key[$0 hash.Hash](func() $0, []uint8, []uint8, string, int) ([]uint8, error) #6147714pkg crypto/mlkem, const CiphertextSize1024 = 1568 #7012215pkg crypto/mlkem, const CiphertextSize1024 ideal-int #7012216pkg crypto/mlkem, const CiphertextSize768 = 1088 #7012217pkg crypto/mlkem, const CiphertextSize768 ideal-int #7012218pkg crypto/mlkem, const EncapsulationKeySize1024 = 1568 #7012219pkg crypto/mlkem, const EncapsulationKeySize1024 ideal-int #7012220pkg crypto/mlkem, const EncapsulationKeySize768 = 1184 #7012221pkg crypto/mlkem, const EncapsulationKeySize768 ideal-int #7012222pkg crypto/mlkem, const SeedSize = 64 #7012223pkg crypto/mlkem, const SeedSize ideal-int #7012224pkg crypto/mlkem, const SharedKeySize = 32 #7012225pkg crypto/mlkem, const SharedKeySize ideal-int #7012226pkg crypto/mlkem, func GenerateKey1024() (*DecapsulationKey1024, error) #7012227pkg crypto/mlkem, func GenerateKey768() (*DecapsulationKey768, error) #7012228pkg crypto/mlkem, func NewDecapsulationKey1024([]uint8) (*DecapsulationKey1024, error) #7012229pkg crypto/mlkem, func NewDecapsulationKey768([]uint8) (*DecapsulationKey768, error) #7012230pkg crypto/mlkem, func NewEncapsulationKey1024([]uint8) (*EncapsulationKey1024, error) #7012231pkg crypto/mlkem, func NewEncapsulationKey768([]uint8) (*EncapsulationKey768, error) #7012232pkg crypto/mlkem, method (*DecapsulationKey1024) Bytes() []uint8 #7012233pkg crypto/mlkem, method (*DecapsulationKey1024) Decapsulate([]uint8) ([]uint8, error) #7012234pkg crypto/mlkem, method (*DecapsulationKey1024) EncapsulationKey() *EncapsulationKey1024 #7012235pkg crypto/mlkem, method (*DecapsulationKey768) Bytes() []uint8 #7012236pkg crypto/mlkem, method (*DecapsulationKey768) Decapsulate([]uint8) ([]uint8, error) #7012237pkg crypto/mlkem, method (*DecapsulationKey768) EncapsulationKey() *EncapsulationKey768 #7012238pkg crypto/mlkem, method (*EncapsulationKey1024) Bytes() []uint8 #7012239pkg crypto/mlkem, method (*EncapsulationKey1024) Encapsulate() ([]uint8, []uint8) #7012240pkg crypto/mlkem, method (*EncapsulationKey768) Bytes() []uint8 #7012241pkg crypto/mlkem, method (*EncapsulationKey768) Encapsulate() ([]uint8, []uint8) #7012242pkg crypto/mlkem, type DecapsulationKey1024 struct #7012243pkg crypto/mlkem, type DecapsulationKey768 struct #7012244pkg crypto/mlkem, type EncapsulationKey1024 struct #7012245pkg crypto/mlkem, type EncapsulationKey768 struct #7012246pkg crypto/pbkdf2, func Key[$0 hash.Hash](func() $0, string, []uint8, int, int) ([]uint8, error) #6948847pkg crypto/rand, func Text() string #6705748pkg crypto/sha3, func New224() *SHA3 #6998249pkg crypto/sha3, func New256() *SHA3 #6998250pkg crypto/sha3, func New384() *SHA3 #6998251pkg crypto/sha3, func New512() *SHA3 #6998252pkg crypto/sha3, func NewCSHAKE128([]uint8, []uint8) *SHAKE #6998253pkg crypto/sha3, func NewCSHAKE256([]uint8, []uint8) *SHAKE #6998254pkg crypto/sha3, func NewSHAKE128() *SHAKE #6998255pkg crypto/sha3, func NewSHAKE256() *SHAKE #6998256pkg crypto/sha3, func Sum224([]uint8) [28]uint8 #6998257pkg crypto/sha3, func Sum256([]uint8) [32]uint8 #6998258pkg crypto/sha3, func Sum384([]uint8) [48]uint8 #6998259pkg crypto/sha3, func Sum512([]uint8) [64]uint8 #6998260pkg crypto/sha3, func SumSHAKE128([]uint8, int) []uint8 #6998261pkg crypto/sha3, func SumSHAKE256([]uint8, int) []uint8 #6998262pkg crypto/sha3, method (*SHA3) AppendBinary([]uint8) ([]uint8, error) #6998263pkg crypto/sha3, method (*SHA3) BlockSize() int #6998264pkg crypto/sha3, method (*SHA3) MarshalBinary() ([]uint8, error) #6998265pkg crypto/sha3, method (*SHA3) Reset() #6998266pkg crypto/sha3, method (*SHA3) Size() int #6998267pkg crypto/sha3, method (*SHA3) Sum([]uint8) []uint8 #6998268pkg crypto/sha3, method (*SHA3) UnmarshalBinary([]uint8) error #6998269pkg crypto/sha3, method (*SHA3) Write([]uint8) (int, error) #6998270pkg crypto/sha3, method (*SHAKE) AppendBinary([]uint8) ([]uint8, error) #6998271pkg crypto/sha3, method (*SHAKE) BlockSize() int #6998272pkg crypto/sha3, method (*SHAKE) MarshalBinary() ([]uint8, error) #6998273pkg crypto/sha3, method (*SHAKE) Read([]uint8) (int, error) #6998274pkg crypto/sha3, method (*SHAKE) Reset() #6998275pkg crypto/sha3, method (*SHAKE) UnmarshalBinary([]uint8) error #6998276pkg crypto/sha3, method (*SHAKE) Write([]uint8) (int, error) #6998277pkg crypto/sha3, type SHA3 struct #6998278pkg crypto/sha3, type SHAKE struct #6998279pkg crypto/subtle, func WithDataIndependentTiming(func()) #6645080pkg crypto/tls, const X25519MLKEM768 = 4588 #6998581pkg crypto/tls, const X25519MLKEM768 CurveID #6998582pkg crypto/tls, type ClientHelloInfo struct, Extensions []uint16 #3293683pkg crypto/tls, type Config struct, EncryptedClientHelloKeys []EncryptedClientHelloKey #6850084pkg crypto/tls, type EncryptedClientHelloKey struct #6850085pkg crypto/tls, type EncryptedClientHelloKey struct, Config []uint8 #6850086pkg crypto/tls, type EncryptedClientHelloKey struct, PrivateKey []uint8 #6850087pkg crypto/tls, type EncryptedClientHelloKey struct, SendAsRetry bool #6850088pkg crypto/x509, const NoValidChains = 10 #6848489pkg crypto/x509, const NoValidChains InvalidReason #6848490pkg crypto/x509, method (OID) AppendBinary([]uint8) ([]uint8, error) #6238491pkg crypto/x509, method (OID) AppendText([]uint8) ([]uint8, error) #6238492pkg crypto/x509, type Certificate struct, InhibitAnyPolicy int #6848493pkg crypto/x509, type Certificate struct, InhibitAnyPolicyZero bool #6848494pkg crypto/x509, type Certificate struct, InhibitPolicyMapping int #6848495pkg crypto/x509, type Certificate struct, InhibitPolicyMappingZero bool #6848496pkg crypto/x509, type Certificate struct, PolicyMappings []PolicyMapping #6848497pkg crypto/x509, type Certificate struct, RequireExplicitPolicy int #6848498pkg crypto/x509, type Certificate struct, RequireExplicitPolicyZero bool #6848499pkg crypto/x509, type PolicyMapping struct #68484100pkg crypto/x509, type PolicyMapping struct, IssuerDomainPolicy OID #68484101pkg crypto/x509, type PolicyMapping struct, SubjectDomainPolicy OID #68484102pkg crypto/x509, type VerifyOptions struct, CertificatePolicies []OID #68484103pkg debug/elf, const VER_FLG_BASE = 1 #63952104pkg debug/elf, const VER_FLG_BASE DynamicVersionFlag #63952105pkg debug/elf, const VER_FLG_INFO = 4 #63952106pkg debug/elf, const VER_FLG_INFO DynamicVersionFlag #63952107pkg debug/elf, const VER_FLG_WEAK = 2 #63952108pkg debug/elf, const VER_FLG_WEAK DynamicVersionFlag #63952109pkg debug/elf, method (*File) DynamicVersionNeeds() ([]DynamicVersionNeed, error) #63952110pkg debug/elf, method (*File) DynamicVersions() ([]DynamicVersion, error) #63952111pkg debug/elf, type DynamicVersion struct #63952112pkg debug/elf, type DynamicVersion struct, Deps []string #63952113pkg debug/elf, type DynamicVersion struct, Flags DynamicVersionFlag #63952114pkg debug/elf, type DynamicVersion struct, Name string #63952115pkg debug/elf, type DynamicVersion struct, Index uint16 #63952116pkg debug/elf, type DynamicVersionDep struct #63952117pkg debug/elf, type DynamicVersionDep struct, Dep string #63952118pkg debug/elf, type DynamicVersionDep struct, Flags DynamicVersionFlag #63952119pkg debug/elf, type DynamicVersionDep struct, Index uint16 #63952120pkg debug/elf, type DynamicVersionFlag uint16 #63952121pkg debug/elf, type DynamicVersionNeed struct #63952122pkg debug/elf, type DynamicVersionNeed struct, Name string #63952123pkg debug/elf, type DynamicVersionNeed struct, Needs []DynamicVersionDep #63952124pkg debug/elf, type Symbol struct, HasVersion bool #63952125pkg debug/elf, type Symbol struct, VersionIndex VersionIndex #63952126pkg debug/elf, method (VersionIndex) Index() uint16 #63952127pkg debug/elf, method (VersionIndex) IsHidden() bool #63952128pkg debug/elf, type VersionIndex uint16 #63952129pkg encoding, type BinaryAppender interface { AppendBinary } #62384130pkg encoding, type BinaryAppender interface, AppendBinary([]uint8) ([]uint8, error) #62384131pkg encoding, type TextAppender interface { AppendText } #62384132pkg encoding, type TextAppender interface, AppendText([]uint8) ([]uint8, error) #62384133pkg go/types, method (*Interface) EmbeddedTypes() iter.Seq[Type] #66626134pkg go/types, method (*Interface) ExplicitMethods() iter.Seq[*Func] #66626135pkg go/types, method (*Interface) Methods() iter.Seq[*Func] #66626136pkg go/types, method (*MethodSet) Methods() iter.Seq[*Selection] #66626137pkg go/types, method (*Named) Methods() iter.Seq[*Func] #66626138pkg go/types, method (*Scope) Children() iter.Seq[*Scope] #66626139pkg go/types, method (*Struct) Fields() iter.Seq[*Var] #66626140pkg go/types, method (*Tuple) Variables() iter.Seq[*Var] #66626141pkg go/types, method (*TypeList) Types() iter.Seq[Type] #66626142pkg go/types, method (*TypeParamList) TypeParams() iter.Seq[*TypeParam] #66626143pkg go/types, method (*Union) Terms() iter.Seq[*Term] #66626144pkg hash/maphash, func Comparable[$0 comparable](Seed, $0) uint64 #54670145pkg hash/maphash, func WriteComparable[$0 comparable](*Hash, $0) #54670146pkg log/slog, method (*LevelVar) AppendText([]uint8) ([]uint8, error) #62384147pkg log/slog, method (Level) AppendText([]uint8) ([]uint8, error) #62384148pkg log/slog, var DiscardHandler Handler #62005149pkg math/big, method (*Float) AppendText([]uint8) ([]uint8, error) #62384150pkg math/big, method (*Int) AppendText([]uint8) ([]uint8, error) #62384151pkg math/big, method (*Rat) AppendText([]uint8) ([]uint8, error) #62384152pkg math/rand/v2, method (*ChaCha8) AppendBinary([]uint8) ([]uint8, error) #62384153pkg math/rand/v2, method (*PCG) AppendBinary([]uint8) ([]uint8, error) #62384154pkg net, method (IP) AppendText([]uint8) ([]uint8, error) #62384155pkg net/http, method (*Protocols) SetHTTP1(bool) #67814156pkg net/http, method (*Protocols) SetHTTP2(bool) #67814157pkg net/http, method (*Protocols) SetUnencryptedHTTP2(bool) #67816158pkg net/http, method (Protocols) HTTP1() bool #67814159pkg net/http, method (Protocols) HTTP2() bool #67814160pkg net/http, method (Protocols) String() string #67814161pkg net/http, method (Protocols) UnencryptedHTTP2() bool #67816162pkg net/http, type HTTP2Config struct #67813163pkg net/http, type HTTP2Config struct, CountError func(string) #67813164pkg net/http, type HTTP2Config struct, MaxConcurrentStreams int #67813165pkg net/http, type HTTP2Config struct, MaxDecoderHeaderTableSize int #67813166pkg net/http, type HTTP2Config struct, MaxEncoderHeaderTableSize int #67813167pkg net/http, type HTTP2Config struct, MaxReadFrameSize int #67813168pkg net/http, type HTTP2Config struct, MaxReceiveBufferPerConnection int #67813169pkg net/http, type HTTP2Config struct, MaxReceiveBufferPerStream int #67813170pkg net/http, type HTTP2Config struct, PermitProhibitedCipherSuites bool #67813171pkg net/http, type HTTP2Config struct, PingTimeout time.Duration #67813172pkg net/http, type HTTP2Config struct, SendPingTimeout time.Duration #67813173pkg net/http, type HTTP2Config struct, WriteByteTimeout time.Duration #67813174pkg net/http, type Protocols struct #67814175pkg net/http, type Server struct, HTTP2 *HTTP2Config #67813176pkg net/http, type Server struct, Protocols *Protocols #67814177pkg net/http, type Transport struct, HTTP2 *HTTP2Config #67813178pkg net/http, type Transport struct, Protocols *Protocols #67814179pkg net/netip, method (Addr) AppendBinary([]uint8) ([]uint8, error) #62384180pkg net/netip, method (Addr) AppendText([]uint8) ([]uint8, error) #62384181pkg net/netip, method (AddrPort) AppendBinary([]uint8) ([]uint8, error) #62384182pkg net/netip, method (AddrPort) AppendText([]uint8) ([]uint8, error) #62384183pkg net/netip, method (Prefix) AppendBinary([]uint8) ([]uint8, error) #62384184pkg net/netip, method (Prefix) AppendText([]uint8) ([]uint8, error) #62384185pkg net/url, method (*URL) AppendBinary([]uint8) ([]uint8, error) #62384186pkg os, func OpenInRoot(string, string) (*File, error) #67002187pkg os, func OpenRoot(string) (*Root, error) #67002188pkg os, method (*Root) Close() error #67002189pkg os, method (*Root) Create(string) (*File, error) #67002190pkg os, method (*Root) FS() fs.FS #67002191pkg os, method (*Root) Lstat(string) (fs.FileInfo, error) #67002192pkg os, method (*Root) Mkdir(string, fs.FileMode) error #67002193pkg os, method (*Root) Name() string #67002194pkg os, method (*Root) Open(string) (*File, error) #67002195pkg os, method (*Root) OpenFile(string, int, fs.FileMode) (*File, error) #67002196pkg os, method (*Root) OpenRoot(string) (*Root, error) #67002197pkg os, method (*Root) Remove(string) error #67002198pkg os, method (*Root) Stat(string) (fs.FileInfo, error) #67002199pkg os, type Root struct #67002200pkg regexp, method (*Regexp) AppendText([]uint8) ([]uint8, error) #62384201pkg runtime, func AddCleanup[$0 interface{}, $1 interface{}](*$0, func($1), $1) Cleanup #67535202pkg runtime, func GOROOT //deprecated #51473203pkg runtime, method (Cleanup) Stop() #67535204pkg runtime, type Cleanup struct #67535205pkg strings, func FieldsFuncSeq(string, func(int32) bool) iter.Seq[string] #61901206pkg strings, func FieldsSeq(string) iter.Seq[string] #61901207pkg strings, func Lines(string) iter.Seq[string] #61901208pkg strings, func SplitAfterSeq(string, string) iter.Seq[string] #61901209pkg strings, func SplitSeq(string, string) iter.Seq[string] #61901210pkg testing, method (*B) Chdir(string) #62516211pkg testing, method (*B) Context() context.Context #36532212pkg testing, method (*B) Loop() bool #61515213pkg testing, method (*F) Chdir(string) #62516214pkg testing, method (*F) Context() context.Context #36532215pkg testing, method (*T) Chdir(string) #62516216pkg testing, method (*T) Context() context.Context #36532217pkg testing, type TB interface, Chdir(string) #62516218pkg testing, type TB interface, Context() context.Context #36532219pkg time, method (Time) AppendBinary([]uint8) ([]uint8, error) #62384220pkg time, method (Time) AppendText([]uint8) ([]uint8, error) #62384221pkg weak, func Make[$0 interface{}](*$0) Pointer[$0] #67552222pkg weak, method (Pointer[$0]) Value() *$0 #67552223pkg weak, type Pointer[$0 interface{}] struct #67552
Findings
✓ No findings reported for this file.