Atmosphere/exosphere
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
..
bpmpfw Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
src se: Remove memset in se_perform_aes_block_operation (#53) 2018-02-25 21:12:49 -08:00
linker.ld Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
Makefile Move source files to src/, add Makefile, fix all build and linkage errors, etc. 2018-02-25 20:00:50 +01:00
README.md Improve french for Exosphère 2018-02-17 11:44:31 +01:00

Exosphère

License

Exosphère is a Secure Monitor implementation for the Nintendo Switch.