@@ -103,7 +103,7 @@ func (v EdDSAVarsig) Encode() []byte {
}
buf = binary.AppendUvarint(buf, uint64(v.hashAlg))
buf = binary.AppendUvarint(buf, uint64(v.payEnc))
buf = append(buf, EncodePayloadEncoding(v.payEnc)...)
buf = append(buf, v.Signature()...)
return buf
The note is not visible to the blocked user.