WebAssembly / tool-conventions

Conventions supporting interoperatibility between tools working with WebAssembly.
Artistic License 2.0
306 stars 66 forks source link

Signatures.md: update and document the signature identifier #221

Closed jedisct1 closed 10 months ago

jedisct1 commented 11 months ago

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.

jedisct1 commented 10 months ago

Ping?