Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from Vesta-wallet/bananenwilly-patch-1
Browse files Browse the repository at this point in the history
Update ecpair.dart
  • Loading branch information
Willy authored Oct 20, 2021
2 parents 4948e4e + effe595 commit b85f7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/ecpair.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ECPair {
}
}

const int _SIZE_BYTE = 255;
const int _SIZE_BYTE = 256;

Uint8List _randomBytes(int size) {
final rng = Random.secure();
Expand Down

0 comments on commit b85f7fc

Please sign in to comment.