Skip to content

Commit 554d1a3

Browse files
committed
Remove secp256k1 from codebase and clone for macOS and iOS
1 parent 3da5a79 commit 554d1a3

File tree

138 files changed

+12
-60972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+12
-60972
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Relative import to be able to reuse the C sources.
22
// See the comment in ../{projectName}}.podspec for more information.
3-
#include "../../src/secp256k1/src/secp256k1.c"
4-
#include "../../src/secp256k1/src/precompute_ecmult_gen.c"
5-
#include "../../src/secp256k1/src/precomputed_ecmult_gen.c"
6-
#include "../../src/secp256k1/src/precomputed_ecmult.c"
3+
#include "../build/secp256k1/src/secp256k1.c"
4+
#include "../build/secp256k1/src/precompute_ecmult_gen.c"
5+
#include "../build/secp256k1/src/precomputed_ecmult_gen.c"
6+
#include "../build/secp256k1/src/precomputed_ecmult.c"

coinlib_flutter/darwin/coinlib_flutter.podspec

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
#
2-
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
3-
# Run `pod lib lint coinlib_flutter.podspec` to validate before publishing.
4-
#
1+
# Clone secp256k1 0.5.0 code into ./build/secp256k1
2+
`
3+
mkdir build
4+
git clone https://github.com/bitcoin-core/secp256k1 build/secp256k1
5+
cd build/secp256k1
6+
git checkout e3a885d42a7800c1ccebad94ad1e2b82c4df5c65
7+
`
8+
59
Pod::Spec.new do |s|
610
s.name = 'coinlib_flutter'
711
s.module_name = 'secp256k1'

0 commit comments

Comments
 (0)