You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: similar to #257, CBOR parser should have special handling for case of trying to construct BigInteger from 0-length byte array. Seems reasonable to just construct BigInteger.ZERO for such case.