~ruther/NosSmooth

ref: 43fc69eb0fe846ce15d97cff16cc6e2e2821d232 NosSmooth/Remote/NosSmooth.Cryptography/IDecryptor.cs -rw-r--r-- 74 bytes
43fc69eb — František Boháček feat: add hooking options to determine if the library should hook 4 years ago
                                                                                
1
2
3
4
5
6
namespace NosSmooth.Cryptography;

public interface IDecryptor
{
    
}