You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 settingbuild_flags = -D USE_KECCAK=1
in platformio.ini file. Do you know how to handle this?The text was updated successfully, but these errors were encountered: