mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 17:20:55 +02:00
fa98477f22
For byte order reverse and rotation we have builtins in the CC-RX compiler. Especially when rotating registers with fixed amounts this can be compiled efficiently into opcodes with embedded values for shift (without needing other registers).