Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ get_ptr
Method
get_ptr
Math/gfpvar.cpp:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
183
template<int X, int L>
184
const void* gfpvar_<X, L>::get_ptr() const
185
{
186
return a.get();
187
}
188
189
template<int X, int L>
190
void* gfpvar_<X, L>::get_ptr()
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected