Tarak Ben Youssef
Tarak Ben Youssef
@turbolent custom tags can be used when verifying ECDSA signatures so I guess you can tick the second item of the issue.
Yes, enabling Keccak and custom tags is done (the items on the issue description). However this doesn't mean the crypto of Cadence is totally compatible with Ethereum (title of the...
Thanks @psiemens, I've updated the references above to the comments describing the encoding method.
Cadence docs do detail the format of cryptographic data. Are there other specific docs you would like me to update @psiemens ? I guess transaction format and account creation?
Hi @j1010001 , yep
Hi @vikstrous2, we're planning to make a similar package upgrade to the repo. I wanted to check if you're planning to make changes to the PR sometime soon or if...
Closing the current PR, dependencies update is done by https://github.com/onflow/flow-go/pull/3085 and another PR to follow up soon.
@SaveTheRbtz Isn't linter already enabled for flow-go/crypto [here](https://github.com/onflow/flow-go/blob/a98498f466cba094104c5b2b9206d4fd586c6af5/.github/workflows/ci.yml#L34-L43) ? also, any reason why CI does not use our local make [target](https://github.com/onflow/flow-go/blob/0f3576e2b25ea6576f2cc7652c5fbeb01ff0bf3a/Makefile#L174-L182) ?
> seems like github.com/btcsuite/btcd is no longer developed and ./crypto/ would need to migrate to github.com/btcsuite/btcd/btcec/v2 at some point. There is a community PR with the upgrade, I'll follow up...