(&self)
| 820 | |
| 821 | impl PlatformBackend for TestSimulatorPlatform { |
| 822 | fn attestation_for_info(&self) -> Result<VersionedAttestation> { |
| 823 | Ok(self.attestation.clone()) |
| 824 | } |
| 825 | |
| 826 | fn certificate_attestation(&self, pubkey: &[u8]) -> Result<VersionedAttestation> { |
| 827 | let report_data = |