--------------
Released 2021-06-24
- Make MAC key can be derived with ECDH. `139 <https://github.com/dajiaji/python-cwt/pull/139>`__
- Add RawKey for key material. `138 <https://github.com/dajiaji/python-cwt/pull/138>`__
- Make MAC key can be derived with HKDF. `137 <https://github.com/dajiaji/python-cwt/pull/137>`__
- Remove COSEKeyInterface from RecipientInterface. `137 <https://github.com/dajiaji/python-cwt/pull/137>`__
- Implement AESKeyWrap which has COSEKeyInterface. `137 <https://github.com/dajiaji/python-cwt/pull/137>`__
- Add encode_key() to RecipientInterface. `134 <https://github.com/dajiaji/python-cwt/pull/134>`__
- Rename key to keys on CWT/COSE decode(). `133 <https://github.com/dajiaji/python-cwt/pull/133>`__
- Remove materials from COSE.decode(). `131 <https://github.com/dajiaji/python-cwt/pull/131>`__
- Add decode_key() to RecipientInterface. `131 <https://github.com/dajiaji/python-cwt/pull/131>`__
- Remove alg from keys in recipient header. `131 <https://github.com/dajiaji/python-cwt/pull/131>`__
- Add support for ECDH with key wrap. `130 <https://github.com/dajiaji/python-cwt/pull/130>`__
- Refine README. `127 <https://github.com/dajiaji/python-cwt/pull/127>`__
- Add samples of using direct key agreement. `126 <https://github.com/dajiaji/python-cwt/pull/126>`__