Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 834 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 834 Bytes

CBOR Encoded Message Syntax - C# Implementation

This project is running in parallel with the cose-spec project. That project is defining the specification, while this project is providing some publicly available implementations of the COSE specification.

Directories

COSE - contains a class library for C# examples - contains a program that is being used to generate the example messages in the specification.

Contributing

Fill in what the rules are - however it should be something along the lines of - all contributions are run under the GPL or MIT license

Test Vectors

The intention is to provide a set of test vectors that will and will not decode correctly for to allow implemetations to test themselves. Each of the provided implemetions will provide a test program which checks against the test vectors.