Skip to content

Commit

Permalink
Merge pull request #139 from dajiaji/add-sample-for-cose
Browse files Browse the repository at this point in the history
Add sample for COSE.
  • Loading branch information
dajiaji committed Jun 24, 2021
2 parents 7f06449 + 12a6c3d commit 845542e
Show file tree
Hide file tree
Showing 6 changed files with 1,059 additions and 85 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Changes
Unreleased
----------

- 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 used for KDF. `#137 <https://github.com/dajiaji/python-cwt/pull/137>`__
- 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>`__
Expand Down

0 comments on commit 845542e

Please sign in to comment.