move the rx cpp lib to its own repository

This commit is contained in:
cryptonote-social 2020-07-27 11:22:58 -07:00
parent 1a10583912
commit 957779d190
2 changed files with 0 additions and 9 deletions

1
rx/cpp/.gitignore vendored
View File

@ -1 +0,0 @@
librandomx.a

View File

@ -1,8 +0,0 @@
// Copyright 2020 cryptonote.social. All rights reserved. Use of this source code is governed by
// the license found in the LICENSE file.
#include <stdbool.h>
#include <stdint.h>
bool init_rxlib(const char* seed_hash, uint32_t len, int threads, int init_threads);
int64_t rx_hash_until(const char* blob, uint32_t len, uint64_t diff, int thread, char* hash_output, char* nonce_output, uint32_t* stopper);