Skip to content

Commit

Permalink
docs: reorganize overview.md subsections
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Feb 1, 2024
1 parent e43164c commit 713d4ba
Showing 1 changed file with 17 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
# Overview

## Application Package

Applications in Hermes are packaged and distributed using [HDF5] (Hierarchical Data Format Version 5) files.

## Key Concepts
See [Packaging A Hermes Application](./application.md).

### HDF5 File And Data Model

### Application Contents
## Package Metadata

### Package Metadata
See [Defining Application Metadata](./metadata.md).

#### Diagram: Metadata is stored in HDF5 Attributes linked to stored objects
### Diagram: Metadata is stored in HDF5 Attributes linked to stored objects

```kroki-excalidraw
@from_file:architecture/08_concepts/hermes_packaging_requirements/images/hermes_app_object_metadata.excalidraw
```

### Cryptographic Signatures
### HDF5 Attributes

### CBOR And dCBOR

## Package Signatures

See [Hermes Application Signatures](./signatures.md).

### COSE

## **SJ Notes**

Expand Down

0 comments on commit 713d4ba

Please sign in to comment.