| 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 | { |
nothing calls this directly
no test coverage detected