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

How to USE_KECCAK functions? #29

Open
tomasz90 opened this issue Jun 5, 2023 · 0 comments
Open

How to USE_KECCAK functions? #29

tomasz90 opened this issue Jun 5, 2023 · 0 comments

Comments

@tomasz90
Copy link

tomasz90 commented Jun 5, 2023

Hi!

I just created repo based on your library. I am trying to generate ethereum addresses and pk based on mnemonic and derivation path. This concept works, but I met such issue - I tried to use function keccak_256, but this is restricted by macro USE_KECCAK.
I tried many combination of setting USE_KECCAK 1 in cpp file, header file, before imports etc.. none worked. The only one solution, but rather workaround was setting build_flags = -D USE_KECCAK=1 in platformio.ini file. Do you know how to handle this?

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

1 participant