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

Fixing C symbol names #7

Merged
merged 2 commits into from
Jun 19, 2023
Merged

Fixing C symbol names #7

merged 2 commits into from
Jun 19, 2023

Conversation

kazu-yamamoto
Copy link
Owner

@shlevy @angerman Should fix #6.

@shlevy
Copy link

shlevy commented Jun 19, 2023

Great, thanks for the speedy turnaround! Testing now.

@shlevy
Copy link

shlevy commented Jun 19, 2023

@kazu-yamamoto Linking still fails due to this definition in ed25519-donna-batchverify.h:

/* not actually used for anything other than testing */
unsigned char batch_point_buffer[3][32];

@shlevy
Copy link

shlevy commented Jun 19, 2023

#8 will include additional symbol renames needed to get our project building.

@kazu-yamamoto kazu-yamamoto merged commit ac6496f into master Jun 19, 2023
12 checks passed
@kazu-yamamoto kazu-yamamoto deleted the cbits branch June 19, 2023 12:20
kazu-yamamoto added a commit that referenced this pull request Jun 19, 2023
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.

C symbol names clash with cryptonite
2 participants