Skip to content

Commit 1464c5d

Browse files
committed
De-complect default and least values
1 parent 017c185 commit 1464c5d

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

src/pages/specs/confidential_sync.tsx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,8 +2646,17 @@ export const confidential_sync = (
26462646
total order
26472647
</AE>{" "}
26482648
on <R n="SubspaceId" /> with least element{" "}
2649-
<R n="sync_default_subspace_id" />, in which for every
2650-
non-maximal <R n="SubspaceId" />{" "}
2649+
<DefValue
2650+
n="sync_least_subspace_id"
2651+
r="least_subspace_id"
2652+
preview={
2653+
<P>
2654+
A protocol parameter of <R n="confidential_sync" />, the
2655+
{" "}
2656+
unique least <R n="SubspaceId" />.
2657+
</P>
2658+
}
2659+
/>, in which for every non-maximal <R n="SubspaceId" />{" "}
26512660
<DefValue noPreview n="subspace_successor_s" r="s" />{" "}
26522661
there exists a successor{" "}
26532662
<DefValue noPreview n="subspace_successor_t" r="t" />{" "}
@@ -2928,7 +2937,7 @@ export const confidential_sync = (
29282937
<DefValue n="previously_received_itemset_3drange" />. Both are
29292938
initialised to{" "}
29302939
<Code>
2931-
<R n="default_3d_range" />(<R n="sync_default_subspace_id" />)
2940+
<R n="full_3d_range" />(<R n="sync_least_subspace_id" />)
29322941
</Code>. Upon receiving a{" "}
29332942
<R n="ReconciliationSendFingerprint" /> or{" "}
29342943
<R n="ReconciliationAnnounceEntries" />{" "}

src/pages/specs/grouping_entries.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ export const grouping_entries = (
379379
<P>
380380
We define{" "}
381381
<Code>
382-
<DefFunction n="default_3d_range" />(<DefValue
383-
n="default_3d_ss"
384-
r="default_subspace"
382+
<DefFunction n="full_3d_range" />(<DefValue
383+
n="least_3d_ss"
384+
r="least_subspace"
385385
/>)
386386
</Code>{" "}
387387
to denote the <R n="D3Range" /> with the following members:
@@ -391,7 +391,7 @@ export const grouping_entries = (
391391
<Li>
392392
<R n="D3RangeSubspace" /> is the <R n="open_range">open</R>{" "}
393393
<R n="SubspaceRange" /> with <R n="SubspaceRangeStart" />{" "}
394-
<R n="default_3d_ss" />,
394+
<R n="least_3d_ss" />,
395395
</Li>
396396
<Li>
397397
<R n="D3RangePath" /> is the <R n="open_range">open</R>{" "}

0 commit comments

Comments
 (0)