Closed oreparaz closed 1 year ago
BearSSL has code that is specific to P-256. Before, we were using code that worked over any prime field curve. This PR changes the backend to use P-256-specific code. This should be faster (even if speed isn't a goal here).
BearSSL has code that is specific to P-256. Before, we were using code that worked over any prime field curve. This PR changes the backend to use P-256-specific code. This should be faster (even if speed isn't a goal here).