Move files.
This commit is contained in:
parent
ac43cd4f9c
commit
d587eebaf2
70 changed files with 69 additions and 70 deletions
5
src/crypto/cn/hash.h
Normal file
5
src/crypto/cn/hash.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
typedef unsigned char BitSequence;
|
||||
typedef unsigned long long DataLength;
|
||||
typedef enum {SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2} HashReturn;
|
Loading…
Add table
Add a link
Reference in a new issue