~ruther/NosSmooth

ref: bcf979917771f8ab9581477ffbc5c9b309665f00 NosSmooth/Remote/NosSmooth.Cryptography/IEncryptor.cs -rw-r--r-- 79 bytes
bcf97991 — František Boháček feat: add nullable type converter 3 years ago
                                                                                
1
2
3
4
5
6
namespace NosSmooth.Cryptography;

public interface IEncryptor
{
    
}