You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are lots of loops which hash over a byte buffer. hashWriteByte should be changed to hashWriteBytes. Also, public key serialisation happens a few times; this should be refactored into a new function.
The text was updated successfully, but these errors were encountered:
There are lots of loops which hash over a byte buffer. hashWriteByte should be changed to hashWriteBytes. Also, public key serialisation happens a few times; this should be refactored into a new function.
The text was updated successfully, but these errors were encountered: