Skip to content

Commit a152019

Browse files
committed
win.go: export fields about blobHeader and rsaPubKey for import.
1 parent 1207888 commit a152019

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

wincrypto/win.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ package wincrypto
66

77
//nolint:unused
88
type blobHeader struct {
9-
bType byte
10-
bVersion byte
11-
reserved uint16
12-
aiKeyAlg uint32
9+
Type byte
10+
Version byte
11+
Reserved uint16
12+
AiKeyAlg uint32
1313
}
1414

1515
//nolint:unused
1616
type rsaPubKey struct {
17-
magic uint32
18-
bitLen uint32
19-
pubExp uint32
17+
Magic uint32
18+
BitLen uint32
19+
PubExp uint32
2020
}
2121

2222
//nolint:unused

0 commit comments

Comments
 (0)