Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/GameNetworkingSockets
/ create_keypair
Function
create_keypair
tests/make_test_certs.py:11–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
return
json.loads( stdout )
10
11
def
create_keypair():
12
return
run_cert_tool( [
"gen_keypair"
] )
13
14
def
compress_whitespace( s ):
15
return
re.sub( r
'\s+'
,
' '
, s )
Callers
1
make_test_certs.py
File · 0.85
Calls
1
run_cert_tool
Function · 0.85
Tested by
no test coverage detected