Loading src/crypto/rsa.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -41,8 +41,9 @@ namespace netplus { // Forward declaration for parseDERAndLoadRSA // Forward declarations static bool parseDERAndLoadRSA(const std::vector<uint8_t>& derData, netplus::rsa& out_rsa); static std::vector<uint8_t> pemKeyToDer(const std::string& pem); netplus::rsa::bigInt::bigInt(const bigInt& other) : used(other.used), Loading Loading
src/crypto/rsa.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -41,8 +41,9 @@ namespace netplus { // Forward declaration for parseDERAndLoadRSA // Forward declarations static bool parseDERAndLoadRSA(const std::vector<uint8_t>& derData, netplus::rsa& out_rsa); static std::vector<uint8_t> pemKeyToDer(const std::string& pem); netplus::rsa::bigInt::bigInt(const bigInt& other) : used(other.used), Loading