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
Uh oh!
There was an error while loading. Please reload this page.
-
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