endel / js2php

JavaScript (ES6) to PHP source-to-source transpiler.
https://endel.github.io/js2php/
MIT License
333 stars 41 forks source link

tweetnacljs cryptolibrary in php #45

Open sherifomran opened 4 years ago

sherifomran commented 4 years ago

hi there,

i can not convert the js tweetnacl library into php. it is an encryption library written in C and converted to js code.

here is the library https://github.com/dchest/tweetnacl-js/blob/master/nacl-fast.js

could you please check the result, it seems not correct, especially >> syntax.

thank you