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
Signatures.md: update and document the signature identifier (#221)
In order to avoid probing signatures that don't match a public
key, signatures are prefixed with an algorithm identifier.
That identifier was present in examples, but not in the specification.
So, mention it in the specification.
In addition, current implementations don't consider that the
identifier is part of the signature, so match these implementations.
It doesn't make any difference beyond the encoded signature length.
0 commit comments