public byte[] DeriveSeed( bool incJ, byte[] target, int offset )
Public Function DeriveSeed ( incJ As Boolean, target As Byte(), offset As Integer ) As Byte()
public: array<unsigned char>^ DeriveSeed( bool incJ, array<unsigned char>^ target, int offset )
function DeriveSeed(incJ, target, offset);
In This Article