This commit updates the ECDH and ECDHXOnly functions to utilize optimized windowed multiplication instead of constant-time multiplication. This change is justified as the secret key is already known, allowing for variable-time operations. Additionally, new .idea configuration files are added, including .gitignore, misc.xml, modules.xml, p256k1.mleku.dev.iml, and vcs.xml, to enhance project management and version control settings.
10 lines
312 B
XML
10 lines
312 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="MaterialThemeProjectNewConfig">
|
|
<option name="metadata">
|
|
<MTProjectMetadataState>
|
|
<option name="userId" value="-62fe7e2d:19874553008:-7ffa" />
|
|
</MTProjectMetadataState>
|
|
</option>
|
|
</component>
|
|
</project> |