mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -04:00
Implement support for parsing/interacting with NCAs. (#942)
* fs: implement support for interacting with ncas. * spl: extend to use virtual keyslots
This commit is contained in:
parent
3a1ccdd919
commit
81f91803ec
118 changed files with 13301 additions and 405 deletions
|
@ -29,4 +29,6 @@
|
|||
#include <vapours/crypto/crypto_rsa_oaep_sha256_decoder.hpp>
|
||||
#include <vapours/crypto/crypto_rsa_oaep_sha256_decryptor.hpp>
|
||||
#include <vapours/crypto/crypto_rsa_oaep_sha256_encryptor.hpp>
|
||||
#include <vapours/crypto/crypto_hmac_sha1_generator.hpp>
|
||||
#include <vapours/crypto/crypto_hmac_sha256_generator.hpp>
|
||||
#include <vapours/crypto/crypto_csrng.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue