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

TEP-2: Replace BLS with Ed25519 #160

Merged
merged 11 commits into from
Jan 23, 2025
Merged

TEP-2: Replace BLS with Ed25519 #160

merged 11 commits into from
Jan 23, 2025

Conversation

pouya-eghbali
Copy link
Member

This PR replaces BLS12-381 with Ed25519. The following changes are introduced in this PR:

  • Remove BLS12-381
  • Migrate all signatures to Ed25519
  • Improve Array serialization
  • Verify all messages between users, workers, plugins, consumers, and brokers
  • Remove Hello and KOSK opcodes
  • Make the broker stateless
  • Require signature and signer combo in all signed packets
  • Add PublicKey config option for plugins
  • Move Network.BrokerURI config option to Network.Broker.URI
  • Add Network.Broker.PublicKey config option

@pouya-eghbali pouya-eghbali merged commit 11f7561 into develop Jan 23, 2025
2 checks passed
@pouya-eghbali pouya-eghbali deleted the ed25519 branch January 29, 2025 01:10
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.

1 participant