Skip to content

Commit 04fc5ce

Browse files
committed
Split Definitions into Parameters and Functions
1 parent fc56b2b commit 04fc5ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specification.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The signature format is a JSON message of the following form:
4141
Empty fields may be omitted. [Multiple signatures](#multiple-signatures) are
4242
allowed.
4343

44-
Definitions:
44+
Parameters:
4545

4646
* SERIALIZED_BODY is the byte sequence to be signed.
4747

@@ -60,6 +60,8 @@ Definitions:
6060
* KEYID is an optional, unauthenticated hint indicating what key was used to
6161
sign the message. It **must not** be used for security decisions.
6262

63+
Functions:
64+
6365
* PAE() is the
6466
[PASETO Pre-Authentication Encoding](https://github.com/paragonie/paseto/blob/master/docs/01-Protocol-Versions/Common.md#authentication-padding),
6567
where parameters `type` and `body` are byte sequences:

0 commit comments

Comments
 (0)