Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jvondermarck opened this issue Jul 15, 2024 · 0 comments

Comments

@jvondermarck
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant