PKHeX/PKHeX.Core/Saves/Encryption/MemeCrypto
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.cs Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
MemeKey.cs Reduce allocation on encrypt/decrypt 2022-02-27 01:05:11 -08:00
MemeKeyIndex.cs Trailing commas 2021-08-20 13:49:20 -07:00