Fix clsag context and handle the OUT_DIR changing

Also rearranges arguments a bit.
This commit is contained in:
Luke Parker
2022-04-23 03:59:21 -04:00
parent e22dcb1441
commit afdac8c49b
6 changed files with 42 additions and 32 deletions

View File

@@ -11,7 +11,7 @@ extern "C" {
ge_p3_tobytes(point, &e_p3);
}
bool c_verify_clsag(uint s_len, uint8_t* s, uint8_t* I, uint8_t* m, uint8_t k_len, uint8_t* k, uint8_t* p) {
bool c_verify_clsag(uint s_len, uint8_t* s, uint8_t* I, uint8_t k_len, uint8_t* k, uint8_t* m, uint8_t* p) {
rct::clsag clsag;
std::stringstream ss;
std::string str;