Ethereum-Arduino icon indicating copy to clipboard operation
Ethereum-Arduino copied to clipboard

Does this generate private keys?

Open whatisgravity opened this issue 8 years ago • 2 comments

I have been reading through the code and could not identify if this is capable of generating keys or if it can just sign, and encrypt after given a valid key.

What is the direction you are going with this project? It is very interesting, I like how you implemented ecdsa without using any dependencies.

whatisgravity avatar Apr 18 '16 22:04 whatisgravity

original aim was to create iot devices which can sign and send transactions by it self. I got it to a point where it can sign transactions, and still didnt get a chance to implement the publishing.

kvhnuke avatar Apr 19 '16 07:04 kvhnuke

So it is not able to generate the keys, you would have to already have generated the key and the ecdsa part is just the code to sign with a given key without dependencies? That is still very cool, its interesting seeing a example without dependencies like that.

whatisgravity avatar Apr 19 '16 11:04 whatisgravity