From 891730d13b324fad916572a82f0bd610c5de9aad Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 13 Sep 2020 23:06:24 +0000 Subject: Rename for conversion --- ...Repositories%2Fuser%2Fpaul%2Fhashsig-naive.trac | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive.trac (limited to 'raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive.trac') diff --git a/raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive.trac b/raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive.trac new file mode 100644 index 0000000..26d2512 --- /dev/null +++ b/raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive.trac @@ -0,0 +1,30 @@ +{{{ +#!htmlcomment + +This page is maintained automatically by a script. Don't modify this page by hand, +your changes will just be overwritten the next time the script runs. Talk to your +Friendly Neighborhood Repository Maintainer if you need to change something here. + +}}} + +{{{ +#!html +

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.

+}}} + +[[RepositoryIndex(format=table,glob=user/paul/hashsig-naive)]] + +|| Clone `https://git.cryptech.is/user/paul/hashsig-naive.git` || -- cgit v1.2.3