namespace Vision.Core.IO.SHN { public interface ISHNCrypto { void Decrypt(byte[] data); } }