We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc56b2b commit 04fc5ceCopy full SHA for 04fc5ce
specification.md
@@ -41,7 +41,7 @@ The signature format is a JSON message of the following form:
41
Empty fields may be omitted. [Multiple signatures](#multiple-signatures) are
42
allowed.
43
44
-Definitions:
+Parameters:
45
46
* SERIALIZED_BODY is the byte sequence to be signed.
47
@@ -60,6 +60,8 @@ Definitions:
60
* KEYID is an optional, unauthenticated hint indicating what key was used to
61
sign the message. It **must not** be used for security decisions.
62
63
+Functions:
64
+
65
* PAE() is the
66
[PASETO Pre-Authentication Encoding](https://github.com/paragonie/paseto/blob/master/docs/01-Protocol-Versions/Common.md#authentication-padding),
67
where parameters `type` and `body` are byte sequences:
0 commit comments