Go to file
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
exosphere se: Remove memset in se_perform_aes_block_operation (#53) 2018-02-25 21:12:49 -08:00
.gitignore Failed attempt to fix loops not being unrolled, other fixes. 2018-02-25 21:41:16 +01:00
LICENSE Add license and disclaimer. 2018-01-17 23:54:38 -08:00
README.md Make exosphere subdir, start outlining SE driver API. 2018-02-16 23:55:08 -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.