Closed mjedmonds closed 4 years ago
Hi,
The following is missing from the bottom of Crypto.hx
#if python @:pythonImport("os") extern class RandomOs { static public function urandom(count:Int):Array<Int>; } #end
Otherwise, you get an error that RandomOs is not found.
Thanks for reporting @mjedmonds, this has been fixed on the latest version
Hi,
The following is missing from the bottom of Crypto.hx
Otherwise, you get an error that RandomOs is not found.