Skip to content

Commit c096a32

Browse files
committed
mention "setup.py speed" in README
1 parent d6ee32d commit c096a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following table shows how long this library takes to generate keypairs
3535
(keygen=), to sign data (sign=), and to verify those signatures (verify=), on
3636
my 2008 Mac laptop. All times are in seconds. It also shows the length of a
3737
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.
38+
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.
3939

4040
* NIST192p: siglen= 48, keygen=0.160s, sign=0.058s, verify=0.116s
4141
* NIST224p: siglen= 56, keygen=0.230s, sign=0.086s, verify=0.165s

0 commit comments

Comments
 (0)