summaryrefslogtreecommitdiff
path: root/raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2020-09-13 23:06:24 +0000
committerRob Austein <sra@hactrn.net>2020-09-13 23:06:24 +0000
commit891730d13b324fad916572a82f0bd610c5de9aad (patch)
treef46c94ddfff34f15aafe7cac0596716d1c13c412 /raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive
parentb092ffbcbe2c9398494f7dc9db6f0796971633e0 (diff)
Rename for conversion
Diffstat (limited to 'raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive')
-rw-r--r--raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive30
1 files changed, 0 insertions, 30 deletions
diff --git a/raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive b/raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive
deleted file mode 100644
index 26d2512..0000000
--- a/raw-wiki-dump/GitRepositories%2Fuser%2Fpaul%2Fhashsig-naive
+++ /dev/null
@@ -1,30 +0,0 @@
-{{{
-#!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
-<h1>hashsig-naive</h1>
-
-<p>Reference implementation of of the LMS Hash Based Signature Scheme from
-<code>draft-mcgrew-hash-sigs-10</code>.</p>
-
-<p>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.</p>
-
-<p>The user interface is modeled on <code>demo.c</code> from the Cisco implementation,
-although all code was written independently.</p>
-}}}
-
-[[RepositoryIndex(format=table,glob=user/paul/hashsig-naive)]]
-
-|| Clone `https://git.cryptech.is/user/paul/hashsig-naive.git` ||