aboutsummaryrefslogtreecommitdiff
path: root/doc/html/group___ecdsa_primitives.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/group___ecdsa_primitives.html')
-rw-r--r--doc/html/group___ecdsa_primitives.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/group___ecdsa_primitives.html b/doc/html/group___ecdsa_primitives.html
index e1c37b9..50d135d 100644
--- a/doc/html/group___ecdsa_primitives.html
+++ b/doc/html/group___ecdsa_primitives.html
@@ -32,7 +32,7 @@
id="projectlink"
class="index.html"
href="index.html">Intel&reg; Enhanced Privacy ID SDK</a>
-&#160;<span id="projectnumber">2.0.0</span>
+&#160;<span id="projectnumber">3.0.0</span>
</div>
</td>
</tr>
@@ -129,7 +129,7 @@ Functions</h2></td></tr>
</div><div class="memdoc">
<p>Creates ECDSA signature of buffer. </p>
-<p>Uses Elliptic Curve Digital Signature Algorithm (ECDSA) to generate a signature of the SHA256 hash of the input buffer with the provided private key.</p>
+<p>Uses Elliptic Curve Digital Signature Algorithm (ECDSA) to generate a signature of the SHA-256 hash of the input buffer with the provided private key.</p>
<p>The operation is over the standard secp256r1 curve.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
@@ -190,7 +190,7 @@ Functions</h2></td></tr>
</div><div class="memdoc">
<p>Verifies authenticity of a digital signature over a buffer. </p>
-<p>Uses Elliptic Curve Digital Signature Algorithm (ECDSA) to verify that the SHA256 hash of the input buffer was signed with the private key corresponding to the provided public key.</p>
+<p>Uses Elliptic Curve Digital Signature Algorithm (ECDSA) to verify that the SHA-256 hash of the input buffer was signed with the private key corresponding to the provided public key.</p>
<p>The operation is over the standard secp256r1 curve.</p>
<dl class="section warning"><dt>Warning</dt><dd>It is the responsibility of the caller to verify the identity of the public key.</dd></dl>
<dl class="params"><dt>Parameters</dt><dd>