OpenCores
URL https://opencores.org/ocsvn/bluespec_md6/bluespec_md6/trunk

Subversion Repositories bluespec_md6

[/] [bluespec_md6/] [trunk/] [compressionFunction/] [fpga/] [MD6Driver.h] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 kfleming
#ifndef MD6_ENGINE_H
2
 
3
#include "md6.h"
4
#include "MD6Engine.h"
5
 
6
int checkHash(md6_word *src, md6_word *dest, md6_word *uniqueID,
7
              md6_word *key, md6_word *tree_height, md6_word *last_op,
8
              md6_word *padding_bits,  md6_word *digest_length);
9
 
10
// this function expects src to be laid out 63:0 and writes dest 15:0
11
// These will be word reversed.
12
int startHash(md6_word *src, md6_word *dest, md6_word *uniqueID,
13
              md6_word *key, md6_word *tree_height, md6_word *last_op,
14
              md6_word *padding_bits, md6_word *digest_length);
15
 
16
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.