Skip to content

Commit 036ca62

Browse files
Delete secp256k1
1 parent 63f4de7 commit 036ca62

File tree

110 files changed

+0
-28588
lines changed

Some content is hidden

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

110 files changed

+0
-28588
lines changed

secp256k1-sys/README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,6 @@ secp256k1-sys
44

55
This crate provides Rust definitions for the FFI structures and methods.
66

7-
8-
## Vendoring
9-
10-
The default build process is to build using the vendored libsecp256k1 sources in
11-
the depend folder. These sources are prefixed with a special
12-
rust-secp256k1-sys-specific prefix `rustsecp256k1_v1_2_3_`.
13-
14-
This prefix ensures that no symbol collision can happen:
15-
- when a Rust project has two different versions of rust-secp256k1 in its
16-
depepdency tree, or
17-
- when rust-secp256k1 is used for building a static library in a context where
18-
existing libsecp256k1 symbols are already linked.
19-
20-
To update the vendored sources, use the `vendor-libsecp.sh` script:
21-
22-
```
23-
$ ./vendor-libsecp.sh depend <version-code> <rev>
24-
```
25-
26-
- Where `<version-code>` is the secp256k1-sys version number underscored: `0_1_2`.
27-
- Where `<rev>` is the git revision of libsecp256k1 to checkout.
28-
29-
307
## Linking to external symbols
318

329
If you want to compile this library without using the bundled symbols (which may

secp256k1-sys/depend/scratch_impl.h.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.

secp256k1-sys/depend/secp256k1-HEAD-revision.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

secp256k1-sys/depend/secp256k1.c.patch

Lines changed: 0 additions & 43 deletions
This file was deleted.

secp256k1-sys/depend/secp256k1.h.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

secp256k1-sys/depend/secp256k1/.gitignore

Lines changed: 0 additions & 53 deletions
This file was deleted.

secp256k1-sys/depend/secp256k1/.travis.yml

Lines changed: 0 additions & 109 deletions
This file was deleted.

secp256k1-sys/depend/secp256k1/COPYING

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)