Update to Crypto lib in Meshtatic org

This commit is contained in:
Jonathan Bennett
2025-08-13 15:39:41 -05:00
parent 15e04ef048
commit 1dfad22f5f
13 changed files with 17 additions and 1421 deletions

View File

@@ -87,7 +87,6 @@ class CryptoEngine
uint8_t xeddsa_public_key[32] = {0};
uint8_t xeddsa_private_key[32] = {0};
void curve_to_ed_pub(uint8_t *curve_pubkey, uint8_t *ed_pubkey);
void priv_curve_to_ed_keys(uint8_t *curve_privkey, uint8_t *ed_privkey, uint8_t *ed_pubkey);
#endif
/**
* Init our 128 bit nonce for a new packet