tiny-ECDH-c icon indicating copy to clipboard operation
tiny-ECDH-c copied to clipboard

Small portable Elliptic-Curve Diffie-Hellman in C

Results 14 tiny-ECDH-c issues
Sort by recently updated
recently updated
newest added

Any new updates on ecdsa? If anyone has fixed it please drop a link of that.

When using same private key to generate public key and share key,if copy private key in each step the result will be different

using K-163, i've generated a public key from the private key [0, 1, 2, ...] .... the results do NOT match the public key i generate using nodejs (which itself...

Do you intend to support curve BrainpoolP256r1 with Generic Mapping (GM) (uncompressed point, Ephermeral Keys) ??

Hello, I tried troubleshooting this library. I was attracted by how readable and well commented it is, but it seems there might be deeper problems with this implementation that I...

Hi, really compact and very readable implementation that I have just started following - did SG7 and yourself make any plans/progress? Many thanks

help wanted

I was trying to verify the implementation against openssl, and this library doesn't create the same public-key from a private key. I generated reference data with the following command: **openssl...

We want to use it in a 32-bit processor. but it gives an overflow error. would appreciate your help. region ‘IMEM’ overflowed by 17932 bytes.