micro-ecc icon indicating copy to clipboard operation
micro-ecc copied to clipboard

Support for P-384?

Open derekatkins opened this issue 2 years ago • 1 comments

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?

derekatkins avatar Apr 20 '22 15:04 derekatkins

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.

CryptoManiac avatar Mar 31 '24 06:03 CryptoManiac