decodeUnsignedInteger
fn
ubyte[] decodeUnsignedInteger(const(ubyte)[] content) pure @safeDecodes DER INTEGER content bytes to an unsigned big-endian representation.
Strips any leading 0x00 sign-padding byte(s).
Parameters
content | The DER INTEGER content bytes. |
Returns
The unsigned big-endian bytes.