Skip to content

Commit

Permalink
Specify is_communal in earthstar
Browse files Browse the repository at this point in the history
  • Loading branch information
AljoschaMeyer committed Jul 21, 2024
1 parent a962140 commit e455026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions willowtest/specs/earthstar/es6_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ export const es6_spec: Expression = site_template(
"The ", r("encode_user_sig"), " function maps a ", r("user_signature_scheme"), " signature (which is just an ed25519 signature, which is just a sequence of bytes) to itself."
),

pinformative(
"The ", r("is_communal"), " function maps a ", r("es6_namespace"), " to ", code("true"), " if and only if the least significant bit of its ", r("cinn_pk_pk"), " is ", code("0"), "."
),

pinformative(
"The choices for the Meadowcap ", r("mc_max_component_length"), ", ", r("mc_max_component_count"), ", and ", r("mc_max_path_length"), " are the same as those for the data model ", r("max_component_length"), ", ", r("max_component_count"), ", and ", r("max_path_length"), "."
),
Expand Down

0 comments on commit e455026

Please sign in to comment.