Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainboxdotcc/DPP
/ CipherSuite
Method
CipherSuite
mlspp/src/crypto.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
///
42
43
CipherSuite::CipherSuite()
44
: id(ID::unknown)
45
{
46
}
47
48
CipherSuite::CipherSuite(ID id_in)
49
: id(id_in)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected