Commit 7aa39f94 authored by jan.koester's avatar jan.koester
Browse files

test

parent ebc1a85d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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),