Open uhbif19 opened 7 months ago
@euonymos BTW while profiling CEM script I did not seen any crypto impact on flamechart.
While PSM takes only part of CEM test time, it seems plausible to me that crypto does take much time, cuz Ledger takes really large time and hashing seem not. I checked blake2
with Python intepreter, it takes around a second to count such hash on 70k byte string 10k times. Maybe it is different for signing though.
Also I am not sure what how to mock it :D
`
Originally posted by @euonymos in https://github.com/mlabs-haskell/clb/issues/24#issuecomment-2025939180