34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
/*!
|
|
* The buffer module from node.js, for the browser.
|
|
*
|
|
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
* @license MIT
|
|
*/
|
|
|
|
/*!
|
|
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
|
|
Code licensed under the BSD License:
|
|
http://developer.yahoo.com/yui/license.html
|
|
version: 2.9.0
|
|
*/
|
|
|
|
/*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/
|
|
*/
|
|
|
|
/*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/
|
|
*/
|
|
|
|
/*! CryptoJS v3.1.2 core-fix.js
|
|
* code.google.com/p/crypto-js
|
|
* (c) 2009-2013 by Jeff Mott. All rights reserved.
|
|
* code.google.com/p/crypto-js/wiki/License
|
|
* THIS IS FIX of 'core.js' to fix Hmac issue.
|
|
* https://code.google.com/p/crypto-js/issues/detail?id=84
|
|
* https://crypto-js.googlecode.com/svn-history/r667/branches/3.x/src/core.js
|
|
*/
|
|
|
|
/*! Mike Samuel (c) 2009 | code.google.com/p/json-sans-eval
|
|
*/
|
|
|
|
// @preserve Copyright (c) Microsoft Open Technologies, Inc.
|