Encode a bigint as a CBOR tag 2 or tag 3 bignum.
Matches Rust's From<BigInt> for CBOR.
From<BigInt> for CBOR
|value| - 1
Any bigint value
CBOR tagged value
Encode a bigint as a CBOR tag 2 or tag 3 bignum.
Matches Rust's
From<BigInt> for CBOR.|value| - 1per RFC 8949.