From 96313ee1c4f05f5638e2c816d71205cdb59cd96a Mon Sep 17 00:00:00 2001 From: geeksville Date: Sat, 9 May 2020 19:09:38 -0700 Subject: [PATCH] remove stale link --- docs/software/cypto.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/software/cypto.md b/docs/software/cypto.md index d1c0081a..f5f7d04a 100644 --- a/docs/software/cypto.md +++ b/docs/software/cypto.md @@ -32,7 +32,7 @@ The per-message nonce (or information sufficient to reconstruct it) needs to be Note that for both stategies, sizes are measured in blocks and that an AES block is 16 bytes. ``` -## Example code links +## Remaining todo -- Example code for [NRF52](https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/lib_crypto_aes.html#sub_aes_ctr) -- Example code for [ESP32](https://github.com/chegewara/esp32-mbedtls-aes-test/blob/master/main/main.c) +- Make the packet numbers 32 bit +- Implement for NRF52 [NRF52](https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/lib_crypto_aes.html#sub_aes_ctr)