NHSE/NHSE.Core/Encryption
Kurt be0a456067 Decrypt savefile in-place (less allocation)
Each player and main.dat is ~11MB of allocation to read; old would read & decrypt into separate array = 22MB * (1 + playerCount). Cutting this in half reduces the amount of allocation and keeps stuff off gen2 LOH
2020-04-17 14:00:34 -07:00
..
Aes128Ctr.cs Initial commit 2020-03-27 17:54:17 -07:00
CryptoFile.cs Initial commit 2020-03-27 17:54:17 -07:00
EncryptedInt32.cs Remove unused logic, add test case 2020-04-04 15:47:57 -07:00
EncryptedSaveFile.cs Initial commit 2020-03-27 17:54:17 -07:00
Encryption.cs Decrypt savefile in-place (less allocation) 2020-04-17 14:00:34 -07:00