Skip to main content
Version: 2.x

Delegate NativeBindings.IOdinCipher.EncryptUserData

int32_t(encrypt_user_data)(struct OdinCipher cipher, const unsigned char plaintext, uint32_t plaintext_length, unsigned char ciphertext, uint32_t ciphertext_capacity);

Assembly: cs.temp.dll.dll
Declaration
public delegate int NativeBindings.IOdinCipher.EncryptUserData(IntPtr cipher, byte[] plaintext, uint plaintext_length, byte[] ciphertext, uint ciphertext_capacity)