Crypto JS uses Uint8ClampedArray which is not support by any version of IE. Are there any known workarounds?

Crypto JS uses Uint8ClampedArray which is not support by any version of IE. Are there any known workarounds?

There is an issue open in CryptoJS project page:
http://code.google.com/p/crypto-js/issues/detail?id=81
Some workarounds are discussed there.
An solution might be to use more recent (unreleased) code of CryptoJS.
An issue on MS IE web pages regarding support for types arrays: