keyAgreement method
Implementation
@override
SaplingIvk keyAgreement(Bip44Changes scope, {ZCryptoContext? context}) {
return toIvk(scope, context: context).ivk;
}
@override
SaplingIvk keyAgreement(Bip44Changes scope, {ZCryptoContext? context}) {
return toIvk(scope, context: context).ivk;
}