You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the poly1305 implementation uses uint64_t to handle the uint32_t x uint32_t multiplication result. This is challenging, especially on a 16-bit microcontroller as the compiler does not have built-in support for the uint64_t type.
Is there any method to port for a 16 bit MCU?
The text was updated successfully, but these errors were encountered:
Most of the poly1305 implementation uses uint64_t to handle the uint32_t x uint32_t multiplication result. This is challenging, especially on a 16-bit microcontroller as the compiler does not have built-in support for the uint64_t type.
Is there any method to port for a 16 bit MCU?
The text was updated successfully, but these errors were encountered: