Hello,
I’m using the Nitrokey Start to sign my Git commits. When I commit and sign with
git commit -S -m "my commit message"
the commit takes some time (about 8-10 seconds) in contrast to commits without signatures.
Im using a 4096 bit RSA key. I must admit that I never signed Git commits before. Is this time the normal time or is there happening something that slows down the signing process?
Thanks for any hints,
Marc