~ruther/NosSmooth

ref: 99748bb6a71aa597a72b3db4f609bdb9105eaa7f NosSmooth/Remote/NosSmooth.Cryptography/IEncryptor.cs -rw-r--r-- 79 bytes
99748bb6 — František Boháček fix: return correct result from object BaseTypeConverter.Deserialize 3 years ago
                                                                                
1
2
3
4
5
6
namespace NosSmooth.Cryptography;

public interface IEncryptor
{
    
}