MCPcopy 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
11def create_keypair():
12 return run_cert_tool( [ "gen_keypair" ] )
13
14def compress_whitespace( s ):
15 return re.sub( r'\s+', ' ', s )

Callers 1

make_test_certs.pyFile · 0.85

Calls 1

run_cert_toolFunction · 0.85

Tested by

no test coverage detected