Skip to content

Commit

Permalink
HMAC note.
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Parks authored and MicahParks committed Sep 14, 2021
1 parent f19d845 commit 79eea7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Additionally, the supported elliptical curve types are below:
* `P-384`
* `P-521`

This _does_ include HMAC keys. For an example using HMAC keys, please see the `examples/hmac` directory.
This _does_ include HMAC keys. For an example using HMAC keys, please see the `examples/hmac` directory. Do _not_ expose
HMAC keys in public facing JWKs, as HMAC keys are secret keys (not using public key cryptography).

If there are cryptographic algorithms, curve types, or something else already standardized that you'd like supported in
this Go package, please open an issue or pull request.
Expand Down

0 comments on commit 79eea7e

Please sign in to comment.