Skip to content

Add ScryptParams to examples files to avoid SigningKey call error

inso requested to merge zicmama:master into master

Created by: zicmama

key = SigningKey(salt, password, **ScryptParams(4096, 16, 1)**)

Merge request reports