MCPcopy 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
31Integer RSA_PublicKey::ApplyFunction(const Integer& x) const
32{
33 return a_exp_b_mod_c(x, e_, n_);
34}
35
36
37RSA_PublicKey::RSA_PublicKey(Source& source)

Callers 2

SSL_DecryptFunction · 0.80
EncryptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected