Mat M 991d4f1355 se: Remove memset in se_perform_aes_block_operation (#53)
We can just initialize the array to be zeroed out. This is safer and less error-prone,
since the initializer is now associated with the variable directly, making it
impossible to put code relying on the zeroed out state before it (unlike with memset).
2018-02-25 21:12:49 -08:00
2018-01-17 23:54:38 -08:00

Atmosphère-NX

License

This is a placeholder repo reserved for any/all development work I do pertaining to customized firmware on the Nintendo Switch.

Description
Atmosphère is a work-in-progress customized firmware for the Nintendo Switch.
Readme GPL-2.0 34 MiB
Languages
C++ 89.6%
C 7.1%
Makefile 1.7%
Assembly 1.2%
Python 0.4%