dymensionxyz/dymension

Lack of public key validation when registering sequencer

srene opened this issue · 0 comments

The CreateSequencer function does not ensure the cryptographic validity of the provided public key. Specifically, there is no verification to confirm that the public key's point lies on the elliptic curve, which is a fundamental requirement for its validity in cryptographic operations.