Skip to content

Commit

Permalink
xmr: crypto - point norm not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Aug 16, 2018
1 parent 89701c4 commit 3038244
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/apps/monero/xmr/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,6 @@ def point_double(P):
return tcry.ge25519_double(P)


def point_norm(P):
"""
Normalizes point after multiplication
Extended edwards coordinates (X,Y,Z,T)
:param P:
:return:
"""
return tcry.ge25519_norm(P)


#
# Zmod(order), scalar values field
#
Expand Down

0 comments on commit 3038244

Please sign in to comment.