hash-based-signatures 0.1.0

A command-line tool to sign arbitrary files using hash-based signatures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Example

This very readme will be signed by the following public key:

```
9e2543961faafa9a021752ad7598170472e688988ad1fa66a33dc65945385194
```

You can verify the signature by running:
```bash
$ cargo run -- verify \
  example/readme.md \
  example/readme.md.signature \
  9e2543961faafa9a021752ad7598170472e688988ad1fa66a33dc65945385194
```