hash-format.c revision ddd1adf19cacc6186fbc713d255e1e82086d7751
6781N/A#include "hex-binary.h"
6781N/A#include "hash-method.h"
6781N/A#include "hash-format.h"
6781N/Aenum hash_encoding {
6781N/Astruct hash_format_list {
6781N/Astruct hash_format {
6781N/A case HASH_ENCODING_HEX:
6781N/A case HASH_ENCODING_BASE64:
6781N/A unsigned int i, max_digest_size = 0;