You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theKeyParameter
, orParametersWithIV
, but also what returns the value when I call the methodprocess
).Is there any other dart packages to be able to use
List<int>
orInt8List
rather thanUint8List
? What should I do ?Thank you so much.
The text was updated successfully, but these errors were encountered: