Backport crypto changes from Dead2 xmr-stak-cpu fork.

This commit is contained in:
XMRig 2017-07-19 21:02:38 +03:00
parent 8f38462bbe
commit 30a7f9f7f5
4 changed files with 123 additions and 1403 deletions

View file

@ -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_ */