Skip to content
  • Brendan Moran's avatar
    Reduce size by removing 64-bit variables · 9746913a
    Brendan Moran authored
    All CBOR integers are handled in 64-bit in this library. Because of this, they must be down-cast before use. Some unnecessary 64-bit integer handling was left over. Removing this saves 64 bytes, bringing the parser to 1976 bytes
    9746913a