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
{{ message }}
This repository was archived by the owner on Mar 19, 2025. It is now read-only.
I'm using hwcrypto for working with Estonian E-residency card. There is no problem with getting certificates and signing messages, but I can't understand one thing: is there any way to get "determined" signature for determined message and options?
For now, each time I'm signing a message some random nonce is used, so the signature is different each time (message and options are the same). Can I somehow pass my own nonce into the sign function?
I've already tried to pass nonce parameter into hash and options and both of them - didn't work, still random nonce appeared.