GlitchedPolygons / cecies

ECIES implementation in C using MbedTLS
Apache License 2.0
11 stars 5 forks source link

Implement SECP256K1 with AES-GCM 256 #7

Open navinreddy23 opened 1 year ago

navinreddy23 commented 1 year ago

Modified keygen, encrypt and decrypt modules to add SECP256K1 curve.

diatel commented 10 months ago

@navinreddy23 @GlitchedPolygons FYI, hkdf seems to work okay in the latest 3.5.0 release