Skip to content

Commit 0804b1b

Browse files
committed
README: Explain the project in more detail (#1)
1 parent f52d4a6 commit 0804b1b

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# signing-spec
2-
A specification for signing methods and formats used by Secure Systems Lab projects.
2+
3+
Simple, foolproof standard for signing arbitrary data.
4+
5+
* Why not [JOSE/JWS/JWT](https://jwt.io)? JSON-specific, too complicated, too
6+
easy to mess up.
7+
* Why not [PASETO](https://paseto.io)? JSON-specific, too opinionated.
8+
9+
## What is it?
10+
11+
* [Signature protocol](specification.md)
12+
* [Data structure](specification.md) for storing the message and signatures
13+
* (pending #9) Suggested crypto primitives
14+
15+
Out of scope (for now at least):
16+
17+
* Key management / PKI
18+
19+
## Who uses it?
20+
21+
* [in-toto](https://in-toto.io) (pending in-toto/ITE#13)
22+
* [TUF](https://theupdateframework.io) (pending)

0 commit comments

Comments
 (0)