Locking to your location...
Your GPS coordinates are converted to a geohash, then to a Morton code. This is fed into BLAKE3 as a key derivation function, producing a unique 256-bit key. The content is encrypted with XChaCha20-Poly1305. Only the correct location produces the correct key. No server, no access control — pure math.