We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ee32d commit c096a32Copy full SHA for c096a32
README.md
@@ -35,7 +35,7 @@ The following table shows how long this library takes to generate keypairs
35
(keygen=), to sign data (sign=), and to verify those signatures (verify=), on
36
my 2008 Mac laptop. All times are in seconds. It also shows the length of a
37
signature (in bytes): the verifying ("public") key is typically the same
38
-length as the signature, and the signing ("private") key is half that length.
+length as the signature, and the signing ("private") key is half that length. Use "python setup.py speed" to generate this table on your own computer.
39
40
* NIST192p: siglen= 48, keygen=0.160s, sign=0.058s, verify=0.116s
41
* NIST224p: siglen= 56, keygen=0.230s, sign=0.086s, verify=0.165s
0 commit comments