reset device

This commit is contained in:
Conor Patrick
2018-05-22 21:25:44 -04:00
parent 35900455d5
commit 6049f25bd4
4 changed files with 26 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ void crypto_aes256_reset_iv();
void crypto_aes256_decrypt(uint8_t * buf, int lenth);
void crypto_aes256_encrypt(uint8_t * buf, int lenth);
void crypto_reset_master_secret();
extern const uint8_t attestation_cert_der[];