Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMined/TenSEAL
/ create_context
Function
create_context
tenseal/cpp/context/sealcontext.cpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
SEALContext create_context(EncryptionParameters parms) {
45
return SEALContext(parms);
46
}
47
} // namespace tenseal
Callers
nothing calls this directly
Calls
1
SEALContext
Class · 0.85
Tested by
no test coverage detected