Rename CryptoFacade.exponentiatePoint and CryptoFacade.multiplyPoints #876
Labels
C-enhancement
Category: A PR with an enhancement or a proposed one in an issue.
P3-low
Priority: Low
Milestone
For example, Autolykos v1 PoW check now contains following code
A group has operations to multiply elements and exponentiate an element of a group. For elliptic curve points additive notation is used everywhere
Thus operations should be renamed, exponentiatePoint => exponentiateElement, multiplyPoints => multiplyElements
The text was updated successfully, but these errors were encountered: