Skip to content

Commit ae52210

Browse files
committed
Update codepoints: signer 300→800, signedOnBehalfOf 301→801
Codepoints 300-303 are already assigned (asset, Bitcoin, Ethereum, Tezos). Moving to 800-801 for 3-byte CBOR encoding on decade boundary. Signed-off-by: Christopher Allen <ChristopherA@LifeWithAlacrity.com>
1 parent 8cd14a8 commit ae52210

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

papers/bcr-2026-004-signing-event-assertions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Alice signing personally and Alice signing as CEO for Acme Corp produce identica
4545

4646
This BCR defines:
4747

48-
- `signer` (300) — links signature to signer's identity
49-
- `signedOnBehalfOf` (301) — identifies who the signer represents
48+
- `signer` (800) — links signature to signer's identity
49+
- `signedOnBehalfOf` (801) — identifies who the signer represents
5050
- References `xades:ClaimedRole` and `xades:CommitmentType` from XAdES
5151

5252
Two patterns bind assertions to signatures:
@@ -194,7 +194,7 @@ Bob's signature covers Alice's complete signed envelope.
194194

195195
Proposed for the Reserved range (256-999) per BCR-2023-002.
196196

197-
### 300: `signer`
197+
### 800: `signer`
198198

199199
Links a signature to a document identifying the signer.
200200

@@ -208,7 +208,7 @@ A signature proves a key signed; `signer` links to identity. Required because so
208208

209209
Within the Gordian ecosystem (XIDs, Clubs, GSTP), references an XID or Club. Gordian Envelope also supports URIs and DIDs.
210210

211-
### 301: `signedOnBehalfOf`
211+
### 801: `signedOnBehalfOf`
212212

213213
Optional. Identifies who the signer represents.
214214

0 commit comments

Comments
 (0)