iron-fish / ironfish

A novel cryptocurrency focused on privacy and accessibility.
https://ironfish.network
Mozilla Public License 2.0
962 stars 576 forks source link

Use an optimized method for note decryption when multiple accounts are present #5119

Closed andiflabs closed 2 weeks ago

andiflabs commented 3 weeks ago

Summary

When multiple accounts are present, instead of decrypting each note for each account, one by one, use an optimized method that can save some computation cycles.

This is a draft because it requires https://github.com/iron-fish/jubjub/pull/4 to be merged first.

Testing Plan

Documentation

N/A

Breaking Change

N/A