Skip to content

Impossible to use list of signed int rather than being obliged to use Uint8List #241

@jvondermarck

Description

@jvondermarck

On the current implementation, I am stuck to convert all my signed list (so with negative values) to Uint8List (= unsigned list) to encrypt and decrypt (like with the KeyParameter, or ParametersWithIV, but also what returns the value when I call the method process).

Is there any other dart packages to be able to use List<int> or Int8List rather than Uint8List ? What should I do ?

Thank you so much.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions