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

[DNM] Reintroduce bench_aggsig.c #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

quentinlesceller
Copy link
Member

@quentinlesceller quentinlesceller commented May 5, 2021

Reintroduce bench_aggsig.c declared in https://github.com/mimblewimble/secp256k1-zkp/blob/master/src/modules/aggsig/Makefile.am.include.

Original file here https://github.com/mimblewimble/secp256k1-zkp/blob/567a4754c20c8ccb075f662c3263e4861e1092bd/src/bench_aggsig.c
I've set secp256k1_scratch_space_create(data.ctx, 1024 * 1024 * 1024);

The file was deleted during the replacement testnet3 -> master branch at c9b3446.

Currently the built bench_aggsig segfault on my machine.

@azuchi
Copy link

azuchi commented Dec 25, 2021

Why is this not merged?

When using aggsig module, make will fail because a non-existent src/bench_aggsig.c is defined in src/modules/aggsig/Makefile.am.include. If do not want to add this file, need to modify the Makefile.

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