Skip to content

Commit

Permalink
add sha512 to browserTest
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseshiftleft committed Dec 27, 2012
1 parent 7459839 commit 9a8d479
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 31 deletions.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SOURCES= core/sjcl.js core/aes.js core/bitArray.js core/codecString.js core/codecHex.js core/codecBase64.js core/sha256.js core/ccm.js core/ocb2.js core/hmac.js core/pbkdf2.js core/random.js core/convenience.js
SOURCES= core/sjcl.js core/aes.js core/bitArray.js core/codecString.js core/codecHex.js core/codecBase64.js core/sha256.js core/ccm.js core/ocb2.js core/gcm.js core/hmac.js core/pbkdf2.js core/random.js core/convenience.js
COMPRESS= core_closure.js
Loading

0 comments on commit 9a8d479

Please sign in to comment.