Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused room from AESKEY variable #608

Merged
merged 1 commit into from
Dec 5, 2020

Commits on Sep 28, 2020

  1. Remove unused room from AESKEY variable

    The original LMIC AES implementation uses this variable to store
    10x16 bytes of round keys, but for the other implementations (only
    IDEETRON right now) this is only used to store the main key. In the
    latter case, this variable only needs to be 16 bytes long, saving 160
    bytes of RAM.
    matthijskooijman committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    4675f7b View commit details
    Browse the repository at this point in the history