Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Update to upstream #32

Draft
wants to merge 317 commits into
base: master
Choose a base branch
from
Draft

Update to upstream #32

wants to merge 317 commits into from

Conversation

dvdplm
Copy link

@dvdplm dvdplm commented Dec 10, 2019

Sync the Parity fork with upstream and add the SecretKey inversion needed by secret-store.

apoelstra and others added 30 commits July 24, 2018 17:22
Use latest version at docs.rs
…ld-flags

build.rs: change build flags to eliminate compiler warnings
remove `PublicKey::new()` and `PublicKey::is_valid()`
add feature-gated serde 1.0 support for Signature, SecretKey, PublicKey
bump version to 0.10.0; introduce CHANGELOG.md
…tion

Since making PublicKey::serialize return a fixed-size array, this no longer
requires any allocation, so there's no reason not to have it.
…keys

add Display impl for the key types which outputs their hex representation
switch to 64-bit compilation; add flag for 32-bit
stevenroose and others added 30 commits November 27, 2019 21:03
This feature disables using the bundles sources and will link into
existing libsecp256k1 symbols.
Add secp256k1-sys with prefixed sources
Wrap Secp256k1 from raw context in a ManuallyDrop
Alternative: Passing custom hash functions to ECDH
…-reduce

remove some keywoards from secp-sys Cargo.toml
Fix the manifest links property for secp256k1-sys
* tag '0.17.2':
  Bump version to 0.17.2
  Fix fuzztarget symbols
  Bump to v0.17.1
  Bump secp256k1-sys to v0.1.1
  Update Cargo.toml link in vendor script
  remove some keywoards from secp-sys Cargo.toml
  Update changelog for v0.17.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.