Skip to content

Commit 145ec95

Browse files
style: format code and documentation files
1 parent 8b3da36 commit 145ec95

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

src/get-started/overview/glossary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,4 +450,3 @@ mainchain.
450450

451451
See [Sidechain](#sidechain), [Bellecour Sidechain](#bellecour-sidechain) or
452452
[Minting](#minting) for more information.
453-

src/protocol/proof-of-contribution.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ consensus on a given result. Two blog articles detail its logic:
7575

7676
The
7777
[nominal workflow](https://github.com/iExecBlockchainComputing/iexec-doc/raw/master/techreport/nominalworkflow-ODB.png)
78-
is also available in the [technical report section](/get-started/overview/glossary)
78+
is also available in the
79+
[technical report section](/get-started/overview/glossary)
7980

8081
Below are the details of the implementations:
8182

src/protocol/tee/intel-sgx.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ decentralized cloud.
1515

1616
## What is Intel SGX?
1717

18-
[Intel® SGX](https://software.intel.com/en-us/sgx) creates a special secure zone
19-
in memory called an "enclave" - think of it as a vault that only the CPU can
20-
access. Neither the operating system nor any other software can see what's
18+
[Intel® SGX](https://software.intel.com/en-us/sgx) creates a special secure
19+
zone in memory called an "enclave" - think of it as a vault that only the CPU
20+
can access. Neither the operating system nor any other software can see what's
2121
happening inside this protected area. Your code and data are completely private
2222
and secure.
2323

@@ -66,10 +66,11 @@ graph TB
6666

6767
### SGX limitations
6868

69-
With native Intel® SGX technology, the OS is not a part of the Trusted Computing
70-
Base (TCB), hence system calls and kernel services are not available from an
71-
Intel® SGX enclave. This can be limiting as the application will not be able to
72-
use file system and sockets directly from the code running inside the enclave.
69+
With native Intel® SGX technology, the OS is not a part of the Trusted
70+
Computing Base (TCB), hence system calls and kernel services are not available
71+
from an Intel® SGX enclave. This can be limiting as the application will not be
72+
able to use file system and sockets directly from the code running inside the
73+
enclave.
7374

7475
### iExec's SGX infrastructure
7576

0 commit comments

Comments
 (0)