Cameron Harper
Cameron Harper
I don't think the portable code (i.e. code within /src and /include) will ever include support for TLS beyond the basics of making sure callbacks work for any handshaking that...
Thanks for the benchmark. Yes I can believe the stream abstraction slows things down with its bounds checking and copying. It doesn't need to call memcpy for single bytes but...
One more thing to add to this ticket, I also notice that `wor_compute_mic_ack()` doesn't add the `pad16` field when calculating the MIC. https://github.com/Lora-net/SWL2001/blob/d05dad5b4df9c0e5899008e43bfce48f5498abb5/lbm_lib/smtc_modem_core/lr1mac/src/relay/common/wake_on_radio.c#L279 Perhaps this array should be 16B long...