Hash :
2486b9ce
Author :
Date :
2014-01-04T14:29:11
/*
* Copyright 2014 Con Kolivas
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 3 of the License, or (at your option)
* any later version. See COPYING for more details.
*/
#ifndef LIBBITFURY_H
#define LIBBITFURY_H
void ms3steps(uint32_t *p);
uint32_t decnonce(uint32_t in);
#endif /* LIBBITFURY_H */