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

Use Uint8List instead of List<int> #86

Open
Nico04 opened this issue Feb 14, 2020 · 1 comment
Open

Use Uint8List instead of List<int> #86

Nico04 opened this issue Feb 14, 2020 · 1 comment

Comments

@Nico04
Copy link

Nico04 commented Feb 14, 2020

Wouldn't it be better to use Uint8List in your librairy instead of List ?
For instance in the sha512.convert method ?
Thanks :)

@ueman
Copy link

ueman commented Sep 15, 2024

Quoting Slava Egorov here:

I would probably file a bug against any package that does not yse Uint8List for binary data. There is no reason not too.

Core library only does it for historical reasons.

I would also like to see Digest using Uint8List

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

2 participants