[Cryptech-Commits] [user/paul/hashsig-naive] branch master updated: Change README to README.md so it will render on the Trac browser
git at cryptech.is
git at cryptech.is
Wed May 2 15:00:50 UTC 2018
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository user/paul/hashsig-naive.
The following commit(s) were added to refs/heads/master by this push:
new 379d7a7 Change README to README.md so it will render on the Trac browser
379d7a7 is described below
commit 379d7a774de0c8170aaf3362b7ddec960ff38953
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Wed May 2 10:57:48 2018 -0400
Change README to README.md so it will render on the Trac browser
---
README => README.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README b/README.md
similarity index 80%
rename from README
rename to 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list