~ruther/NosSmooth

ref: 492d620deac828156f0e672c7059e91d2cdc0e45 NosSmooth/Remote/NosSmooth.Cryptography/IEncryptor.cs -rw-r--r-- 79 bytes
492d620d — František Boháček feat: add errors for converting packets 4 years ago
                                                                                
1
2
3
4
5
6
namespace NosSmooth.Cryptography;

public interface IEncryptor
{
    
}