OSDN Git Service

- add crypto-js library(for new hash access method).
authorKureha Hisame <kureha@gmail.com>
Thu, 12 Sep 2013 14:25:18 +0000 (23:25 +0900)
committerKureha Hisame <kureha@gmail.com>
Thu, 12 Sep 2013 14:25:18 +0000 (23:25 +0900)
commit6d69585a0e61f38a66ffd75453d9c7d073d82852
treea3e1db715364e8854ebaff22371862e4ab829e71
parent9995f5fd5545f8f4115b1d6c9b189d1e0fb74c8e
- add crypto-js library(for new hash access method).
88 files changed:
js/crypto-js/components/aes-min.js [new file with mode: 0644]
js/crypto-js/components/aes.js [new file with mode: 0644]
js/crypto-js/components/cipher-core-min.js [new file with mode: 0644]
js/crypto-js/components/cipher-core.js [new file with mode: 0644]
js/crypto-js/components/core-min.js [new file with mode: 0644]
js/crypto-js/components/core.js [new file with mode: 0644]
js/crypto-js/components/enc-base64-min.js [new file with mode: 0644]
js/crypto-js/components/enc-base64.js [new file with mode: 0644]
js/crypto-js/components/enc-utf16-min.js [new file with mode: 0644]
js/crypto-js/components/enc-utf16.js [new file with mode: 0644]
js/crypto-js/components/evpkdf-min.js [new file with mode: 0644]
js/crypto-js/components/evpkdf.js [new file with mode: 0644]
js/crypto-js/components/format-hex-min.js [new file with mode: 0644]
js/crypto-js/components/format-hex.js [new file with mode: 0644]
js/crypto-js/components/hmac-min.js [new file with mode: 0644]
js/crypto-js/components/hmac.js [new file with mode: 0644]
js/crypto-js/components/lib-typedarrays-min.js [new file with mode: 0644]
js/crypto-js/components/lib-typedarrays.js [new file with mode: 0644]
js/crypto-js/components/md5-min.js [new file with mode: 0644]
js/crypto-js/components/md5.js [new file with mode: 0644]
js/crypto-js/components/mode-cfb-min.js [new file with mode: 0644]
js/crypto-js/components/mode-cfb.js [new file with mode: 0644]
js/crypto-js/components/mode-ctr-gladman-min.js [new file with mode: 0644]
js/crypto-js/components/mode-ctr-gladman.js [new file with mode: 0644]
js/crypto-js/components/mode-ctr-min.js [new file with mode: 0644]
js/crypto-js/components/mode-ctr.js [new file with mode: 0644]
js/crypto-js/components/mode-ecb-min.js [new file with mode: 0644]
js/crypto-js/components/mode-ecb.js [new file with mode: 0644]
js/crypto-js/components/mode-ofb-min.js [new file with mode: 0644]
js/crypto-js/components/mode-ofb.js [new file with mode: 0644]
js/crypto-js/components/pad-ansix923-min.js [new file with mode: 0644]
js/crypto-js/components/pad-ansix923.js [new file with mode: 0644]
js/crypto-js/components/pad-iso10126-min.js [new file with mode: 0644]
js/crypto-js/components/pad-iso10126.js [new file with mode: 0644]
js/crypto-js/components/pad-iso97971-min.js [new file with mode: 0644]
js/crypto-js/components/pad-iso97971.js [new file with mode: 0644]
js/crypto-js/components/pad-nopadding-min.js [new file with mode: 0644]
js/crypto-js/components/pad-nopadding.js [new file with mode: 0644]
js/crypto-js/components/pad-zeropadding-min.js [new file with mode: 0644]
js/crypto-js/components/pad-zeropadding.js [new file with mode: 0644]
js/crypto-js/components/pbkdf2-min.js [new file with mode: 0644]
js/crypto-js/components/pbkdf2.js [new file with mode: 0644]
js/crypto-js/components/rabbit-legacy-min.js [new file with mode: 0644]
js/crypto-js/components/rabbit-legacy.js [new file with mode: 0644]
js/crypto-js/components/rabbit-min.js [new file with mode: 0644]
js/crypto-js/components/rabbit.js [new file with mode: 0644]
js/crypto-js/components/rc4-min.js [new file with mode: 0644]
js/crypto-js/components/rc4.js [new file with mode: 0644]
js/crypto-js/components/ripemd160-min.js [new file with mode: 0644]
js/crypto-js/components/ripemd160.js [new file with mode: 0644]
js/crypto-js/components/sha1-min.js [new file with mode: 0644]
js/crypto-js/components/sha1.js [new file with mode: 0644]
js/crypto-js/components/sha224-min.js [new file with mode: 0644]
js/crypto-js/components/sha224.js [new file with mode: 0644]
js/crypto-js/components/sha256-min.js [new file with mode: 0644]
js/crypto-js/components/sha256.js [new file with mode: 0644]
js/crypto-js/components/sha3-min.js [new file with mode: 0644]
js/crypto-js/components/sha3.js [new file with mode: 0644]
js/crypto-js/components/sha384-min.js [new file with mode: 0644]
js/crypto-js/components/sha384.js [new file with mode: 0644]
js/crypto-js/components/sha512-min.js [new file with mode: 0644]
js/crypto-js/components/sha512.js [new file with mode: 0644]
js/crypto-js/components/tripledes-min.js [new file with mode: 0644]
js/crypto-js/components/tripledes.js [new file with mode: 0644]
js/crypto-js/components/x64-core-min.js [new file with mode: 0644]
js/crypto-js/components/x64-core.js [new file with mode: 0644]
js/crypto-js/rollups/aes.js [new file with mode: 0644]
js/crypto-js/rollups/hmac-md5.js [new file with mode: 0644]
js/crypto-js/rollups/hmac-ripemd160.js [new file with mode: 0644]
js/crypto-js/rollups/hmac-sha1.js [new file with mode: 0644]
js/crypto-js/rollups/hmac-sha224.js [new file with mode: 0644]
js/crypto-js/rollups/hmac-sha256.js [new file with mode: 0644]
js/crypto-js/rollups/hmac-sha3.js [new file with mode: 0644]
js/crypto-js/rollups/hmac-sha384.js [new file with mode: 0644]
js/crypto-js/rollups/hmac-sha512.js [new file with mode: 0644]
js/crypto-js/rollups/md5.js [new file with mode: 0644]
js/crypto-js/rollups/pbkdf2.js [new file with mode: 0644]
js/crypto-js/rollups/rabbit-legacy.js [new file with mode: 0644]
js/crypto-js/rollups/rabbit.js [new file with mode: 0644]
js/crypto-js/rollups/rc4.js [new file with mode: 0644]
js/crypto-js/rollups/ripemd160.js [new file with mode: 0644]
js/crypto-js/rollups/sha1.js [new file with mode: 0644]
js/crypto-js/rollups/sha224.js [new file with mode: 0644]
js/crypto-js/rollups/sha256.js [new file with mode: 0644]
js/crypto-js/rollups/sha3.js [new file with mode: 0644]
js/crypto-js/rollups/sha384.js [new file with mode: 0644]
js/crypto-js/rollups/sha512.js [new file with mode: 0644]
js/crypto-js/rollups/tripledes.js [new file with mode: 0644]