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);

Declaration
public delegate int NativeBindings.IOdinCipher.EncryptUserData(nint cipher, nint plaintext, uint plaintext_length, nint ciphertext, uint ciphertext_capacity)