#ifndef PHOGEN_H_INCLUDED #define PHOGEN_H_INCLUDED #include #include "bhash.h" bool phogen_encode(char *out, size_t out_len, bhash_t *bh_in); #endif /* PHOGEN_H_INCLUDED */