using System; namespace NHSE.Core; internal record struct CryptoFile(Memory Data, Memory Key, Memory Ctr);