From 8ba92fb36610120f7dc9a6fd71ac4780eae3beba Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 15 Mar 2018 17:27:39 -0400 Subject: Naive implementation of draft-mcgrew-hash-sigs-10.txt --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..bec81a5 --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +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