micro-ecc
micro-ecc copied to clipboard
Support for P-384?
Hi, http://kmackay.ca/micro-ecc/ claims that Micro-ECC supports P-384, however the README.md does not mention it and I don't see anything in the code about it. Issue #99 mentioned an implementation and an impending PR, but I can't tell if anything came of that. Are there plans to support P-384?
There is an old version which had support for it.
https://github.com/jestan/easy-ecc/blob/master/ecc.c#L227
You can copy & paste relevant functions and it will work. With a slight correction of arguments, of course, because the VLI functions did't take the num_words argument then.