Skip to content

Commit 69d1e1c

Browse files
committed
forcce pointyCastle 4.0.0 for BIP32
1 parent aebcc3d commit 69d1e1c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/cryptocurrency_keys/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ dependencies:
1818
sdk: flutter
1919
json_annotation: ^4.9.0
2020

21+
dependency_overrides:
22+
pointycastle: ^4.0.0 # a library that implements popular crypto algorithms
23+
2124
dev_dependencies:
2225
build_runner: ^2.4.11
2326
flutter_test:

packages/oidc4vc/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ dependencies:
4343

4444
dependency_overrides:
4545
ffi: 2.1.0 #didkit from path which depends on ffi ^1.0.0
46+
pointycastle: ^4.0.0 # a library that implements popular crypto algorithms
47+
4648

4749
dev_dependencies:
4850
build_runner: ^2.4.11

0 commit comments

Comments
 (0)