furi_hal_crypto_decrypt

Function furi_hal_crypto_decrypt 

Source
pub unsafe extern "C" fn furi_hal_crypto_decrypt(
    input: *const u8,
    output: *mut u8,
    size: usize,
) -> bool
Expand description

Decrypt data

§Arguments

  • input - pointer to input data
  • output - pointer to output data
  • size - input/output buffer size in bytes

§Returns

true on success