Skip to content

Instantly share code, notes, and snippets.

Created October 12, 2017 20:39
Show Gist options
  • Save anonymous/875785dc50dd89b9f9a3d8df99d66964 to your computer and use it in GitHub Desktop.
Save anonymous/875785dc50dd89b9f9a3d8df99d66964 to your computer and use it in GitHub Desktop.
#include <boost/unordered_map.hpp>
#include <string>
void print_map(const boost::unordered_map<int, int>& mapIn);
std::string get_sha1(unsigned char * in, size_t in_len);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment