Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ ApplyFunction
Method
ApplyFunction
extra/yassl/taocrypt/src/rsa.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
Integer RSA_PublicKey::ApplyFunction(const Integer& x) const
32
{
33
return a_exp_b_mod_c(x, e_, n_);
34
}
35
36
37
RSA_PublicKey::RSA_PublicKey(Source& source)
Callers
2
SSL_Decrypt
Function · 0.80
Encrypt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected