Conor Taylor
Conor Taylor
HI! I'm doing a read transaction using poll-based acking (as opposed to TWIE) on an atmega32u4. The MCU's datasheet (section 20.5.5) states: > When an event requiring the attention of...
Currently there is no support for ciphers which require an IV. In `rsa.cpp` we call `EVP_get_cipherbyname` to convert the user-specified cipher name into an OpenSSL `EVP_CIPHER`. If this `EVP_CIPHER` is...
It can be useful to decode binary responses over the websocket too, if you know what format they are in. Now you can open a websocket with a flag indicating...