~ruther/NosSmooth

ref: ff35a829b527c05db354c40875439a454d3239b8 NosSmooth/Remote/NosSmooth.Cryptography/IEncryptor.cs -rw-r--r-- 79 bytes
ff35a829 — František Boháček fix: check for null after popping the string enumerator level 3 years ago
                                                                                
1
2
3
4
5
6
namespace NosSmooth.Cryptography;

public interface IEncryptor
{
    
}