rakuten / as3crypto

Automatically exported from code.google.com/p/as3crypto
0 stars 1 forks source link

protected var h:Array on SHA256 #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
core function returns
core function fails because there is another var named h 

What version of the product are you using? On what operating system?
windows 

Please provide any additional information below.

Original issue reported on code.google.com by william....@gmail.com on 15 Feb 2010 at 3:04

GoogleCodeExporter commented 9 years ago
Here is a patch that fixes this issue.  Seems to work for the new flash 
version.  
Also note when this error happens, this is the runtime error you get:
ReferenceError: Error #1069: Property 0 not found on Number and there is no 
default value.  

Original comment by vazor...@gmail.com on 26 May 2011 at 6:27

Attachments: