Post
Topic
Board Bitcoin Discussion
Re: Mini-puzzle for puzzle #130
by
K0rvexX
on 14/12/2024, 21:15:16 UTC
the length of the signature is also 65 bytes instead of 64. Is there a hint on the manipulation done on the signature before getting encoded (or is it in the message again xd)
The signature's hex representation starts with 20 while every other signature I checked started with 30. Did the signature get processed through some function before being encoded to b64?