Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
2be0f90ac9
  1. 2
      crypto777/iguana_secp.c
  2. 1
      crypto777/m_unix

2
crypto777/iguana_secp.c

@ -22,7 +22,7 @@
#include "../../secp256k1-zkp/include/secp256k1.h" #include "../../secp256k1-zkp/include/secp256k1.h"
static const char base58_chars[] = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"; static const char base58_chars[] = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";
sss
void bn_mpi2bn(BIGNUM *vo,uint8_t *data,int32_t datalen) void bn_mpi2bn(BIGNUM *vo,uint8_t *data,int32_t datalen)
{ {
uint8_t vch2[64 + 4]; uint32_t i,vch2_len = (int32_t)datalen + 4; uint8_t vch2[64 + 4]; uint32_t i,vch2_len = (int32_t)datalen + 4;

1
crypto777/m_unix

@ -1,3 +1,4 @@
git pull
rm *.o rm *.o
gcc -c -O2 *.c jpeg/*.c jpeg/unix/*.c -I/usr/lib/x86_64-linux-gnu/curl gcc -c -O2 *.c jpeg/*.c jpeg/unix/*.c -I/usr/lib/x86_64-linux-gnu/curl
rm -f ../agents/libcrypto777.a; ar rcu ../agents/libcrypto777.a *.o rm -f ../agents/libcrypto777.a; ar rcu ../agents/libcrypto777.a *.o

Loading…
Cancel
Save