Diff between 9ed79eedc075436bc865d5bf5c3c01813bda2060 and 441f0539a1f8cd228746309d71386f51b7595bda

Changed Files

File Additions Deletions Status
mesh/crypto.h +0 -2 modified

Full Patch

diff --git a/mesh/crypto.h b/mesh/crypto.h
index 5578988..3d85785 100644
--- a/mesh/crypto.h
+++ b/mesh/crypto.h
@@ -22,8 +22,6 @@ bool mesh_crypto_aes_ccm_decrypt(const uint8_t nonce[13], const uint8_t key[16],
 				const void *enc_msg, uint16_t enc_msg_len,
 				void *out_msg,
 				void *out_mic, size_t mic_size);
-bool mesh_aes_ecb_one(const uint8_t key[16],
-			const uint8_t plaintext[16], uint8_t encrypted[16]);
 bool mesh_crypto_nkik(const uint8_t network_key[16], uint8_t identity_key[16]);
 bool mesh_crypto_nkbk(const uint8_t network_key[16], uint8_t beacon_key[16]);
 bool mesh_crypto_nkpk(const uint8_t network_key[16], uint8_t private_key[16]);