Digital Signatures / ECC
-
Is there any way to perfom digital signatures with the provided libraries? I was especially looking for ECC, couldn't find it tho that's why I am asking. Thanks a lot for any hint or suggestion :)
-
Digital Signatures / ECC
No, I have to communicate with a secure device that requires ECC to establish a shared AES key. I am trying to covert the library:
https://github.com/starkbank/ecdsa-python
Having to convert recursive functions. Wondering if there is an easier (faster) way.
-
Is HMAC any good for you?
-
Old topic, same question. Anything?