edhoc 0.1.0

Experimental EDHOC implementation with fourth optional message
Documentation
# oscore
<!-- cargo-sync-readme start -->

An experimental
[EDHOC](https://datatracker.ietf.org/doc/draft-ietf-lake-edhoc)
key exchange implementation, intended for embedded devices.

This EDHOC implementation is a update on the already existing [implementation](https://github.com/martindisch/oscore). The protocol is updated to comply with [draft-ietf-lake-edhoc-12](https://datatracker.ietf.org/doc/draft-ietf-lake-edhoc/). 

<!-- cargo-sync-readme end -->

Be aware that this implementation is experimental, and only implement the STATIC-STATIC autentication mode, and cipher suite 0 of EDHOC.

## License
Licensed under either of

 * [Apache License, Version 2.0]LICENSE-APACHE
 * [MIT license]LICENSE-MIT

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.