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
This commit replaces the hardcoded key used for authenticating the
context in incoming `BlindedMessagePath`s with a dedicated
`ReceiveAuthKey`.
This makes the authentication mechanism explicit and configurable
for the user.
Changes include:
- Introducing `ReceiveAuthKey` to the `NodeSigner`, used to authenticate
the context at the final hop of an incoming blinded path.
- Updating `BlindedMessagePath::new` to accept a `ReceiveAuthKey` as a
parameter during path construction.
0 commit comments