Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ makeAgreement
Method
makeAgreement
extra/yassl/src/crypto_wrapper.cpp:852–855 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
850
851
852
void DiffieHellman::makeAgreement(const byte* other, unsigned int otherSz)
853
{
854
pimpl_->dh_.Agree(pimpl_->agreedKey_, pimpl_->privateKey_, other, otherSz);
855
}
856
857
858
uint DiffieHellman::get_agreedKeyLength() const
Callers
2
build
Method · 0.80
read
Method · 0.80
Calls
1
Agree
Method · 0.80
Tested by
no test coverage detected