Skip to content

CBOR bytes decoded as List<int> #88

@karalabe

Description

@karalabe

This seems a very strange thing. The CBOR bytes [0-255] range are decoded as List<int>, which 1) are super wasteful and 2) can represent much larger values than [0-255]. Any particular reason instead of using Uint8List?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions