LibHac/NandReaderGui
Alex Barney 3d50085e22
Use Storage throughout the library instead of Stream (#18)
*Create an IStorage interface and Storage abstract class to use instead of Stream

* Improve AES-XTS performance by ~16x

* Double AES-CTR performance: 800 MB/s -> 1600 MB/s on a 6700K

* Add AES-XTS tests

* Add AES benchmark and AES-CTR writing

* Add support for a hashed FAT in save files

* Add option to export decrypted NCA

* Allow opening decrypted package1 and package2

* Make sure romfs disposal can cascade all the way down

* Validate NCA, NPDM and package2 signatures
2018-11-18 23:20:34 -05:00
..
Properties Add nand reader sample for reading title keys 2018-07-14 15:48:41 -05:00
View Add nand reader sample for reading title keys 2018-07-14 15:48:41 -05:00
ViewModel Use Storage throughout the library instead of Stream (#18) 2018-11-18 23:20:34 -05:00
App.config Add nand reader sample for reading title keys 2018-07-14 15:48:41 -05:00
App.xaml Add nand reader sample for reading title keys 2018-07-14 15:48:41 -05:00
App.xaml.cs Add nand reader sample for reading title keys 2018-07-14 15:48:41 -05:00
DeviceStream.cs Small cleanup 2018-08-31 11:19:14 -05:00
FodyWeavers.xml Add nand reader sample for reading title keys 2018-07-14 15:48:41 -05:00
MainWindow.xaml Add nand reader sample for reading title keys 2018-07-14 15:48:41 -05:00
MainWindow.xaml.cs Add nand reader sample for reading title keys 2018-07-14 15:48:41 -05:00
NandReaderGui.csproj Rename libhac to LibHac 2018-08-31 10:50:28 -05:00