This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Speed up sqrt_ratio_i()
to execute in constant time.
#77
Labels
end_user_utility
This feature provides value for the end-user
low_priority
It's not a priority on the Zerocaf development roadmap.
research
Need to research about this.
speed_improvement
New implementation or changes that speed up existing processes.
team:R&D
Research & Development (Cryptographic Protocol)
It will be nice to do some research in order to refactor the
sqrt_ratio_i()
by having constant time methods similar to the ones that appear on the Ristretto Docs.See: https://ristretto.group/formulas/invsqrt.html
This will turn into a huge gain in performance terms since both
compression()
anddecompression()
functions make usage of this function and protocols built on the top of the library may need this function too.The text was updated successfully, but these errors were encountered: