We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160d4fa commit 6942c86Copy full SHA for 6942c86
pkg/demoinfocs/matchinfo.go
@@ -12,6 +12,7 @@ import (
12
13
// MatchInfoDecryptionKey extracts the net-message decryption key stored in `match730_*.dem.info`.
14
// Pass the whole contents of `match730_*.dem.info` to this function to get the key.
15
+// See also: ParserConfig.NetMessageDecryptionKey
16
func MatchInfoDecryptionKey(b []byte) ([]byte, error) {
17
m := new(msg.CDataGCCStrike15V2_MatchInfo)
18
0 commit comments