mirror of
https://github.com/kwsch/NHSE.git
synced 2026-03-22 01:34:51 -05:00
5 lines
129 B
C#
5 lines
129 B
C#
using System;
|
|
|
|
namespace NHSE.Core;
|
|
|
|
internal record struct CryptoFile(Memory<byte> Data, Memory<byte> Key, Memory<byte> Ctr); |