Backport crypto changes from Dead2 xmr-stak-cpu fork.
This commit is contained in:
parent
8f38462bbe
commit
30a7f9f7f5
4 changed files with 123 additions and 1403 deletions
|
@ -44,4 +44,6 @@ typedef u08b_t SkeinBitSequence; /* bit stream type */
|
|||
SkeinHashReturn skein_hash(int hashbitlen, const SkeinBitSequence *data,
|
||||
SkeinDataLength databitlen, SkeinBitSequence *hashval);
|
||||
|
||||
void xmr_skein(const SkeinBitSequence *data, SkeinBitSequence *hashval);
|
||||
|
||||
#endif /* ifndef _SKEIN_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue