mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-02 15:04:55 -05:00
3 lines
105 B
C#
3 lines
105 B
C#
namespace NHSE.Core;
|
|
|
|
internal readonly record struct CryptoFile(byte[] Data, byte[] Key, byte[] Ctr); |