QUANTUM QUACKERY DIVINE ARTS · SALT DEPARTMENT

Entropy
Encryption
Service

Shannon-certified entropy sourced from gardens, theatrical operations, and BreathOfKo practice. Geometric mixing through the Shygazun byte table. H-verified at every draw.


LIVE POOL STATUS

The pool is a 256-slot space indexed to Shygazun byte addresses 0–255. Each contribution is mixed through BLAKE2b chained against current pool state — irreversible without all three: source identity, contribution bytes, and pool snapshot.

POOL H
CONTRIBUTIONS
SOURCE DIVERSITY
UPTIME

THE GEOMETRY OF RANDOMNESS

Most entropy services deliver bytes from a single source — typically the OS CSPRNG. QQEES layers three additional inputs, each routed to pool slots by Shygazun address geometry: the same prime-factorisation coordinate space underlying the byte table.

When you draw entropy from QQEES, the pool slots selected for XOR are chosen by the Orrery — the 12-layer elemental crossing engine that reads the current recombination state. The result is OS randomness amplified by irreversible geometric mixing from real-world sources.

Every delivery comes with an EntropyCertificate: H value of the served bytes, pool H at time of draw, source diversity count, and a quality grade. Certified requires H ≥ 7.5 on the output, H ≥ 7.0 on the pool, and ≥ 2 distinct source types active.


ENTROPY SOURCES

All sources are registered and maintained by the Salt department. Registration requires department approval.

GARDEN

Physical sensors from registered Salt gardens. Temperature, humidity, photon counts, Geiger detectors, soil conductivity. Quantized and packed as IEEE-754 doubles. Biological noise is high-dimensional and difficult to predict.

THEATRICAL

Bodyska performance operations. Audio amplitude samples and motion vectors from performers feed the pool in real time. A Bodyska enactment is structurally a Lao crossing — Air into Earth — and its sensor output is correspondingly dense.

BREATH OF KO

Verified Wunashakoun BreathOfKo diffs. A diff only qualifies if geometric conditions are met (movement, edge detection) and semantic transition is confirmed by the Orrery. The diff itself — Orrery firing pattern delta encoded as bytes — enters the pool.

ORRERY

Layer-firing patterns from live Kobra VM runs. The Orrery's 12 elemental crossing layers activate non-deterministically based on cue cluster proximity. The firing sequence is unique per run. Suitable as a continuous background source.


INTEGRATION

Purchase an entropy credit package to receive an API key. Deduct from your balance with each draw. The certificate is returned alongside the bytes.

# 1 — draw 512 bytes of certified entropy
import requests, base64

resp = requests.post(
    "https://quantumquackery.org/api/v1/qqees/entropy",
    json={"n_bytes": 512, "api_key": "qqees_…"},
)
data  = resp.json()
raw   = bytes.fromhex(data["entropy_hex"])
cert  = data["certificate"]    # h, pool_h, quality, …

# 2 — contribute garden sensor data
resp = requests.post(
    "https://quantumquackery.org/api/v1/qqees/contribute",
    json={
        "source_id":   "your-source-uuid",
        "source_type": "garden",
        "raw_hex":     sensor_bytes.hex(),
    },
)

ENTROPY CREDITS

Credits are purchased in byte packages. They do not expire unless a specific expiry is attached. Guild practitioners may offset part of their purchase cost using Quack balance at the floating H-adjusted rate.

SEED 64 KB $2.00
GARDEN 1 MB $8.00
THEATRE 10 MB $35.00
ORRERY unlimited / month custom

Source registration is free. The Salt department reviews all garden and theatrical registrations. BoK source registration is automatic upon verified practitioner status.

JOIN THE GUILD REGISTER A SOURCE