aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2018-05-02 10:57:48 -0400
committerPaul Selkirk <paul@psgd.org>2018-05-02 10:57:48 -0400
commit379d7a774de0c8170aaf3362b7ddec960ff38953 (patch)
tree4bc12423a21f497726c8a42c880346f74d94ec56
parent8ba92fb36610120f7dc9a6fd71ac4780eae3beba (diff)
Change README to README.md so it will render on the Trac browserHEADmaster
-rw-r--r--README.md (renamed from README)7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README.md
index bec81a5..bc2894b 100644
--- a/README
+++ b/README.md
@@ -1,5 +1,8 @@
+hashsig-naive
+=============
+
Reference implementation of of the LMS Hash Based Signature Scheme from
-draft-mcgrew-hash-sigs-10.
+`draft-mcgrew-hash-sigs-10`.
This is a naive implementation, which hews as closely as possible to the
text of the draft, without any regard for performance (or security - keys
@@ -8,5 +11,5 @@ that the draft can be implemented as written (except I found a few
omissions in the text), and can interoperate with the official reference
implementation at http://github.com/cisco/hash-sigs.
-The user interface is modeled on demo.c from the Cisco implementation,
+The user interface is modeled on `demo.c` from the Cisco implementation,
although all code was written independently.