Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ secretToExponent
Function
secretToExponent
src/cpp-ethereum/libdevcrypto/CryptoPP.cpp:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
inline ECP::Point publicToPoint(Public const& _p) { Integer x(_p.data(), 32); Integer y(_p.data() + 32, 32); return ECP::Point(x,y); }
74
75
inline Integer secretToExponent(Secret const& _s) { return Integer(_s.data(), Secret::size); }
76
77
}
78
Callers
1
decrypt
Method · 0.85
Calls
2
Integer
Class · 0.50
data
Method · 0.45
Tested by
no test coverage detected