mirror of
https://github.com/monero-project/monero.git
synced 2025-01-05 10:29:34 +00:00
update blake2b test vectors
This commit is contained in:
parent
fa47c7b7d6
commit
e151ff711f
3 changed files with 388 additions and 389 deletions
|
@ -40,7 +40,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
||||||
/// BEGIN: endian.h
|
/// BEGIN: endian.h
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
#include "warnings.h"
|
#include "warnings.h"
|
||||||
#include "crypto/hash.h"
|
#include "crypto/hash.h"
|
||||||
#include "crypto/variant2_int_sqrt.h"
|
#include "crypto/variant2_int_sqrt.h"
|
||||||
#include "randomx/src/blake2/blake2.h"
|
#include "crypto/blake2b.h"
|
||||||
#include "../io.h"
|
#include "../io.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
Loading…
Reference in a new issue