Skip to content

Commit

Permalink
docs: add available encoding algorithms to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
beatt83 committed Jan 19, 2024
1 parent 239f7fa commit c292a3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ This library provides comprehensive support for the Jose suite of standards, inc
| PBES2-HS384+A192KW | |
| PBES2-HS512+A256KW | |


| Encoding Algorithm | Supported |
|-----------------|-----------|
| A128CBC-HS256 |:white_check_mark:|
| A128CBC-HS384 |:white_check_mark:|
| A128CBC-HS512 |:white_check_mark:|
| A128GCMKW |:white_check_mark:|
| A192GCMKW |:white_check_mark:|
| A256GCMKW |:white_check_mark:|

</td><td valign="top">

| Key Type | Supported |
Expand Down

0 comments on commit c292a3d

Please sign in to comment.