toCompactHex method

String toCompactHex()

hex 64b compact repr

Implementation

String toCompactHex() => Utilities.bigIntToHex(r) + Utilities.bigIntToHex(s);