You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what you want implemented
Implement const fns for JubJubAffine and JubJubExtended
Describe "Why" this is needed
Points conversion could be done transparently with const fns instead of using magic raw u64 internals. For that to happen, we need to maximize the domain of const fns in the library
Describe alternatives you've considered
Using magic u64 everywhere is very cryptic
The text was updated successfully, but these errors were encountered:
Points conversion could be done transparently with `const` functions
instead of using magic `u64` internals.
For that to happen, we need to maximize the domain of `const` functions
in the library.
Resolves#93
Points conversion could be done transparently with `const` functions
instead of using magic `u64` internals.
For that to happen, we need to maximize the domain of `const` functions
in the library.
Resolves#93
Describe what you want implemented
Implement
const
fns forJubJubAffine
andJubJubExtended
Describe "Why" this is needed
Points conversion could be done transparently with
const
fns instead of using magic rawu64
internals. For that to happen, we need to maximize the domain of const fns in the libraryDescribe alternatives you've considered
Using magic
u64
everywhere is very crypticThe text was updated successfully, but these errors were encountered: