From 379d7a774de0c8170aaf3362b7ddec960ff38953 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Wed, 2 May 2018 10:57:48 -0400 Subject: Change README to README.md so it will render on the Trac browser --- README | 12 ------------ README.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index bec81a5..0000000 --- a/README +++ /dev/null @@ -1,12 +0,0 @@ -Reference implementation of of the LMS Hash Based Signature Scheme from -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 -are stored unencrypted in the local file system). It is intended to show -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, -although all code was written independently. diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc2894b --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +hashsig-naive +============= + +Reference implementation of of the LMS Hash Based Signature Scheme from +`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 +are stored unencrypted in the local file system). It is intended to show +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, +although all code was written independently. -- cgit v1.2.3