Skip to content

Commit

Permalink
Merge pull request #67 from paragonie/rfc
Browse files Browse the repository at this point in the history
PASETO RFC (First Draft)
  • Loading branch information
paragonie-scott authored Apr 19, 2018
2 parents 47e2fdf + d7a1067 commit f020ce1
Show file tree
Hide file tree
Showing 7 changed files with 3,170 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea
/composer.lock
/vendor
/docs/RFC/*.xml
1 change: 0 additions & 1 deletion docs/03-Implementation-Guide/01-Payload-Processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ string. The topmost JSON object should be an object, map, or associative array
> **Invalid**:
>
> * `[{"foo":"bar"}]`
> * `["foo"]`
> * `["foo"]`
> * `{0: "test"}`
Expand Down
6 changes: 6 additions & 0 deletions docs/RFC/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

mmark -xml2 -page paseto.md > draft-paragonie-paseto-rfc-00.xml
xml2rfc --text draft-paragonie-paseto-rfc-00.xml
rm draft-paragonie-paseto-rfc-00.xml

Loading

0 comments on commit f020ce1

Please sign in to comment.