mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-13 04:51:59 +00:00
Fixed formatting in spl
This commit is contained in:
parent
86e8f61c01
commit
9a23fb4c74
6 changed files with 95 additions and 95 deletions
|
@ -36,8 +36,8 @@ namespace sts::spl {
|
|||
DecryptLotusMessage = 10,
|
||||
IsDevelopment = 11,
|
||||
GenerateSpecificAesKey = 12,
|
||||
DecryptRsaPrivateKey = 13,
|
||||
DecryptRsaPrivateKeyDeprecated = 13,
|
||||
DecryptRsaPrivateKey = 13,
|
||||
DecryptAesKey = 14,
|
||||
CryptAesCtrDeprecated = 15,
|
||||
CryptAesCtr = 15,
|
||||
|
|
|
@ -36,8 +36,8 @@ namespace sts::spl {
|
|||
DecryptLotusMessage = 10,
|
||||
IsDevelopment = 11,
|
||||
GenerateSpecificAesKey = 12,
|
||||
DecryptRsaPrivateKey = 13,
|
||||
DecryptRsaPrivateKeyDeprecated = 13,
|
||||
DecryptRsaPrivateKey = 13,
|
||||
DecryptAesKey = 14,
|
||||
CryptAesCtr = 15,
|
||||
ComputeCmac = 16,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue