Skip to content

Commit c27cbbe

Browse files
author
Sarah Vilaysom
authored
373705 (#5328)
1 parent 19cf7ca commit c27cbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Security.Cryptography/DSASignatureFormat.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<Docs>
4646
<summary>
4747
<para>The signature format from IEEE P1363, which produces a fixed size signature for a given key.</para>
48-
<para>This signature format encodes the <code>(r, s)</code> tuple as the concatenation of the big-endian representation of <code>r</code> and the big-endian representation of <code>s</code>, each value encoding using the number of bytes required for encoding the maximum integer value in the key's mathematical field. For example, an ECDSA signature from the curve <code>secp521r1</code>, a 521-bit field, encodes each of <code>r</code> and <code>s</code> as 66 bytes, producing a signature output of 132 bytes.</para>
48+
<para>This signature format encodes the <code>(r, s)</code> tuple as the concatenation of the big-endian representation of <code>r</code> and the big-endian representation of <code>s</code>. Each of these values is encoded using the number of bytes required to encode the maximum integer value in the key's mathematical field. For example, an ECDSA signature from the curve <code>secp521r1</code> (a 521-bit field) encodes each of <code>r</code> and <code>s</code> as 66 bytes, and produces a signature output of 132 bytes.</para>
4949
</summary>
5050
</Docs>
5151
</Member>

0 commit comments

Comments
 (0)