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
Similar to how we are ensuring that the correct nsk_app* is used for a Npk_m we need to constrain the correctness of the ovsk_app* for the matching Ovpk_m.
For the nullifier, the context provides request_app_nullifier_secret_key which under the hood pushed a request to the kernel for the nullifier secret keys.
We need the almost exact same thing for the outgoing viewing keys, with the main difference being the generator used.
Note that as part of the #5630 the interface is changed such that requests are not taking an address as argument.
The text was updated successfully, but these errors were encountered:
LHerskind
changed the title
feat(Keys): Implement Key Derivation Validation functions in aztec-nr
feat(Keys): Implement Outgoing Key Derivation Validation function
May 1, 2024
LHerskind
changed the title
feat(Keys): Implement Outgoing Key Derivation Validation function
feat(KeysViewing): Implement Outgoing Key Derivation Validation function
May 1, 2024
LHerskind
changed the title
feat(KeysViewing): Implement Outgoing Key Derivation Validation function
feat(Keys_Viewing): Implement Outgoing Key Derivation Validation function
May 1, 2024
LHerskind
changed the title
feat(Keys_Viewing): Implement Outgoing Key Derivation Validation function
feat(Keys_Outgoing): Implement Outgoing Key Derivation Validation function
May 1, 2024
Similar to how we are ensuring that the correct
nsk_app*
is used for aNpk_m
we need to constrain the correctness of theovsk_app*
for the matchingOvpk_m
.For the nullifier, the context provides
request_app_nullifier_secret_key
which under the hood pushed a request to the kernel for the nullifier secret keys.We need the almost exact same thing for the outgoing viewing keys, with the main difference being the generator used.
Note that as part of the #5630 the interface is changed such that requests are not taking an address as argument.
The text was updated successfully, but these errors were encountered: