Replies: 1 comment
-
This is only used by the broker. It is not the part of library. Just a tool. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now, async_mqtt is using picosha2.h.
https://github.com/redboltz/async_mqtt/blob/main/include/async_mqtt/external/picosha2.h
A part of broker code use it. https://github.com/redboltz/async_mqtt/blob/main/include/async_mqtt/broker/security.hpp
It is for sha256 password digest.
async_mqtt/include/async_mqtt/broker/security.hpp
Lines 76 to 83 in 8d3ef84
If I propose async_mqtt to the Boost Libraries, this external dependency should be solved.
Beta Was this translation helpful? Give feedback.
All reactions