~ruther/NosSmooth

ref: ccdf2299f74571291fdc4fd5df5830b2ce085e6d NosSmooth/Remote/NosSmooth.Cryptography/IEncryptor.cs -rw-r--r-- 74 bytes
ccdf2299 — František Boháček feat: add simple chat sample 3 years ago
                                                                                
1
2
3
4
5
6
namespace NosSmooth.Cryptography;

public interface IEncryptor
{
    
}