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

commit dbb48cce required for cardano-node 8.0.0 does not properly export crypto_vrf_bytes/crypto_vrf_proofbytes #3

Open
AndrewWestberg opened this issue May 9, 2023 · 1 comment

Comments

@AndrewWestberg
Copy link

In the header file crypto_vrf.h, the function crypto_vrf_bytes() is exported.

However, in the crypto_vrf.c file, the function is called crypto_vrf_proofbytes().

The mismatch between the header and the c prevents this function from being called externally.

image

@iquerejeta
Copy link
Collaborator

Hi Andrew, nice catch. Did you have problems building the node? In the latest version of cardano-base we point directly to the specific functions of the spec version (03 or 13). See here or here. That is why we might have missed it.

Definitely something we'll fix, but I want to understand how you've encountered that problem. Thanks 🙏

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

No branches or pull requests

2 participants