From 85d18a57169ba535f1647e47d6b04e335832c8fa Mon Sep 17 00:00:00 2001 From: derekpierre Date: Fri, 27 Mar 2020 10:41:30 -0400 Subject: [PATCH] Expand 'ms' to 'milliseconds' --- docs/source/support/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/support/faq.rst b/docs/source/support/faq.rst index daa438326..bdf597a6c 100644 --- a/docs/source/support/faq.rst +++ b/docs/source/support/faq.rst @@ -175,7 +175,7 @@ Our guide is intended for Linux - we do not officially support Windows. Q: How computationally expensive is performing re-encryptions likely to be? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -A re-encryption operation is very lightweight (in the order of ms) and is comparable to computing an ECDSA signature. +A re-encryption operation is very lightweight (in the order of milliseconds) and is comparable to computing an ECDSA signature. Q: Can my Staker and Worker address be the same? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~