Skip to main content
Version: 2.x

Delegate NativeBindings.IOdinCipher.DecryptMessage

int32_t(decrypt_message)(struct OdinCipher cipher, uint64_t peer_id, const unsigned char ciphertext, uint32_t ciphertext_length, unsigned char plaintext, uint32_t plaintext_capacity);

Assembly: cs.temp.dll.dll
Declaration
public delegate int NativeBindings.IOdinCipher.DecryptMessage(IntPtr cipher, UInt64 peer_id, byte[] ciphertext, uint ciphertext_length, byte[] plaintext, uint plaintext_capacity)