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
In #752, Party was introduced to replace ElligatorSwiftParty. As part of the changes, shared_secret and shared_secret_with_hasher were updated to take Into<Party> to preserve backwards compatibility. These functions should probably just be taking Party instead of Into<Party> after ElligatorSwiftParty is removed in the next major version release.
The text was updated successfully, but these errors were encountered:
In #752,
Party
was introduced to replaceElligatorSwiftParty
. As part of the changes,shared_secret
andshared_secret_with_hasher
were updated to takeInto<Party>
to preserve backwards compatibility. These functions should probably just be takingParty
instead ofInto<Party>
afterElligatorSwiftParty
is removed in the next major version release.The text was updated successfully, but these errors were encountered: