Skip to content

Commit feda99c

Browse files
committed
docs: updated readme alignments for better visuals
1 parent 9093694 commit feda99c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,13 @@ cargo run --bin axiom_os
4949
```
5050

5151
## Tamper Detection Demo
52+
5253
trust secret hello world
54+
5355
cat secret # returns: hello world
56+
5457
tamper secret # flips byte in memory
58+
5559
cat secret # READ BLOCKED: provenance violation
5660

5761
## Benchmarks
@@ -68,9 +72,13 @@ BLAKE3 constitutes 19.7% of total read+verify overhead.
6872
## Mitra DSL
6973

7074
Domain-specific language with kernel-enforced provenance:
75+
7176
trusted_data secret = classified report
77+
7278
verify secret → KERNEL VERIFIED
79+
7380
[tamper]
81+
7482
verify secret → KERNEL BLOCKED
7583

7684
## Known Limitations

0 commit comments

Comments
 (0)