Pretty TODO Lists;

pull/33/head
lwvmobile 2024-06-22 15:04:58 -04:00
rodzic d1e1d9eb8e
commit d1da990985
2 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,18 @@
//#define FN60_DEBUG
//TODO: Load Signature Private and Public Keys from file
//TODO: More Thorough Testing to make sure everything is good
//TODO: Round of Cleanup (and test after cleaning up!
//TODO: OR Frametype Bits depending on encryption type, subtype, and signed sig
//Wishlist: Please Woj, can we use the subtype on AES to signal AES 128, AES 192, or AES 256?
// We already to it for Scrambler
//Wishlist: way to fix this warning without changing uECC source code or disabling -Wall -Wextra
//../../micro-ecc/curve-specific.inc:544:59: warning: unused parameter curve [-Wunused-parameter]
//544 | static void mod_sqrt_secp224r1(uECC_word_t *a, uECC_Curve curve) {
struct LSF lsf, next_lsf;
uint8_t lich[6]; //48 bits packed raw, unencoded LICH

Wyświetl plik

@ -10,6 +10,9 @@
//tinier-aes
#include "../../tinier-aes/aes.h"
//TODO: Load Signature Private and Public Keys from file
//TODO: Fix AES Keyfile loading issue (key is loaded offset by one, arg issue?)
//settings
uint8_t decode_callsigns=0;
uint8_t show_viterbi_errs=0;