Android-cuttlefish cvd tool
Namespaces | Functions
rsa_2048_key.h File Reference
#include <memory>
#include <optional>
#include "adb/crypto/key.h"
Include dependency graph for rsa_2048_key.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  adb
 
namespace  adb::crypto
 

Functions

std::optional< Key > adb::crypto::CreateRSA2048Key ()
 
bool adb::crypto::CalculatePublicKey (std::string *out, RSA *private_key)