Skip to content

Commit

Permalink
chore: add docs about PSS support
Browse files Browse the repository at this point in the history
  • Loading branch information
Máté Lang authored Apr 5, 2023
1 parent b2b796b commit 66c5ecd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Verification can be done both using KMS *Verify* method or locally with a cached
| RSASSA_PKCS1_V1_5_SHA_256 | RS256 | |
| RSASSA_PKCS1_V1_5_SHA_384 | RS384 | |
| RSASSA_PKCS1_V1_5_SHA_512 | RS512 | |
| RSASSA_PSS_SHA_256 | PS256 | |
| RSASSA_PSS_SHA_384 | PS384 | |
| RSASSA_PSS_SHA_512 | PS512 | |

# Usage example
See [example.go](./example/example.go)
Expand Down

0 comments on commit 66c5ecd

Please sign in to comment.