renesas / fsp

Flexible Software Package (FSP) for Renesas RA MCU Family
https://renesas.github.io/fsp/
Other
182 stars 82 forks source link

R_CRC requires non-const pointer to data #349

Closed CometSL9 closed 1 week ago

CometSL9 commented 2 months ago

As the CRC algorithm should not modify the data which it processes:

In the structure crc_input_t, the member p_input_buffer should be read-only. Therefore, it should be a pointer to const data: const void * instead of void *.

Could that be changed, please?

renesas-brandon-hussey commented 2 months ago

This is being internally tracked using FSPRA-2872.