Skip to content

Commit aa6cfa3

Browse files
committed
Assign known value code points and format as table
1 parent 816a32d commit aa6cfa3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

papers/bcr-2026-004-salted-value.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,12 @@ A Salted Value wrapper:
128128

129129
### Required predicates
130130

131-
- `'salt'` is an existing Known Value (see [BCR-2024-007](bcr-2024-007-envelope-decorrelation.md)).
132-
- `'value'` is a proposed new Known Value (code point TBD) representing the wrapped underlying value.
131+
| Code Point | Predicate | Description |
132+
|:-----------|:----------|:-------------------------------------------------------------------------------------------------------------------------------------|
133+
| 15 | `'salt'` | Random salt for decorrelation (see [BCR-2024-007](bcr-2024-007-envelope-decorrelation.md) and [BCR-2023-017](bcr-2023-017-salt.md)). |
134+
| 25 | `'value'` | The wrapped underlying value. |
133135

134-
Pattern invariants:
136+
### Pattern Invariants
135137

136138
- The subject MUST be Unit (`''`) per [BCR-2026-001](bcr-2026-001-unit.md).
137139
- There MUST be exactly one `'salt'` assertion, and its object must be a `Salt` of at least 8 bytes (see below for further guidance),

0 commit comments

Comments
 (0)