Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.DS_Store
.obsidian
src/__pycache__/*

# Ignore Jupyter notebook checkpoints
**/.ipynb_checkpoints/

# Ignore Python cache files
**/__pycache__/
**/*.pyc

Binary file added gemini/hyperkzg-pcs-01.pdf
Binary file not shown.
1,724 changes: 1,724 additions & 0 deletions gemini/hyperkzg.ipynb

Large diffs are not rendered by default.

Binary file removed src/ff/__pycache__/babybear.cpython-312.pyc
Binary file not shown.
Binary file removed src/merlin/__pycache__/keccak.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file removed src/merlin/__pycache__/strobe.cpython-311.pyc
Binary file not shown.