source: comparacioncriptosistemas/testVarieties/hash.h @ b469dad

interfaz
Last change on this file since b469dad was b939736, checked in by Fundación CENDITEL <cenditel@…>, 8 years ago

Agregado directorio testVarieties

  • Property mode set to 100644
File size: 215 bytes
Line 
1#pragma once
2
3#include <cstdio>
4#include "types.h"
5#include "resource.h"
6
7namespace hash_nm {
8        block512_t hash(char *buf, size_t size, hash_mode_t mode = hm512);
9        void precalc_mul_table();
10
11//      #include "hash.hpp"
12}
Note: See TracBrowser for help on using the repository browser.