Skip to content
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

refactor: switch to filecoin-ffi bls api for bls signatures #5393

Merged
merged 6 commits into from
Jan 25, 2021

Conversation

dignifiedquire
Copy link
Contributor

@dignifiedquire dignifiedquire commented Jan 20, 2021

With filecoin-project/filecoin-ffi#159 the ffi now uses blst as the signature backend, matching the existing functionality. This allows us to simplify the ffi contexts, and remove the git submodule for blst in here.

Due to the streamlining, I am seeing a nice perf increase

master
BenchmarkBLSVerify-64                693           1816108 ns/op

feat-refactor-bls
BenchmarkBLSVerify-64                904           1245841 ns/op

@magik6k magik6k changed the base branch from master to next January 25, 2021 10:22
@magik6k magik6k changed the base branch from next to master January 25, 2021 10:22
@magik6k magik6k marked this pull request as ready for review January 25, 2021 15:13
@magik6k magik6k merged commit 2609080 into master Jan 25, 2021
@magik6k magik6k deleted the feat-refactor-bls branch January 25, 2021 19:56
bibibong pushed a commit to EpiK-Protocol/go-epik that referenced this pull request Feb 22, 2021
…efactor-bls

refactor: switch to filecoin-ffi bls api for bls signatures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants