Stuff signed data in a standalone object

Makes both generating it in sydent, and verifying it here, simpler at
the cost of some repetition
This commit is contained in:
Daniel Wagner-Hall 2015-10-16 17:45:48 +01:00
parent c225d63e9e
commit 0e5239ffc3
2 changed files with 15 additions and 8 deletions

View file

@ -23,8 +23,8 @@ JOIN_KEYS = {
"token",
"public_key",
"key_validity_url",
"signatures",
"sender",
"signed",
}