Skip to content

Commit

Permalink
Update license copyright year(s) (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin authored Jan 2, 2024
2 parents 7449eff + e6b7b45 commit 228a3c0
Show file tree
Hide file tree
Showing 85 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion capable/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]

Expand Down
2 changes: 1 addition & 1 deletion capable/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! Builds the FFI type bindings for the types used by libsgx_capable.{so,a}.
Expand Down
2 changes: 1 addition & 1 deletion capable/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![allow(non_camel_case_types)]
Expand Down
2 changes: 1 addition & 1 deletion capable/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! Builds the FFI type bindings for the types used by libsgx_capable.{so,a}.
Expand Down
2 changes: 1 addition & 1 deletion capable/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion capable/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion core/build/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]

Expand Down
2 changes: 1 addition & 1 deletion core/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! Builds the FFI type bindings for the common SGX SDK types
Expand Down
2 changes: 1 addition & 1 deletion core/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/attestation_key.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Attestation Key types
use crate::{
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/attributes.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! SGX Attributes types
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/config_id.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! SGX Config ID
use crate::impl_newtype_no_display;
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! SGX Error types
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/key_request.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! SGX key request rust types
use crate::{
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/macros.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 The MobileCoin Foundation
// Copyright (c) 2018-2024 The MobileCoin Foundation

#[cfg(feature = "alloc")]
pub(crate) use alloc::vec::Vec;
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/measurement.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 The MobileCoin Foundation
// Copyright (c) 2018-2024 The MobileCoin Foundation

//! This module contains the wrapper types for an sgx_measurement_t
//!
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/quote.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Quote types
use crate::{
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/report.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! SGX Report
use crate::impl_display_for_bytestruct;
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/svn.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! SGX core SVN (Security Version Numbers)
use crate::{impl_display_for_bytestruct, impl_newtype_for_bytestruct, impl_newtype_no_display};
Expand Down
2 changes: 1 addition & 1 deletion core/types/src/target_info.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! SGX TargetInfo
use crate::{
Expand Down
2 changes: 1 addition & 1 deletion dcap/ql/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![deny(missing_docs, missing_debug_implementations)]
Expand Down
2 changes: 1 addition & 1 deletion dcap/ql/src/quote3.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! Provides functionality for generating quote version 3 quotes
//!
Expand Down
2 changes: 1 addition & 1 deletion dcap/ql/src/quote_enclave.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! Provides functionality for interacting with the quoting enclaves. The
//! QE(Quoting Enclave), PCE(Provisioning Certificate Enclave), and the
Expand Down
2 changes: 1 addition & 1 deletion dcap/ql/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Builds the FFI function bindings for dcap ql library of the Intel SGX SDK
const DCAP_QL_FUNCTIONS: &[&str] = &[
Expand Down
2 changes: 1 addition & 1 deletion dcap/ql/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case)]
Expand Down
2 changes: 1 addition & 1 deletion dcap/ql/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Builds the FFI type bindings for the dcap quote library of the Intel SGX SDK
use mc_sgx_core_build::SgxParseCallbacks;
Expand Down
2 changes: 1 addition & 1 deletion dcap/ql/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion dcap/ql/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion dcap/quoteverify/src/collateral.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 The MobileCoin Foundation
// Copyright (c) 2023-2024 The MobileCoin Foundation

//! Provides functionality to get collateral for a [`Quote3`].
Expand Down
2 changes: 1 addition & 1 deletion dcap/quoteverify/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![deny(missing_docs, missing_debug_implementations)]
Expand Down
2 changes: 1 addition & 1 deletion dcap/quoteverify/src/quote_enclave.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! Provides functionality for interacting with the quoting enclaves. Both the
//! QVE(Quote Verification Enclave) and the QPL(Quote Provider Library).
Expand Down
2 changes: 1 addition & 1 deletion dcap/quoteverify/src/verify.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! This module contains logic to assist in verifying a DCAP quote
Expand Down
2 changes: 1 addition & 1 deletion dcap/quoteverify/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Builds the FFI function bindings for dcap quoteverify library of the Intel
//! SGX SDK
Expand Down
2 changes: 1 addition & 1 deletion dcap/quoteverify/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case)]
Expand Down
2 changes: 1 addition & 1 deletion dcap/quoteverify/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Builds the FFI type bindings for the dcap quoteverify library of the Intel
//! SGX SDK
Expand Down
2 changes: 1 addition & 1 deletion dcap/quoteverify/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion dcap/quoteverify/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion dcap/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Builds the FFI type bindings for the dcap libraries of the Intel
//! SGX SDK
Expand Down
2 changes: 1 addition & 1 deletion dcap/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion dcap/tvl/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Builds the FFI function bindings for dcap tvl library of the Intel SGX SDK
const DCAP_TVL_FUNCTIONS: &[&str] = &["sgx_tvl_verify_qve_report_and_identity"];
Expand Down
2 changes: 1 addition & 1 deletion dcap/tvl/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion dcap/types/src/certification_data.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! This module provides the Certification Data type and it's logic
Expand Down
2 changes: 1 addition & 1 deletion dcap/types/src/collateral.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 The MobileCoin Foundation
// Copyright (c) 2023-2024 The MobileCoin Foundation

//! Collateral for a quote.
//!
Expand Down
2 changes: 1 addition & 1 deletion dcap/types/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! This module provides the error type related to Quote v3
Expand Down
2 changes: 1 addition & 1 deletion dcap/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion dcap/types/src/quote3.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! This module provides types related to Quote v3
Expand Down
2 changes: 1 addition & 1 deletion dcap/types/src/quoting_enclave.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! Types specific to the quoting enclave
Expand Down
2 changes: 1 addition & 1 deletion dcap/types/src/request_policy.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

// ! This module provides types related to request policy

Expand Down
2 changes: 1 addition & 1 deletion dcap/types/src/tcb.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 The MobileCoin Foundation
// Copyright (c) 2023-2024 The MobileCoin Foundation

//! TCB measurements for an SGX enclave.
//!
Expand Down
2 changes: 1 addition & 1 deletion sdk-tools/src/edger8r.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 The MobileCoin Foundation
// Copyright (c) 2018-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![deny(missing_docs, missing_debug_implementations, unsafe_code)]
Expand Down
2 changes: 1 addition & 1 deletion sdk-tools/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![deny(missing_docs, missing_debug_implementations, unsafe_code)]
Expand Down
2 changes: 1 addition & 1 deletion sdk-tools/src/sign.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 The MobileCoin Foundation
// Copyright (c) 2023-2024 The MobileCoin Foundation

//! Builder wrapper around SgxSign.

Expand Down
2 changes: 1 addition & 1 deletion tcrypto/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Builds the FFI function bindings for trusted crypto (tcrypto) of the
//! Intel SGX SDK

Expand Down
2 changes: 1 addition & 1 deletion tcrypto/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion tcrypto/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Builds the FFI type bindings for the trusted crypto functions, (aes, rsa,
//! etc.), of the Intel SGX SDK

Expand Down
2 changes: 1 addition & 1 deletion tcrypto/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion trts/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion trts/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! Builds the FFI function bindings for trts (trusted runtime system) of the
//! Intel SGX SDK
Expand Down
2 changes: 1 addition & 1 deletion trts/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion tservice/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion tservice/src/report.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Functions used for creating and verifying reports inside of an enclave

use core::ptr;
Expand Down
2 changes: 1 addition & 1 deletion tservice/src/seal.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Functions used for sealing and unsealing of secrets

use alloc::{format, string::String, vec, vec::Vec};
Expand Down
2 changes: 1 addition & 1 deletion tservice/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

//! Builds the FFI function bindings for tservice, (trusted service) of the
//! Intel Intel SGX SDK
Expand Down
2 changes: 1 addition & 1 deletion tservice/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
Expand Down
2 changes: 1 addition & 1 deletion tservice/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2023 The MobileCoin Foundation
// Copyright (c) 2022-2024 The MobileCoin Foundation
//! Builds the FFI type bindings for tservice, (trusted service) of the Intel
//! SGX SDK

Expand Down
Loading

0 comments on commit 228a3c0

Please sign in to comment.