Tagged Questions

1
vote
2answers
856 views

Porting SHA512 Javascript implemention to Actionscript

I am wondering if anyone can help me in porting a SHA-512 implemention in Javascript to Actionscript. Since both Javascript and Actionscript share the same origin, I think porting it will be easy for ...