MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / CreateRSA

Function CreateRSA

src/openrct2/core/Crypt.OpenSSL.cpp:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 }
343
344 std::unique_ptr<RsaAlgorithm> CreateRSA()
345 {
346 OpenSSLInitialise();
347 return std::make_unique<OpenSSLRsaAlgorithm>();
348 }
349
350 std::unique_ptr<RsaKey> CreateRSAKey()
351 {

Callers

nothing calls this directly

Calls 1

OpenSSLInitialiseFunction · 0.85

Tested by

no test coverage detected