I hereby claim:
- I am tomalakgeretkal on github.
- I am tomalak_geretkal (https://keybase.io/tomalak_geretkal) on keybase.
- I have a public key ASBR4IX2R8BaSi2SpvuUV80lBSAfOtTY3D5VPkStma8Fngo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#include <string> | |
#include <string_view> | |
#include <sstream> | |
#include <iomanip> | |
std::string hexdump(const char* buf, std::size_t len) | |
{ | |
constexpr std::size_t cols = 32; | |
std::stringstream ss; |