Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb_mbedtls::MbedTlsWrapper Class Reference

Classes

class  AESStateMBEDTLS
 
class  AESStateMBEDTLSFactory
 
class  SHA1State
 
class  SHA256State
 

Static Public Member Functions

static void ComputeSha256Hash (const char *in, size_t in_len, char *out)
 
static std::string ComputeSha256Hash (const std::string &file_content)
 
static bool IsValidSha256Signature (const std::string &pubkey, const std::string &signature, const std::string &sha256_hash)
 
static void Hmac256 (const char *key, size_t key_len, const char *message, size_t message_len, char *out)
 
static void ToBase16 (char *in, char *out, size_t len)
 

Static Public Attributes

static constexpr size_t SHA256_HASH_LENGTH_BYTES = 32
 
static constexpr size_t SHA256_HASH_LENGTH_TEXT = 64
 
static constexpr size_t SHA1_HASH_LENGTH_BYTES = 20
 
static constexpr size_t SHA1_HASH_LENGTH_TEXT = 40
 

The documentation for this class was generated from the following file: