This is the working area for the IETF SFRAME Working Group Internet-Draft, "Secure Frame (SFrame)".
See the guidelines for contributions.
Contributions can be made by creating pull requests. The GitHub interface supports creating pull requests using the Edit (✏) button.
Formatted text and HTML versions of the draft can be built using make
.
$ make
Command line usage requires that you have the necessary software installed. See the instructions.
After a breaking change in the specification, the test vector script should be updated accordingly, and used to generate new test vectors.
$ cd test-vectors
$ go run known-answer-test.go -json >../test-vectors.json
$ go run known-answer-test.go -md >../test-vectors.md