summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-07-06 16:32:01 -0500
committerStuart Stock <stuart@int08h.com>2017-07-06 16:32:01 -0500
commit3d2a7cc2991a8230b91ee62f3780a9a4cbc264d3 (patch)
tree350052bfef9c5751f0887e01478a42daefb7bbf2 /README.md
parent98ffe07183704e6f89c80cdf52492ecdf1957113 (diff)
downloadroughenough-3d2a7cc2991a8230b91ee62f3780a9a4cbc264d3.zip
need to use constants consistently
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed1f75c..494af99 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,8 @@ comprehensibility by newbie Rustaceans. Blazing async ninja speed is not a goal.
Per-request heap allocations could be reduced: a few `Vec`'s could be replaced by
lifetime scoped slices.
+Constants aren't consistently used. A few hard-coded magic numbers remain.
+
## About the Roughtime Protocol
[Roughtime](https://roughtime.googlesource.com/roughtime) is a protocol that aims to achieve rough
time synchronisation in a secure way that doesn't depend on any particular time server, and in such