index
:
jsSHA
master
origin/HEAD
origin/gh-pages
origin/master
origin/v1
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change to a more supported file reader
HEAD
origin/master
origin/HEAD
master
Brian Turek
2017-08-19
1
-6
/
+6
*
Updating packaging files for v2.3.1 release
v2.3.1
Brian Turek
2017-06-10
3
-3
/
+3
*
Add Bitcoin donation link
Brian Turek
2017-06-10
1
-1
/
+1
*
Squashed commit of the following:
Brian Turek
2017-06-10
9
-209
/
+847
*
Removing LICENSE self-test feature
Brian Turek
2017-05-13
1
-12
/
+0
*
Updating packaging files for release
v2.3.0
Brian Turek
2017-05-13
2
-2
/
+2
*
Updating CHANGELOG for externs addition
Brian Turek
2017-05-13
1
-2
/
+3
*
Merge in ArrayBuffer fixes
Brian Turek
2017-05-13
8
-104
/
+186
|
\
|
*
Add ArrayBuffer tests
Brian Turek
2017-05-13
1
-5
/
+84
|
*
Update CHANGELOG
Brian Turek
2017-05-03
1
-0
/
+1
|
*
Add compiled versions
Brian Turek
2017-05-03
5
-95
/
+95
|
*
Fixed ArrayBuffer issues
Brian Turek
2017-05-03
1
-4
/
+6
*
|
Externs for jsSHA (#61)
Ivan Ridao Freitas
2017-05-08
1
-0
/
+49
|
/
*
Update CHANGELOG.md to include xor decomposition
Brian Turek
2017-04-04
1
-0
/
+2
*
Added compiled versions
Brian Turek
2017-04-04
2
-44
/
+44
*
Minor docstring tweak to make GCC happier
Brian Turek
2017-04-04
1
-1
/
+1
*
SHA3: xor_64(varargs) -> xor_64_2(a,b), xor_64_5(a,b,c,d,e) (#55)
Andreas Klauer
2017-04-04
1
-17
/
+32
*
Rework the README to be a little less wordy
Brian Turek
2017-03-05
1
-89
/
+60
*
Changed incorrect "hashType" to the actual SHA selection
Brian Turek
2017-03-05
1
-1
/
+1
*
Fixing docstrings for `update` and `setHMACKey` to include ArrayBuffer as an...
Brian Turek
2017-02-19
1
-2
/
+2
*
Fixed missing spaces
Brian Turek
2017-02-07
1
-2
/
+2
*
Updated copyright year
Brian Turek
2017-01-02
8
-8
/
+8
*
Fixed typo
Brian Turek
2016-11-27
1
-2
/
+2
*
Fixed incorrect looking sentence
Brian Turek
2016-11-27
1
-2
/
+3
*
Delete apparently unneeded Coveralls file
Brian Turek
2016-07-17
0
-0
/
+0
*
Add Coveralls support
Brian Turek
2016-07-17
0
-0
/
+0
*
Adding compiled versions and updated CHANGELOG
Brian Turek
2016-07-16
6
-108
/
+114
*
Add little endian logic in conversion functions so SHA-3 doesn't need big<->l...
Brian Turek
2016-07-16
1
-126
/
+229
*
Changed HTTP link to HTTPS
Brian Turek
2016-07-10
1
-1
/
+1
*
Fixup markdown syntax on title
Brian Turek
2016-07-10
1
-1
/
+1
*
Fixing up one last link
v2.2.0
Brian Turek
2016-07-10
1
-4
/
+3
*
Prepping files for v2.2.0 release
Brian Turek
2016-07-10
2
-30
/
+29
*
Syncing bower.json up to package.json
Brian Turek
2016-07-10
1
-7
/
+22
*
Add support SHA3
Brian Turek
2016-07-10
18
-614
/
+1522
*
Adding Travis CI badge
Brian Turek
2016-07-09
1
-3
/
+4
*
Adding Travis CI
Brian Turek
2016-07-09
1
-0
/
+4
*
Fixed HMAC test naming problem
Brian Turek
2016-07-09
1
-82
/
+80
*
Switched to Mocha/Chai for testing
Brian Turek
2016-07-09
3
-1386
/
+690
*
Add fixed length SHA3 support
Brian Turek
2016-06-26
1
-51
/
+336
*
Further LICENSE tweaking and package.json license fix
Brian Turek
2016-06-19
2
-4
/
+4
*
Copyright notice and license for P.Johnston's code (#48)
vlna
2016-06-18
1
-9
/
+19
*
Prepping for v2.1.0 release
v2.1.0
Brian Turek
2016-05-13
2
-2
/
+2
*
Adding compiled files
Brian Turek
2016-05-13
4
-61
/
+62
*
Fixing problem with inputs over 4 billion bits
Brian Turek
2016-05-13
2
-7
/
+23
*
Updated CHANGELOG with pull request
Brian Turek
2016-05-10
1
-0
/
+1
*
Merge pull request #37 from vogievetsky/fix-npm-ignore
Brian Turek
2016-05-09
1
-3
/
+0
|
\
|
*
keep smaller sha builds in npm
Vadim Ogievetsky
2015-11-29
1
-3
/
+0
*
|
Added compiled versions
Brian Turek
2016-05-08
4
-77
/
+82
*
|
Adding ArrayBuffer input/output support
Brian Turek
2016-05-08
3
-15
/
+101
*
|
Upped version number
Brian Turek
2016-05-08
2
-2
/
+2
*
|
Added note about getHMAC
Brian Turek
2016-05-08
1
-1
/
+1
*
|
Updated copyright date
Brian Turek
2016-05-08
5
-5
/
+5
*
|
Merging in rehash features
Brian Turek
2016-05-08
6
-95
/
+87
|
\
\
|
*
|
Fixed sha.js reference
Brian Turek
2016-05-08
1
-1
/
+1
|
*
|
Adding compiled files
Brian Turek
2016-05-08
5
-78
/
+78
|
*
|
More efficient implementation
Brian Turek
2016-05-08
1
-66
/
+64
|
*
|
First attempt at allowing update calls between getHash calls
Brian Turek
2016-04-16
6
-162
/
+156
*
|
|
Added donation link
Brian Turek
2016-05-07
1
-0
/
+3
|
/
/
*
|
Merge pull request #36 from vogievetsky/fix-doc
Brian Turek
2015-11-29
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
numRounds is a number
Vadim Ogievetsky
2015-11-29
2
-2
/
+2
|
/
*
Updating files for v2.0.2 release
v2.0.2
Brian Turek
2015-10-31
3
-3
/
+3
*
Made new hash-file HTML compliant and updated LICENSE for 2015
Brian Turek
2015-10-31
3
-108
/
+129
*
Merge pull request #28 from kofalt/incrementally-hash-file
Brian Turek
2015-10-31
1
-0
/
+106
|
\
|
*
Add test instructions
Nathaniel Kofalt
2015-06-16
1
-0
/
+2
|
*
Treat as pseudo unit test if LICENSE file is entered
Nathaniel Kofalt
2015-06-16
1
-0
/
+29
|
*
Use minified library for hash-file
Nathaniel Kofalt
2015-06-16
1
-1
/
+1
|
*
Added example of using HTML5 File API to incrementally hash a file without bl...
Nathaniel Kofalt
2015-06-15
1
-0
/
+75
*
|
Fixed inability to have blank b64Pad (#32)
Brian Turek
2015-08-26
6
-37
/
+45
*
|
Updating bower and npm config files for v2.0.1
v2.0.1
Brian Turek
2015-06-25
2
-2
/
+2
*
|
Pushing compiled files and CHANGELOG for v2.0.1
Brian Turek
2015-06-25
5
-5
/
+15
*
|
Fixed major hashing bug
Brian Turek
2015-06-25
1
-9
/
+15
|
/
*
Changed bower and NPM files for 2.0.0
v2.0.0
Brian Turek
2015-06-13
3
-4
/
+5
*
Changed exception catching to catch new exceptions
Brian Turek
2015-06-13
1
-3
/
+3
*
Merge streaming
Brian Turek
2015-06-13
8
-661
/
+877
|
\
|
*
Checking in compiled JS files
Brian Turek
2015-05-23
5
-77
/
+78
|
*
Updated README.md with new instructions that support streaming
Brian Turek
2015-05-23
1
-28
/
+41
|
*
Throw Errors instead of strings
Brian Turek
2015-05-23
2
-22
/
+27
|
*
Fixed variable name collision and prettied up supported hash logic
Brian Turek
2015-03-09
1
-14
/
+14
|
*
Adding compiled files
Brian Turek
2015-03-09
4
-71
/
+76
|
*
Changing unintentional commit back
Brian Turek
2015-03-09
1
-1
/
+1
|
*
More GCC appeasement and bug fix for non-full releases
Brian Turek
2015-03-09
1
-37
/
+51
|
*
GCC appeasement
Brian Turek
2015-03-09
7
-64
/
+67
|
*
Changed testbench to use new style of API for HMAC
Brian Turek
2015-03-08
1
-17
/
+48
|
*
Added support for streaming on HMAC
Brian Turek
2015-03-08
1
-191
/
+171
|
*
Changed testbench to use new style of API for non-HMAC
Brian Turek
2015-03-08
1
-18
/
+24
|
*
Added support for streaming on SHA-2 variants
Brian Turek
2015-03-08
1
-163
/
+189
|
*
Initial support for streaming on SHA-1
Brian Turek
2015-03-08
1
-218
/
+355
*
|
Pushing files for v1.6.0
v1.6.0
Brian Turek
2015-03-08
7
-64
/
+67
*
|
Postponing ASCII removal until v2.0
Brian Turek
2015-03-08
1
-6
/
+8
|
/
*
Changed UTF16 encoding to UTF16BE and UTF16LE
Brian Turek
2015-01-24
7
-84
/
+94
*
Fixed array references such that all values exist before read
Brian Turek
2014-10-06
1
-22
/
+56
*
Removed DOS newlines and changed scoping on new_th
Brian Turek
2014-10-06
1
-1370
/
+1370
*
Prepping files for v2.0.0
Brian Turek
2014-10-05
9
-69
/
+82
*
Add support for BYTES input/output type
Brian Turek
2014-10-05
1
-12
/
+82
*
Attempt a little more jsLint appeasement
Brian Turek
2014-10-05
1
-6
/
+6
*
Check array lengths before assignment to suppress errors in icedove
Brian Turek
2014-10-05
1
-0
/
+9
*
Add support for 4-byte UTF-8 characters
Brian Turek
2014-10-05
1
-8
/
+20
*
Merge pull request #19 from drewcovi/master
Brian Turek
2014-07-12
5
-37
/
+36
|
\
|
*
compiled all versions based on new dev updates
Drew Covi
2014-05-27
4
-36
/
+35
|
*
removing typeof
Drew Covi
2014-05-27
1
-1
/
+1
|
/
[next]