-
Notifications
You must be signed in to change notification settings - Fork 6
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
Disable bindgen and upgrade libsecp256k1
#83
base: master
Are you sure you want to change the base?
Conversation
Deploying p256k1 with Cloudflare Pages
|
I can confirm that both |
I take it that this is basically just a Side note: I would consider using git submodules for the |
It's a download not a checkout: https://github.com/Trust-Machines/p256k1/blob/master/update/src/main.rs#L11
That's how I originally structured the repo. But in bf6d61b it was changed to do the current download/patch/vendor/define dance. Part of the reason was to get rid of conflicting symbols when |
Fixes #82