Skip to content

Commit 1746bba

Browse files
authored
Merge pull request #62 from golang/master
[pull] master from golang:master
2 parents 6f62a6b + 7e3a04f commit 1746bba

69 files changed

Lines changed: 133 additions & 555 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/go1.27.txt

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
pkg bytes, func CutLast([]uint8, []uint8) ([]uint8, []uint8, bool) #71151
2+
pkg crypto, const MLDSAMu = 20 #77626
3+
pkg crypto, const MLDSAMu Hash #77626
4+
pkg crypto/mldsa, const MLDSA44PublicKeySize = 1312 #77626
5+
pkg crypto/mldsa, const MLDSA44PublicKeySize ideal-int #77626
6+
pkg crypto/mldsa, const MLDSA44SignatureSize = 2420 #77626
7+
pkg crypto/mldsa, const MLDSA44SignatureSize ideal-int #77626
8+
pkg crypto/mldsa, const MLDSA65PublicKeySize = 1952 #77626
9+
pkg crypto/mldsa, const MLDSA65PublicKeySize ideal-int #77626
10+
pkg crypto/mldsa, const MLDSA65SignatureSize = 3309 #77626
11+
pkg crypto/mldsa, const MLDSA65SignatureSize ideal-int #77626
12+
pkg crypto/mldsa, const MLDSA87PublicKeySize = 2592 #77626
13+
pkg crypto/mldsa, const MLDSA87PublicKeySize ideal-int #77626
14+
pkg crypto/mldsa, const MLDSA87SignatureSize = 4627 #77626
15+
pkg crypto/mldsa, const MLDSA87SignatureSize ideal-int #77626
16+
pkg crypto/mldsa, const PrivateKeySize = 32 #77626
17+
pkg crypto/mldsa, const PrivateKeySize ideal-int #77626
18+
pkg crypto/mldsa, func GenerateKey(Parameters) (*PrivateKey, error) #77626
19+
pkg crypto/mldsa, func MLDSA44() Parameters #77626
20+
pkg crypto/mldsa, func MLDSA65() Parameters #77626
21+
pkg crypto/mldsa, func MLDSA87() Parameters #77626
22+
pkg crypto/mldsa, func NewPrivateKey(Parameters, []uint8) (*PrivateKey, error) #77626
23+
pkg crypto/mldsa, func NewPublicKey(Parameters, []uint8) (*PublicKey, error) #77626
24+
pkg crypto/mldsa, func Verify(*PublicKey, []uint8, []uint8, *Options) error #77626
25+
pkg crypto/mldsa, method (*Options) HashFunc() crypto.Hash #77626
26+
pkg crypto/mldsa, method (*PrivateKey) Bytes() []uint8 #77626
27+
pkg crypto/mldsa, method (*PrivateKey) Equal(crypto.PrivateKey) bool #77626
28+
pkg crypto/mldsa, method (*PrivateKey) Public() crypto.PublicKey #77626
29+
pkg crypto/mldsa, method (*PrivateKey) PublicKey() *PublicKey #77626
30+
pkg crypto/mldsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error) #77626
31+
pkg crypto/mldsa, method (*PrivateKey) SignDeterministic([]uint8, crypto.SignerOpts) ([]uint8, error) #77626
32+
pkg crypto/mldsa, method (*PublicKey) Bytes() []uint8 #77626
33+
pkg crypto/mldsa, method (*PublicKey) Equal(crypto.PublicKey) bool #77626
34+
pkg crypto/mldsa, method (*PublicKey) Parameters() Parameters #77626
35+
pkg crypto/mldsa, method (Parameters) PublicKeySize() int #77626
36+
pkg crypto/mldsa, method (Parameters) SignatureSize() int #77626
37+
pkg crypto/mldsa, method (Parameters) String() string #77626
38+
pkg crypto/mldsa, type Options struct #77626
39+
pkg crypto/mldsa, type Options struct, Context string #77626
40+
pkg crypto/mldsa, type Parameters struct #77626
41+
pkg crypto/mldsa, type PrivateKey struct #77626
42+
pkg crypto/mldsa, type PublicKey struct #77626
43+
pkg crypto/tls, const MLDSA44 = 2308 #78888
44+
pkg crypto/tls, const MLDSA44 SignatureScheme #78888
45+
pkg crypto/tls, const MLDSA65 = 2309 #78888
46+
pkg crypto/tls, const MLDSA65 SignatureScheme #78888
47+
pkg crypto/tls, const MLDSA87 = 2310 #78888
48+
pkg crypto/tls, const MLDSA87 SignatureScheme #78888
49+
pkg crypto/tls, const MLKEM1024 = 514 #78543
50+
pkg crypto/tls, const MLKEM1024 CurveID #78543
51+
pkg crypto/tls, type Config struct, Rand //deprecated #79367
52+
pkg crypto/tls, type QUICConfig struct, ClientHelloInfoConn net.Conn #77363
53+
pkg crypto/x509, const MLDSA = 5 #78888
54+
pkg crypto/x509, const MLDSA PublicKeyAlgorithm #78888
55+
pkg crypto/x509, const MLDSA44 = 17 #78888
56+
pkg crypto/x509, const MLDSA44 SignatureAlgorithm #78888
57+
pkg crypto/x509, const MLDSA65 = 18 #78888
58+
pkg crypto/x509, const MLDSA65 SignatureAlgorithm #78888
59+
pkg crypto/x509, const MLDSA87 = 19 #78888
60+
pkg crypto/x509, const MLDSA87 SignatureAlgorithm #78888
61+
pkg crypto/x509, type Certificate struct, RawSignatureAlgorithm []uint8 #76133
62+
pkg crypto/x509, type CertificateRequest struct, RawSignatureAlgorithm []uint8 #76133
63+
pkg crypto/x509, type RevocationList struct, RawSignatureAlgorithm []uint8 #76133
64+
pkg database/sql, func ConvertAssign(driver.ScanContext, interface{}, driver.Value) error #67546
65+
pkg database/sql/driver, type RowsColumnScanner interface { Close, Columns, Next, NextRow, ScanColumn } #67546
66+
pkg database/sql/driver, type RowsColumnScanner interface, Close() error #67546
67+
pkg database/sql/driver, type RowsColumnScanner interface, Columns() []string #67546
68+
pkg database/sql/driver, type RowsColumnScanner interface, Next([]Value) error #67546
69+
pkg database/sql/driver, type RowsColumnScanner interface, NextRow() error #67546
70+
pkg database/sql/driver, type RowsColumnScanner interface, ScanColumn(ScanContext, int, interface{}) error #67546
71+
pkg database/sql/driver, type ScanContext struct #67546
72+
pkg go/constant, func StringLen(Value) int64 #79042
73+
pkg go/scanner, method (*Scanner) End() token.Pos #74958
74+
pkg go/token, method (*File) String() string #76285
75+
pkg go/types, method (*TypeList) String() string #79287
76+
pkg go/types, method (*TypeParamList) String() string #79287
77+
pkg go/types, method (Hasher) Equal(Type, Type) bool #69420
78+
pkg go/types, method (Hasher) Hash(*maphash.Hash, Type) #69420
79+
pkg go/types, method (HasherIgnoreTags) Equal(Type, Type) bool #69420
80+
pkg go/types, method (HasherIgnoreTags) Hash(*maphash.Hash, Type) #69420
81+
pkg go/types, method (Instance) String() string #79287
82+
pkg go/types, type Hasher struct #69420
83+
pkg go/types, type HasherIgnoreTags struct #69420
84+
pkg hash/maphash, method (ComparableHasher[$0]) Equal($0, $0) bool #70471
85+
pkg hash/maphash, method (ComparableHasher[$0]) Hash(*Hash, $0) #70471
86+
pkg hash/maphash, type ComparableHasher[$0 comparable] struct #70471
87+
pkg hash/maphash, type Hasher[$0 interface{}] interface { Equal, Hash } #70471
88+
pkg hash/maphash, type Hasher[$0 interface{}] interface, Equal($0, $0) bool #70471
89+
pkg hash/maphash, type Hasher[$0 interface{}] interface, Hash(*Hash, $0) #70471
90+
pkg math/big, const Ceil = 5 #76821
91+
pkg math/big, const Ceil RoundingMode #76821
92+
pkg math/big, const Floor = 4 #76821
93+
pkg math/big, const Floor RoundingMode #76821
94+
pkg math/big, const Round = 0 #76821
95+
pkg math/big, const Round RoundingMode #76821
96+
pkg math/big, const Trunc = 2 #76821
97+
pkg math/big, const Trunc RoundingMode #76821
98+
pkg math/big, method (*Int) Divide(*Int, *Int, *Int, RoundingMode) (*Int, *Int) #76821
99+
pkg net/http, type Server struct, DisableClientPriority bool #75500
100+
pkg net/http/httptest, func NewTestServer(testing.TB, http.Handler) *Server #76608
101+
pkg net/url, method (*URL) Clone() *URL #73450
102+
pkg net/url, method (Values) Clone() Values #73450
103+
pkg strings, func CutLast(string, string) (string, string, bool) #71151
104+
pkg testing/synctest, func Sleep(time.Duration) #77169
105+
pkg unicode, const Version = "17.0.0" #77266
106+
pkg unicode, var Beria_Erfe *RangeTable #77266
107+
pkg unicode, var Garay *RangeTable #77266
108+
pkg unicode, var Gurung_Khema *RangeTable #77266
109+
pkg unicode, var IDS_Unary_Operator *RangeTable #77266
110+
pkg unicode, var ID_Compat_Math_Continue *RangeTable #77266
111+
pkg unicode, var ID_Compat_Math_Start *RangeTable #77266
112+
pkg unicode, var Kirat_Rai *RangeTable #77266
113+
pkg unicode, var Modifier_Combining_Mark *RangeTable #77266
114+
pkg unicode, var Ol_Onal *RangeTable #77266
115+
pkg unicode, var Sidetic *RangeTable #77266
116+
pkg unicode, var Sunuwar *RangeTable #77266
117+
pkg unicode, var Tai_Yo *RangeTable #77266
118+
pkg unicode, var Todhri *RangeTable #77266
119+
pkg unicode, var Tolong_Siki *RangeTable #77266
120+
pkg unicode, var Tulu_Tigalari *RangeTable #77266
121+
pkg uuid, func Max() UUID #62026
122+
pkg uuid, func MustParse(string) UUID #62026
123+
pkg uuid, func New() UUID #62026
124+
pkg uuid, func NewV4() UUID #62026
125+
pkg uuid, func NewV7() UUID #62026
126+
pkg uuid, func Nil() UUID #62026
127+
pkg uuid, func Parse(string) (UUID, error) #62026
128+
pkg uuid, method (*UUID) UnmarshalText([]uint8) error #62026
129+
pkg uuid, method (UUID) AppendText([]uint8) ([]uint8, error) #62026
130+
pkg uuid, method (UUID) Compare(UUID) int #62026
131+
pkg uuid, method (UUID) MarshalText() ([]uint8, error) #62026
132+
pkg uuid, method (UUID) String() string #62026
133+
pkg uuid, type UUID [16]uint8 #62026

api/next/62026.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

api/next/67546.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

api/next/69420.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

api/next/70471.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

api/next/71151.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

api/next/73450.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

api/next/74958.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/next/75500.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/next/76133.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)