Closed sp5wwp closed 1 month ago
Something I was considering on that, is if we use the following setup for AES, it'll let us use the crypt code we've got currently and also allow compatibility to m17-tools which still uses the hard coded 128 keylen value, since that signals enc_subtype as 0 on AES, and is also the same progression of key len values that scrambler mode uses.
subtype 0 for AES 128; subtype 1 for AES 192; subtype 2 for AES 256;
Agreed! The enum in the code needs to be changed to start with 0.
Fix the frame numbering (for the frames carrying signature) to 0x7FFC, 0x7FFD, 0x7FFE, 0xFFFF.
TYPE
with AES key length indication.