Skip to content

Commit

Permalink
docs: mentioning new alg in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
radzom committed Sep 26, 2018
1 parent 1254f34 commit 24bfdca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,6 @@ branches:
cache:
directories:
- node_modules
- coverage
notifications:
email: false
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ A library for encrypting/decrypting any JavaScript value as JsonWebEncryption (J
- Encrypting/Decrypting anything from (number, string, boolean, array, date, regex, buffer, object)
- TypeScript support
- support for symetric JsonWebKeys { kty: 'oct' }
- supported algorithms 'A256KW', 'A256GCM', 'A256GCMKW'
- supported algorithms 'A256KW', 'A256GCM', 'A256GCMKW', 'A128CBC-HS256'
- Continous integration with [Travis](https://travis-ci.org/adorsys/jwe-codec)

### Installation
Expand Down

0 comments on commit 24bfdca

Please sign in to comment.