go2hx

manual

github

Module stdgo.crypto.ecdsa has compilation errors, please do not use:

 ERROR  stdgo/crypto/ecdsa/Ecdsa.hx:37: characters 82-84

 37 | typedef T_nistPoint = stdgo._internal.crypto.ecdsa.Ecdsa_T_nistPoint.T_nistPoint<T_>;
    |                                                                                  ^^
    | Type not found : T_

     ->  /home/runner/haxe/versions/a97dc16/std/haxe/macro/Compiler.hx:229: characters 7-36

     229 |       load("include_module", 1)(cl);
         |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
         | Called from here

     239 |   Context.onAfterInitMacros(() -> include(pack, rec, ignore, classPaths, strict));
         |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
         | Called from here

 ERROR  stdgo/crypto/ecdsa/Ecdsa.hx:3: characters 45-103

  3 |     static public function scalarBaseMult(t:stdgo._internal.crypto.ecdsa.Ecdsa_T_nistPoint.T_nistPoint, _0:Array<std.UInt>):stdgo.Tuple<Dynamic, stdgo.Error> {
    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | Not enough type parameters for stdgo._internal.crypto.ecdsa.T_nistPoint