Skip to content

Commit

Permalink
Address issue 83 - more bytes for DpMechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
junyechen1996 authored and cjpatton committed Oct 25, 2024
1 parent bd9e96b commit eabacec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions draft-ietf-ppm-dap-taskprov.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ opaque `dp_config` contains the following structure:
enum {
reserved(0), /* Reserved for testing purposes */
none(1),
(255)
(2^16-1)
} DpMechanism;

struct {
Expand Down Expand Up @@ -633,7 +633,7 @@ the "Distributed Aggregation Protocol (DAP)" page called "Differential Privacy
(DP) Mechanisms". This registry contains the following columns:

Value:
: The one-byte identifier for the DP mechanism
: The two-byte identifier for the DP mechanism

Name:
: The name of the DP mechanism
Expand All @@ -643,10 +643,10 @@ Reference:

The initial contents of this registry are listed in the following table.

| Value | Name | Reference |
|:-------|:-----------|:------------------------------|
| `0x00` | `reserved` | {{task-encoding}} of RFC XXXX |
| `0x01` | `none` | {{task-encoding}} of RFC XXXX |
| Value | Name | Reference |
|:---------|:-----------|:------------------------------|
| `0x0000` | `reserved` | {{task-encoding}} of RFC XXXX |
| `0x0001` | `none` | {{task-encoding}} of RFC XXXX |
{: #dp-mechanism-id title="Initial contents of the Differential Privacy (DP) Mechanisms registry."}

## DAP Sub-namespace for DAP
Expand Down

0 comments on commit eabacec

Please sign in to comment.