Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.37 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.37 KB

Secure Frame (SFrame)

This is the working area for the IETF SFRAME Working Group Internet-Draft, "Secure Frame (SFrame)".

Contributing

See the guidelines for contributions.

Contributions can be made by creating pull requests. The GitHub interface supports creating pull requests using the Edit (✏) button.

Command Line Usage

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.

Regenerating Test Vectors

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