MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / assign

Method assign

extra/yassl/src/crypto_wrapper.cpp:739–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737
738
739void Integer::assign(const byte* num, unsigned int sz)
740{
741 pimpl_->int_ = TaoCrypt::Integer(num, sz);
742}
743
744
745struct DiffieHellman::DHImpl {

Callers

nothing calls this directly

Calls 1

IntegerClass · 0.50

Tested by

no test coverage detected