QBC Cryptographic Layer

Describes bindings, proofs, and recommended primitives.

1. Binding Vectors

The Binding Layer consists of a list of vectors:

"binding": {
  "vectors": [
    { "alg": "SHA3-512", "value": "..." },
    { "alg": "Falcon-Plus", "value": "..." }
  ]
}

2. Tamper Detection Model

If any vector verification fails, the QBC MUST be rejected.

3. Recommended Algorithms