Coder Social home page Coder Social logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Hi, Oliver. Unfortunately the typed arrays are not cross-browser compatible. 
And in fact the browser most in need of a speed boost is the same browser that 
doesn't support the typed arrays.

Original comment by Jeff.Mott.OR on 15 Jun 2012 at 7:28

from crypto-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Hi Jeff

Sure they are not universally available but since you already got the 
abstraction for WordArray.create it should be possible to leverage typed arrays 
when available.

Original comment by [email protected] on 15 Jun 2012 at 8:00

from crypto-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024

Original comment by Jeff.Mott.OR on 21 Jun 2012 at 9:17

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from crypto-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Issue 46 has been merged into this issue.

Original comment by Jeff.Mott.OR on 22 Aug 2012 at 10:01

from crypto-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
The latest release includes the ability to create WordArrays from typed arrays. 
You'll need to include an additional component -- lib-typedarrays.

<script 
src="http://crypto-js.googlecode.com/svn/tags/3.1/build/components/core.js"></sc
ript>
<script 
src="http://crypto-js.googlecode.com/svn/tags/3.1/build/components/lib-typedarra
ys.js"></script>
<script>
    var wordArray = CryptoJS.lib.WordArray.create(uint8View);
</script>

You can create a WordArray from any of the typed array views -- Int8Array, 
Int16Array, etc. -- or from an ArrayBuffer, or from a DataView.

This is likely as far as this library will go with typed arrays until they 
become more cross browser compatible.

Original comment by Jeff.Mott.OR on 7 Jan 2013 at 2:00

  • Changed state: Fixed

from crypto-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.