Smcli specifies the wrong `crypto.kdfparams.hash` property (`SHA-256`): https://github.com/spacemeshos/smcli/blob/develop/wallet/store.go#L237 While it uses `SHA-512`: https://github.com/spacemeshos/smcli/blob/develop/wallet/store.go#L142
Smcli specifies the wrong
crypto.kdfparams.hashproperty (SHA-256):https://github.com/spacemeshos/smcli/blob/develop/wallet/store.go#L237
While it uses
SHA-512:https://github.com/spacemeshos/smcli/blob/develop/wallet/store.go#L142