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
The app-siloed incoming viewing key is currently completely useless and a waste of constraints.
The non-hardened keys allow anyone with knowledge of an app siloed incoming viewing secret key to derive the incoming master key. Making it completely useless.
In #6432 I chose to bypass the computation and extra constraints. The code is still there but the functions are just exiting early returning the input keys. Kept like that so it did not require any plumbing changes.
The text was updated successfully, but these errors were encountered:
The app-siloed incoming viewing key is currently completely useless and a waste of constraints.
The non-hardened keys allow anyone with knowledge of an app siloed incoming viewing secret key to derive the incoming master key. Making it completely useless.
In #6432 I chose to bypass the computation and extra constraints. The code is still there but the functions are just exiting early returning the input keys. Kept like that so it did not require any plumbing changes.
The text was updated successfully, but these errors were encountered: