aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 65a8b3759442a3ef58a9c297d0a0e89455bb588a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# sigsum-witness-py
An implementation of a witness that cosigns a sigsum log.

## License

This code is licensed under the 2-Clause BSD License.

The full license text can be found in the file LICENSE.

This license is also known as the BSD-2-Clause and the Simplified BSD
License.

## Hacking

### Running tests

Use [`pytest`](https://docs.pytest.org/) to run the automated tests:

```
$ pytest .
```