Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

secp256k1 #42605

Closed
wants to merge 1 commit into from
Closed

secp256k1 #42605

wants to merge 1 commit into from

Conversation

shazow
Copy link

@shazow shazow commented Aug 7, 2015

This PR adds a formula for secp256k1, a cryptographic library commonly used in bitcoin-related tools (since bitcoin uses the secp256k1 ECDSA curve).

Unfortunately the source repository does not provide version tags or anything of that sort. The library has been around for a couple of years ago and is considered stable.

It is commonly known as secp256k1 (rather than libsecp256k1) and provides a secp256k1.h header. There are Ruby, Python, and Node bindings that use it under this name.

@MikeMcQuaid
Copy link
Member

Unfortunately the source repository does not provide version tags or anything of that sort. The library has been around for a couple of years ago and is considered stable.

I'm afraid we'll need an upstream tag for this. Can you ask them for one? Thanks!

@DomT4
Copy link
Member

DomT4 commented Aug 7, 2015

I'll be surprised if upstream tags anything on this. It changes quite a bit and presumably isn't deemed hugely stable yet. I've been supporting it in a personal tap for a while with roughly weekly updates to the latest revision.

@shazow
Copy link
Author

shazow commented Aug 7, 2015

Yea, I opened an issue but looks like they're not ready to commit to a stable API just yet: bitcoin-core/secp256k1#286

@DomT4 Didn't know about your tap, thanks for sharing!

@MikeMcQuaid
Copy link
Member

Ok, passing on this for now. It would be accepted in the homebrew-head-only tap.

@DomT4 DomT4 closed this Aug 7, 2015
@Homebrew Homebrew locked and limited conversation to collaborators Jul 10, 2016
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.

3 participants