[Pkg-javascript-commits] [node-sha.js] branch upstream updated (c233442 -> ea776f2)

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 30 11:23:28 UTC 2017


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

rouca pushed a change to branch upstream
in repository node-sha.js.

      from  c233442   2.4.8
       new  49a32f3   use buffer module
       new  f10eaba   Merge pull request #41 from astro/master
       new  e963695   Add test for large data
       new  aee24f1   Fix digesting of large data
       new  58ae289   Merge pull request #43 from artcom/fix-large-data
       new  2d65484   README: remove typed array comments, re-format support algorithms
       new  5d6baa3   Merge pull request #40 from crypto-browserify/readme
       new  678c338   tests: formatting
       new  5d5a8d8   tests: compare hex, not byte-by-byte (easier debugging)
       new  03702a8   npmignore: ignore test/
       new  d308cb0   hash: update never returns anything
       new  158bc83   hash: remove repeated remainder calculation
       new  388d45e   hash: rm unnecessary _s state
       new  e9ff865   hash: increase readability of block-by-block hashing
       new  22adba6   use safe-buffer
       new  b3e2423   Merge pull request #45 from crypto-browserify/dcousens-patch-2
       new  8551e53   package: bump standard
       new  1ac913b   tests: use safe-buffer constructors
       new  27e649c   drop Node <4
       new  1c879cf   Merge pull request #46 from crypto-browserify/no012
       new  1244bd2   Change "new shajs.SHA256()" to lowercase to make it actually work.
       new  271e39b   Merge pull request #48 from JK0N/master
       new  100edf9   Buffer: use alloc/allocUnsafe/from instead new
       new  60e4f97   Merge pull request #50 from crypto-browserify/safe-buffer
       new  f5906a0   2.4.9
       new  ea776f2   Import node-sha.js_2.4.9.orig.tar.gz

The 26 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:
 .gitignore      |  1 +
 .npmignore      |  1 +
 .travis.yml     |  6 ++---
 README.md       | 62 ++++++++++++++++++++++------------------------------
 bin.js          |  2 --
 hash.js         | 68 +++++++++++++++++++++++++++++++++------------------------
 hexpp.js        | 26 ----------------------
 package.json    |  7 +++---
 sha.js          |  3 ++-
 sha1.js         |  3 ++-
 sha224.js       |  3 ++-
 sha256.js       |  3 ++-
 sha384.js       |  3 ++-
 sha512.js       |  3 ++-
 test/hash.js    | 39 ++++++++++++---------------------
 test/test.js    | 19 ++++++++++++++--
 test/vectors.js | 10 +++------
 17 files changed, 120 insertions(+), 139 deletions(-)
 create mode 100644 .npmignore
 delete mode 100644 hexpp.js

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



More information about the Pkg-javascript-commits mailing list