PKHeX/PKHeX.Core/Saves/Encryption
Kurt 044dfe46ae Reduce allocation on encrypt/decrypt
Xor no longer allocates
Encrypt no longer allocates byte[0x60]
temp now allocated on stack instead of heap
Pre-size memorystream (prevents 0xF0 allocation)
2022-02-27 01:05:11 -08:00
..
MemeCrypto Reduce allocation on encrypt/decrypt 2022-02-27 01:05:11 -08:00
SwishCrypto Fix boolean value copy changes 2022-02-25 16:10:49 -08:00
GeniusCrypto.cs Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00