~ruther/NosSmooth

ref: 915617cbbb0c5c81ef3812ee5fd3097e501b7beb NosSmooth/Remote/NosSmooth.Cryptography/IEncryptor.cs -rw-r--r-- 74 bytes
915617cb — František Boháček feat: add in packet specific serializer 3 years ago
                                                                                
1
2
3
4
5
6
namespace NosSmooth.Cryptography;

public interface IEncryptor
{
    
}