MCPcopy Create free account
hub / github.com/ValveSoftware/GameNetworkingSockets / OpenSSHWriteUInt32

Function OpenSSHWriteUInt32

src/common/keypair.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static void OpenSSHWriteUInt32( CUtlBuffer &buf, uint32 data )
35{
36 data = BigDWord( data );
37 buf.Put( &data, sizeof(data) );
38}
39
40static const uint32 k_nBinarySSHEd25519KeyTypeIDLen = 15;
41

Calls 1

PutMethod · 0.80

Tested by

no test coverage detected