CS adjustments

This commit is contained in:
terrafrost 2021-11-14 00:53:03 -06:00
parent 4eb9cbd0c8
commit 053910784e
2 changed files with 2 additions and 3 deletions

View File

@ -79,7 +79,6 @@ abstract class libsodium
self::extractPoint($public, $curve) :
$curve->multiplyPoint($curve->getBasePoint(), $components['dA']);
return $components;
}