~ruther/NosSmooth

ref: 3f193501d0a4e99a917437ec7d835639e50ed0a8 NosSmooth/Remote/NosSmooth.Cryptography/IEncryptor.cs -rw-r--r-- 79 bytes
3f193501 — František Boháček fix: syntax errors in list attribute generator 3 years ago
                                                                                
1
2
3
4
5
6
namespace NosSmooth.Cryptography;

public interface IEncryptor
{
    
}