Function cfxstore::cfxkey::math::public_mul_secret
pub fn public_mul_secret(
public: &mut H512,
secret: &Secret
) -> Result<(), Error>
Expand description
Inplace multiply public key by secret key (EC point * scalar)