fuel-vm icon indicating copy to clipboard operation
fuel-vm copied to clipboard

Incorrect conversion from Bytes64 to PublicKey

Open xgreenx opened this issue 1 year ago • 3 comments

Conversion from Bytes64 to PublicKey here is incorrect. sec1 includes 1 tag byte at the start of point encoding, so a valid uncompressed PublicKey would be 65 bytes. This is assigned low severity because it doesn't seem to be used anywhere.

xgreenx avatar Jun 15 '24 00:06 xgreenx

is this related? https://github.com/FuelLabs/fuel-vm/issues/551

Voxelot avatar Jun 15 '24 00:06 Voxelot

Calling it incorrect is a bit weird; Bytes64 is assumed to be without the tag byte and not in sec1 format.

Dentosal avatar Aug 19 '24 09:08 Dentosal

Looks like this just requires a little more investigation. Possibly a non-issue.

MitchTurner avatar Oct 17 '24 11:10 MitchTurner