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

Update crypto algorithm checks for account keys #461

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tarakby
Copy link
Contributor

@tarakby tarakby commented Oct 23, 2024

closes #460

Account keys can only use:

  • ECDSA on P256 and secp256k1
  • sha2 and sha3 with 256 bits
    All other combinations should be rejected early by the transactions.

@tarakby tarakby self-assigned this Oct 23, 2024
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.

Update the crypto algos during account creation
1 participant