Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ hamt = HAMT(store=IPFSStore(), root_node_id=root_cid) # You can optionally pass

## Partially encrypted zarrs
```python
from py_hamt import HAMT, IPFSStore, create_zarr_encryption_transformers

ds = ... # example ds with precip and temp data variables
encryption_key = bytes(32) # change before using, only for demonstration purposes!
header = "sample-header".encode()
Expand Down
Loading