diff options
author | Stuart Stock <stuart@int08h.com> | 2017-07-06 16:32:01 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2017-07-06 16:32:01 -0500 |
commit | 3d2a7cc2991a8230b91ee62f3780a9a4cbc264d3 (patch) | |
tree | 350052bfef9c5751f0887e01478a42daefb7bbf2 /README.md | |
parent | 98ffe07183704e6f89c80cdf52492ecdf1957113 (diff) | |
download | roughenough-3d2a7cc2991a8230b91ee62f3780a9a4cbc264d3.zip |
need to use constants consistently
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |