[Pkg-javascript-commits] [node-browserify-aes] branch upstream updated (51f8b90 -> ea3b80e)

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 14:42:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a change to branch upstream
in repository node-browserify-aes.

      from  51f8b90   1.0.6
       new  10fea10   modes as json file
       new  a495cf6   Merge pull request #35 from fanatid/feature/modes-as-json
       new  7aca109   add .json on require modes
       new  8ce085e   fixes #39 (#40)
       new  2ad2767   Cleanup bufferToArray()
       new  c744553   Merge pull request #38 from tad88dev/master
       new  6704da6   aes: unnecessary comment
       new  2cd7a2d   .travis: add node 7, drop node 10/11/iojs
       new  8f17dc7   README cleanup
       new  9b59265   LICENSE: update to 2017
       new  8a3fe55   package: bump dev-dependencies
       new  e484d59   tests: whitespace added and standard --fix
       new  ce23f7e   add benchsuite
       new  1da4813   browser: consistent module.exports
       new  77dd35c   use safe-buffer
       new  7aae55a   encrypter/decrypter: formatting, an no instanceof required
       new  699f160   encrypter: compare to PADDING, not hex
       new  877529f   mv modes to modes/index.js
       new  375fcd8   aes: inline fixup_uint32, and simplify
       new  76c584d   aes: rename bufferToArray to asUInt32Array
       new  4c48bdd   aes: add doReset algorithm readability for INV_SUB_MIX
       new  ac3b523   aes: isolate keySchedule copy for performance
       new  b17f514   aes: G does not need to be prototyped
       new  9b0c240   aes: doReset SBOX breakout
       new  266d6af   aes: isolate cryptBlock from this
       new  9cd250f   aes: inline SUB_MIX? lookups
       new  fb33358   ghash: inline fixup_uint32, and simplify
       new  1fe2836   ghash: inline xor
       new  79d99d6   no un-instanced new
       new  1915d68   tests: use safe-buffer
       new  3bc9da2   tests: !node10 is now implied
       new  7e6455b   tests: re-order as DEFINITIONS->RUN, not interleaved
       new  dfdccbb   tests: move TEST_CASES for >Node10 to json
       new  80296d2   tests: consistent ciphers reference
       new  2cddc20   tests: rename fixture to f
       new  0e492b6   authCipher: fix Buffer.from using from rather than alloc
       new  94007f4   travis: add 8
       new  040d953   reduce buffer creation for ctr mode
       new  913605e   package; bump evp
       new  5e55a33   1.0.7
       new  845b5d1   1.0.8
       new  ea3b80e   Import node-browserify-aes_1.0.8.orig.tar.gz

The 42 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .npmignore                                         |   2 +
 .travis.yml                                        |  17 +-
 LICENSE                                            |   2 +-
 readme.md => README.md                             |   9 +-
 aes.js                                             | 297 ++++++----
 authCipher.js                                      | 101 ++--
 bench/index.js                                     |  32 +
 bench/package.json                                 |  15 +
 browser.js                                         |  12 +-
 decrypter.js                                       |  94 ++-
 encrypter.js                                       |  96 ++-
 ghash.js                                           |  85 ++-
 modes.js                                           | 171 ------
 modes/cfb.js                                       |  20 +-
 modes/cfb1.js                                      |  26 +-
 modes/cfb8.js                                      |  12 +-
 modes/ctr.js                                       |  18 +-
 modes/ecb.js                                       |   1 +
 modes/index.js                                     |  18 +
 modes/list.json                                    | 191 ++++++
 package.json                                       |  19 +-
 populateFixtures.js => scripts/populateFixtures.js |   2 +-
 streamCipher.js                                    |  20 +-
 test/extra.json                                    |  59 ++
 test/index.js                                      | 646 ++++++++++-----------
 25 files changed, 1077 insertions(+), 888 deletions(-)
 rename readme.md => README.md (88%)
 create mode 100644 bench/index.js
 create mode 100644 bench/package.json
 delete mode 100644 modes.js
 create mode 100644 modes/index.js
 create mode 100644 modes/list.json
 rename populateFixtures.js => scripts/populateFixtures.js (96%)
 create mode 100644 test/extra.json

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-aes.git



More information about the Pkg-javascript-commits mailing list