Function get_shared_secret
pub unconstrained fn get_shared_secret(
address: AztecAddress,
eph_pk: EmbeddedCurvePoint,
contract_address: AztecAddress,
) -> Field
pub unconstrained fn get_shared_secret(
address: AztecAddress,
eph_pk: EmbeddedCurvePoint,
contract_address: AztecAddress,
) -> Field
Convenience wrapper around
get_shared_secretsfor a single ephemeral public key.