ecdh icon indicating copy to clipboard operation
ecdh copied to clipboard

A generic ECDH implementation

Results 2 ecdh issues
Sort by recently updated
recently updated
newest added

According to RFC4492 section 5.10 "the premaster secret is the x-coordinate of the ECDH shared secret elliptic curve point represented as an octet string. Note that this octet string (Z...

I have a current project that uses ECDH from this embedded library and was hoping to get your library to talk to it. https://github.com/kmackay/micro-ecc Ironically it uses different key sizes,...

question