namespace fxl.codes.kisekae.data.Archives.Algorithms; public interface IAlgorithm { byte[] Encode(ReadOnlySpan stream); byte[] Decode(ReadOnlySpan stream); }