-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(secp256k1): partially ported secp256k1 #65
base: master
Are you sure you want to change the base?
Conversation
@@ -4,6 +4,8 @@ | |||
|
|||
cmake_minimum_required(VERSION 3.4.1) | |||
|
|||
include_directories(${CMAKE_SOURCE_DIR}/../../../../android/jni/include) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: probably not needed
bca36be
to
c2633ef
Compare
@@ -0,0 +1,43 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: probably not needed
@@ -0,0 +1,614 @@ | |||
#ifndef _SECP256K1_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: probably not needed
c2633ef
to
13fc43d
Compare
I haven't tried to actually test this at all but I can already list a bunch of issues:
libsecp256k1.build-ios-i386_iPhoneSimulator
--with-ecmult-window
. see original patch.--with-asm=arm
might be worth testing--enable-module-schnorrsig
might be worth exploring to provide schnorr signing as well