Skip to content

Commit

Permalink
xmr: bp - memory save
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Aug 24, 2018
1 parent 7eb4f03 commit 3fc2c79
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/apps/monero/xmr/bulletproof.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,6 @@ def prove_s2(self, x_ip, y, hash_cache, l, r, L, R, aprime0, bprime0):
_tmp_k_1 = _ensure_dst_key()
_tmp_vct_1 = _ensure_dst_keyvect(None, nprime // 2)
_tmp_vct_2 = _ensure_dst_keyvect(None, nprime // 2)
_tmp_vct_3 = _ensure_dst_keyvect(None, nprime // 2)
_tmp_vct_4 = _ensure_dst_keyvect(None, nprime // 2)

tmp = _ensure_dst_key()
winv = _ensure_dst_key()
Expand Down Expand Up @@ -1315,8 +1313,6 @@ def _prove_batch_main(self, V, gamma, aL, aR, hash_cache, logM, logN, M, N):
_tmp_k_1 = _ensure_dst_key()
_tmp_vct_1 = _ensure_dst_keyvect(None, nprime // 2)
_tmp_vct_2 = _ensure_dst_keyvect(None, nprime // 2)
_tmp_vct_3 = _ensure_dst_keyvect(None, nprime // 2)
_tmp_vct_4 = _ensure_dst_keyvect(None, nprime // 2)
self.gc(21)

# PAPER LINE 13
Expand Down

0 comments on commit 3fc2c79

Please sign in to comment.