mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix cn_slow_hash on devices with limited stack (#2012)
This commit is contained in:
parent
637bc1cdc9
commit
64395a21a2
7 changed files with 10 additions and 10 deletions
|
@ -471,8 +471,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
||||
resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
||||
ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
|
||||
resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
|
||||
url: "https://github.com/mrcyjanek/monero_c"
|
||||
source: git
|
||||
version: "0.0.0"
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://github.com/mrcyjanek/monero_c
|
||||
ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
|
||||
ref: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b # monero_c hash
|
||||
path: impls/monero.dart
|
||||
mutex: ^3.1.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue