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
No, we use an instance of `Cardano.Ledger.Crypto.Crypto`, which is [`StandardCrypto`](https://github.com/IntersectMBO/cardano-ledger/blob/master/libs/cardano-ledger-core/src/Cardano/Ledger/Crypto.hs#L40-L45). By using mock hashes we can probably speed everything up a bit. Take a look [here](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/ConcreteCryptoTypes.hs#L52-L57).
@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.
`
Originally posted by @euonymos in #24 (comment)
The text was updated successfully, but these errors were encountered: