public void ExponentiateX( long pow, byte[] output )
Public Sub ExponentiateX ( pow As Long, output As Byte() )
public: virtual void ExponentiateX( long long pow, array<unsigned char>^ output ) sealed
function ExponentiateX(pow, output);
In This Article