<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-irtf-cfrg-frost-11" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.0 -->
  <front>
    <title abbrev="FROST">Two-Round Threshold Schnorr Signatures with FROST</title>
    <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-frost-11"/>
    <author initials="D." surname="Connolly" fullname="Deirdre Connolly">
      <organization>Zcash Foundation</organization>
      <address>
        <email>durumcrustulum@gmail.com</email>
      </address>
    </author>
    <author initials="C." surname="Komlo" fullname="Chelsea Komlo">
      <organization>University of Waterloo, Zcash Foundation</organization>
      <address>
        <email>ckomlo@uwaterloo.ca</email>
      </address>
    </author>
    <author initials="I." surname="Goldberg" fullname="Ian Goldberg">
      <organization>University of Waterloo</organization>
      <address>
        <email>iang@uwaterloo.ca</email>
      </address>
    </author>
    <author initials="C. A." surname="Wood" fullname="Christopher A. Wood">
      <organization>Cloudflare</organization>
      <address>
        <email>caw@heapingbits.net</email>
      </address>
    </author>
    <date year="2022" month="October" day="07"/>
    <area>General</area>
    <workgroup>CFRG</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>In this draft, we present the two-round signing variant of FROST, a Flexible Round-Optimized
Schnorr Threshold signature scheme. FROST signatures can be issued after a threshold number
of entities cooperate to issue a signature, allowing for improved distribution of trust and
redundancy with respect to a secret key. Further, this draft specifies signatures that are
compatible with <xref target="RFC8032"/>. However, unlike <xref target="RFC8032"/>, the protocol for producing
signatures in this draft is not deterministic, so as to ensure protection against a
key-recovery attack that is possible when even only one signer participant is malicious.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Crypto Forum Research Group mailing list (cfrg@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/search/?email_list=cfrg"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/cfrg/draft-irtf-cfrg-frost"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>DISCLAIMER: This is a work-in-progress draft of FROST.</t>
      <t>RFC EDITOR: PLEASE REMOVE THE FOLLOWING PARAGRAPH The source for this draft is
maintained in GitHub. Suggested changes should be submitted as pull requests
at https://github.com/cfrg/draft-irtf-cfrg-frost. Instructions are on that page as
well.</t>
      <t>Unlike signatures in a single-party setting, threshold signatures
require cooperation among a threshold number of signing participants each holding a share
of a common private key. The security of threshold schemes in general assumes
that an adversary can corrupt strictly fewer than a threshold number of signer participants.</t>
      <t>This document presents a variant of a Flexible Round-Optimized Schnorr Threshold (FROST)
signature scheme originally defined in <xref target="FROST20"/>. FROST reduces network overhead during
threshold signing operations while employing a novel technique to protect against forgery
attacks applicable to prior Schnorr-based threshold signature constructions. The variant of
FROST presented in this document requires two rounds to compute a signature. Single-round
signing with FROST is out of scope.</t>
      <t>For select ciphersuites, the signatures produced by this draft are compatible with
<xref target="RFC8032"/>. However, unlike <xref target="RFC8032"/>, signatures produced by FROST are not
deterministic, since deriving nonces deterministically allows for a complete key-recovery
attack in multi-party discrete logarithm-based signatures, such as FROST.</t>
      <t>While an optimization to FROST was shown in <xref target="Schnorr21"/> that reduces scalar multiplications
from linear in the number of signing participants to constant, this draft does not specify that optimization
due to the malleability that this optimization introduces, as shown in <xref target="StrongerSec22"/>.
Specifically, this optimization removes the guarantee that the set of signer participants that started
round one of the protocol is the same set of signing participants that produced the signature output by
round two.</t>
      <t>Key generation for FROST signing is out of scope for this document. However, for completeness,
key generation with a trusted dealer is specified in <xref target="dep-dealer"/>.</t>
      <section anchor="change-log">
        <name>Change Log</name>
        <t>draft-11</t>
        <ul spacing="normal">
          <li>Update version string constant (#307)</li>
          <li>Make SerializeElement reject the identity element (#306)</li>
          <li>Make ciphersuite requirements explicit (#302)</li>
          <li>Fix various editorial issues (#303, #301, #299, #297)</li>
        </ul>
        <t>draft-10</t>
        <ul spacing="normal">
          <li>Update version string constant (#296)</li>
          <li>Fix some editorial issues from Ian Goldberg (#295)</li>
        </ul>
        <t>draft-09</t>
        <ul spacing="normal">
          <li>Add single-signer signature generation to complement RFC8032 functions (#293)</li>
          <li>Address Thomas Pornin review comments from https://mailarchive.ietf.org/arch/msg/crypto-panel/bPyYzwtHlCj00g8YF1tjj-iYP2c/ (#292, #291, #290, #289, #287, #286, #285, #282, #281, #280, #279, #278, #277, #276, #275, #273, #272, #267)</li>
          <li>Correct Ed448 ciphersuite (#246)</li>
          <li>Various editorial changes (#241, #240)</li>
        </ul>
        <t>draft-08</t>
        <ul spacing="normal">
          <li>Add notation for Scalar multiplication (#237)</li>
          <li>Add secp2561k1 ciphersuite (#223)</li>
          <li>Remove RandomScalar implementation details (#231)</li>
          <li>Add domain separation for message and commitment digests (#228)</li>
        </ul>
        <t>draft-07</t>
        <ul spacing="normal">
          <li>Fix bug in per-rho signer computation (#222)</li>
        </ul>
        <t>draft-06</t>
        <ul spacing="normal">
          <li>Make verification a per-ciphersuite functionality (#219)</li>
          <li>Use per-signer values of rho to mitigate protocol malleability (#217)</li>
          <li>Correct prime-order subgroup checks (#215, #211)</li>
          <li>Fix bug in ed25519 ciphersuite description (#205)</li>
          <li>Various editorial improvements (#208, #209, #210, #218)</li>
        </ul>
        <t>draft-05</t>
        <ul spacing="normal">
          <li>Update test vectors to include version string (#202, #203)</li>
          <li>Rename THRESHOLD_LIMIT to MIN_PARTICIPANTS (#192)</li>
          <li>Use non-contiguous signers for the test vectors (#187)</li>
          <li>Add more reasoning why the coordinator MUST abort (#183)</li>
          <li>Add a function to generate nonces (#182)</li>
          <li>Add MUST that all participants have the same view of VSS commitment (#174)</li>
          <li>Use THRESHOLD_LIMIT instead of t and MAX_PARTICIPANTS instead of n (#171)</li>
          <li>Specify what the dealer is trusted to do (#166)</li>
          <li>Clarify types of NUM_PARTICIPANTS and THRESHOLD_LIMIT (#165)</li>
          <li>Assert that the network channel used for signing should be authenticated (#163)</li>
          <li>Remove wire format section (#156)</li>
          <li>Update group commitment derivation to have a single scalarmul (#150)</li>
          <li>Use RandomNonzeroScalar for single-party Schnorr example (#148)</li>
          <li>Fix group notation and clarify member functions (#145)</li>
          <li>Update existing implementations table (#136)</li>
          <li>Various editorial improvements (#135, #143, #147, #149, #153, #158, #162, #167, #168, #169, #170, #175, #176, #177, #178, #184, #186, #193, #198, #199)</li>
        </ul>
        <t>draft-04</t>
        <ul spacing="normal">
          <li>Added methods to verify VSS commitments and derive group info (#126, #132).</li>
          <li>Changed check for participants to consider only nonnegative numbers (#133).</li>
          <li>Changed sampling for secrets and coefficients to allow the zero element (#130).</li>
          <li>Split test vectors into separate files (#129)</li>
          <li>Update wire structs to remove commitment shares where not necessary (#128)</li>
          <li>Add failure checks (#127)</li>
          <li>Update group info to include each participant's key and clarify how public key material is obtained (#120, #121).</li>
          <li>Define cofactor checks for verification (#118)</li>
          <li>Various editorial improvements and add contributors (#124, #123, #119, #116, #113, #109)</li>
        </ul>
        <t>draft-03</t>
        <ul spacing="normal">
          <li>Refactor the second round to use state from the first round (#94).</li>
          <li>Ensure that verification of signature shares from the second round uses commitments from the first round (#94).</li>
          <li>Clarify RFC8032 interoperability based on PureEdDSA (#86).</li>
          <li>Specify signature serialization based on element and scalar serialization (#85).</li>
          <li>Fix hash function domain separation formatting (#83).</li>
          <li>Make trusted dealer key generation deterministic (#104).</li>
          <li>Add additional constraints on participant indexes and nonce usage (#105, #103, #98, #97).</li>
          <li>Apply various editorial improvements.</li>
        </ul>
        <t>draft-02</t>
        <ul spacing="normal">
          <li>Fully specify both rounds of FROST, as well as trusted dealer key generation.</li>
          <li>Add ciphersuites and corresponding test vectors, including suites for RFC8032 compatibility.</li>
          <li>Refactor document for editorial clarity.</li>
        </ul>
        <t>draft-01</t>
        <ul spacing="normal">
          <li>Specify operations, notation and cryptographic dependencies.</li>
        </ul>
        <t>draft-00</t>
        <ul spacing="normal">
          <li>Outline CFRG draft based on draft-komlo-frost.</li>
        </ul>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <t>The following notation is used throughout the document.</t>
      <ul spacing="normal">
        <li>
          <tt>random_bytes(n)</tt>: Outputs <tt>n</tt> bytes, sampled uniformly at random
using a cryptographically secure pseudorandom number generator (CSPRNG).</li>
        <li>
          <tt>count(i, L)</tt>: Outputs the number of times the element <tt>i</tt> is represented in the list <tt>L</tt>.</li>
        <li>
          <tt>len(l)</tt>: Outputs the length of input list <tt>l</tt>, e.g., <tt>len([1,2,3]) = 3)</tt>.</li>
        <li>
          <tt>reverse(l)</tt>: Outputs the list <tt>l</tt> in reverse order, e.g., <tt>reverse([1,2,3]) = [3,2,1]</tt>.</li>
        <li>
          <tt>range(a, b)</tt>: Outputs a list of integers from <tt>a</tt> to <tt>b-1</tt> in ascending order, e.g., <tt>range(1, 4) = [1,2,3]</tt>.</li>
        <li>
          <tt>pow(a, b)</tt>: Outputs the integer result of <tt>a</tt> to the power of <tt>b</tt>, e.g., <tt>pow(2, 3) = 8</tt>.</li>
        <li>|| denotes concatenation of byte strings, i.e., <tt>x || y</tt> denotes the byte string <tt>x</tt>, immediately followed by
the byte string <tt>y</tt>, with no extra separator, yielding <tt>xy</tt>.</li>
        <li>nil denotes an empty byte string.</li>
      </ul>
      <t>Unless otherwise stated, we assume that secrets are sampled uniformly at random
using a cryptographically secure pseudorandom number generator (CSPRNG); see
<xref target="RFC4086"/> for additional guidance on the generation of random numbers.</t>
    </section>
    <section anchor="cryptographic-dependencies">
      <name>Cryptographic Dependencies</name>
      <t>FROST signing depends on the following cryptographic constructs:</t>
      <ul spacing="normal">
        <li>Prime-order Group, <xref target="dep-pog"/>;</li>
        <li>Cryptographic hash function, <xref target="dep-hash"/>;</li>
      </ul>
      <t>These are described in the following sections.</t>
      <section anchor="dep-pog">
        <name>Prime-Order Group</name>
        <t>FROST depends on an abelian group of prime order <tt>p</tt>. We represent this
group as the object <tt>G</tt> that additionally defines helper functions described below. The group operation
for <tt>G</tt> is addition <tt>+</tt> with identity element <tt>I</tt>. For any elements <tt>A</tt> and <tt>B</tt> of the group <tt>G</tt>,
<tt>A + B = B + A</tt> is also a member of <tt>G</tt>. Also, for any <tt>A</tt> in <tt>G</tt>, there exists an element
<tt>-A</tt> such that <tt>A + (-A) = (-A) + A = I</tt>. For convenience, we use <tt>-</tt> to denote
subtraction, e.g., <tt>A - B = A + (-B)</tt>. Integers, taken modulo the group order <tt>p</tt>, are called
scalars; arithmetic operations on scalars are implicitly performed modulo <tt>p</tt>. Since <tt>p</tt> is prime,
scalars form a finite field. Scalar multiplication is equivalent to the repeated
application of the group operation on an element <tt>A</tt> with itself <tt>r-1</tt> times, denoted as
<tt>ScalarMult(A, r)</tt>. We denote the sum, difference, and product of two scalars using the <tt>+</tt>, <tt>-</tt>,
and <tt>*</tt> operators, respectively. (Note that this means <tt>+</tt> may refer to group element addition or
scalar addition, depending on types of the operands.) For any element <tt>A</tt>, <tt>ScalarMult(A, p) = I</tt>.
We denote <tt>B</tt> as a fixed generator of the group. Scalar base multiplication is equivalent to the repeated application
of the group operation <tt>B</tt> with itself <tt>r-1</tt> times, this is denoted as <tt>ScalarBaseMult(r)</tt>. The set of
scalars corresponds to <tt>GF(p)</tt>, which we refer to as the scalar field. This document uses types
<tt>Element</tt> and <tt>Scalar</tt> to denote elements of the group <tt>G</tt> and its set of scalars, respectively.
We denote Scalar(x) as the conversion of integer input <tt>x</tt> to the corresponding Scalar value with
the same numeric value. For example, Scalar(1) yields a Scalar representing the value 1.
We denote equality comparison as <tt>==</tt> and assignment of values by <tt>=</tt>. Finally, it is assumed that
group element addition, negation, and equality comparisons can be efficiently computed for
arbitrary group elements.</t>
        <t>We now detail a number of member functions that can be invoked on <tt>G</tt>.</t>
        <ul spacing="normal">
          <li>Order(): Outputs the order of <tt>G</tt> (i.e. <tt>p</tt>).</li>
          <li>Identity(): Outputs the identity <tt>Element</tt> of the group (i.e. <tt>I</tt>).</li>
          <li>RandomScalar(): Outputs a random <tt>Scalar</tt> element in GF(p), i.e., a random scalar in [0, p - 1].</li>
          <li>ScalarMult(A, k): Output the scalar multiplication between Element <tt>A</tt> and Scalar <tt>k</tt>.</li>
          <li>ScalarBaseMult(k): Output the scalar multiplication between Scalar <tt>k</tt> and the group generator <tt>B</tt>.</li>
          <li>SerializeElement(A): Maps an <tt>Element</tt> <tt>A</tt> to a canonical byte array <tt>buf</tt> of fixed length <tt>Ne</tt>. This
function can raise an error if <tt>A</tt> is the identity element of the group.</li>
          <li>DeserializeElement(buf): Attempts to map a byte array <tt>buf</tt> to an <tt>Element</tt> <tt>A</tt>,
and fails if the input is not the valid canonical byte representation of an element of
the group. This function can raise an error if deserialization fails
or <tt>A</tt> is the identity element of the group; see <xref target="ciphersuites"/> for group-specific
input validation steps.</li>
          <li>SerializeScalar(s): Maps a Scalar <tt>s</tt> to a canonical byte array <tt>buf</tt> of fixed length <tt>Ns</tt>.</li>
          <li>DeserializeScalar(buf): Attempts to map a byte array <tt>buf</tt> to a <tt>Scalar</tt> <tt>s</tt>.
This function can raise an error if deserialization fails; see
<xref target="ciphersuites"/> for group-specific input validation steps.</li>
        </ul>
      </section>
      <section anchor="dep-hash">
        <name>Cryptographic Hash Function</name>
        <t>FROST requires the use of a cryptographically secure hash function, generically
written as H, which functions effectively as a random oracle. For concrete
recommendations on hash functions which SHOULD be used in practice, see
<xref target="ciphersuites"/>. Using H, we introduce separate domain-separated hashes,
H1, H2, H3, H4, and H5:</t>
        <ul spacing="normal">
          <li>H1, H2, and H3 map arbitrary byte strings to Scalar elements of the prime-order group scalar field.</li>
          <li>H4 and H5 are aliases for H with distinct domain separators.</li>
        </ul>
        <t>The details of H1, H2, H3, H4, and H5 vary based on ciphersuite. See <xref target="ciphersuites"/>
for more details about each.</t>
      </section>
    </section>
    <section anchor="helpers">
      <name>Helper Functions</name>
      <t>Beyond the core dependencies, the protocol in this document depends on the
following helper operations:</t>
      <ul spacing="normal">
        <li>Nonce generation, <xref target="dep-nonces"/>;</li>
        <li>Polynomial operations, <xref target="dep-polynomial"/>;</li>
        <li>Encoding operations, <xref target="dep-encoding"/>;</li>
        <li>Signature binding <xref target="dep-binding-factor"/>, group commitment <xref target="dep-group-commit"/>, and challenge computation <xref target="dep-sig-challenge"/>.</li>
      </ul>
      <t>These sections describes these operations in more detail.</t>
      <section anchor="dep-nonces">
        <name>Nonce generation</name>
        <t>To hedge against a bad RNG that outputs predictable values, nonces are
generated with the <tt>nonce_generate</tt> function by combining fresh randomness
with the secret key as input to a domain-separated hash function built
from the ciphersuite hash function <tt>H</tt>. This domain-separated hash function
is denoted <tt>H3</tt>. This function always samples 32 bytes of fresh randomness
to ensure that the probability of nonce reuse is at most 2<sup>-128</sup>
as long as no more than 2<sup>64</sup> signatures are computed by a given
signing participant.</t>
        <artwork><![CDATA[
  nonce_generate(secret):

  Inputs:
  - secret, a Scalar

  Outputs: nonce, a Scalar

  def nonce_generate(secret):
    random_bytes = random_bytes(32)
    secret_enc = G.SerializeScalar(secret)
    return H3(random_bytes || secret_enc)
]]></artwork>
      </section>
      <section anchor="dep-polynomial">
        <name>Polynomial Operations</name>
        <t>This section describes operations on and associated with polynomials over Scalars
that are used in the main signing protocol. A polynomial of maximum degree t+1
is represented as a list of t coefficients, where the constant term of the polynomial
is in the first position and the highest-degree coefficient is in the last position.
A point on the polynomial is a tuple (x, y), where <tt>y = f(x)</tt>. For notational
convenience, we refer to the x-coordinate and y-coordinate of a
point p as <tt>p.x</tt> and <tt>p.y</tt>, respectively.</t>
        <section anchor="evaluation-of-a-polynomial">
          <name>Evaluation of a polynomial</name>
          <t>This section describes a method for evaluating a polynomial <tt>f</tt> at a
particular input <tt>x</tt>, i.e., <tt>y = f(x)</tt> using Horner's method.</t>
          <artwork><![CDATA[
  polynomial_evaluate(x, coeffs):

  Inputs:
  - x, input at which to evaluate the polynomial, a Scalar
  - coeffs, the polynomial coefficients, a list of Scalars

  Outputs: Scalar result of the polynomial evaluated at input x

  def polynomial_evaluate(x, coeffs):
    value = 0
    for coeff in reverse(coeffs):
      value *= x
      value += coeff
    return value
]]></artwork>
        </section>
        <section anchor="lagrange-coefficients">
          <name>Lagrange coefficients</name>
          <t>The function <tt>derive_lagrange_coefficient</tt> derives a Lagrange coefficient
to later perform polynomial interpolation, and is provided a list of x-coordinates
as input. Note that <tt>derive_lagrange_coefficient</tt> does not permit any x-coordinate
to equal 0. Lagrange coefficients are used in FROST to evaluate a polynomial <tt>f</tt>
at x-coordinate 0, i.e., <tt>f(0)</tt>, given a list of <tt>t</tt> other x-coordinates.</t>
          <artwork><![CDATA[
  derive_lagrange_coefficient(x_i, L):

  Inputs:
  - x_i, an x-coordinate contained in L, a Scalar
  - L, the set of x-coordinates, each a Scalar

  Outputs: L_i, the i-th Lagrange coefficient

  Errors:
  - "invalid parameters", if 1) any x-coordinate is equal to 0, 2) if x_i
    is not in L, or if 3) any x-coordinate is represented more than once in L.

  def derive_lagrange_coefficient(x_i, L):
    if x_i == 0:
      raise "invalid parameters"
    for x_j in L:
      if x_j == 0:
        raise "invalid parameters"
    if x_i not in L:
      raise "invalid parameters"
    for x_j in L:
      if count(x_j, L) > 1:
        raise "invalid parameters"

    numerator = Scalar(1)
    denominator = Scalar(1)
    for x_j in L:
      if x_j == x_i: continue
      numerator *= x_j
      denominator *= x_j - x_i

    L_i = numerator / denominator
    return L_i
]]></artwork>
        </section>
      </section>
      <section anchor="dep-encoding">
        <name>List Operations</name>
        <t>This section describes helper functions that work on lists of values produced
during the FROST protocol. The following function encodes a list of participant
commitments into a bytestring for use in the FROST protocol.</t>
        <artwork><![CDATA[
  Inputs:
  - commitment_list = [(i, hiding_nonce_commitment_i, binding_nonce_commitment_i), ...],
    a list of commitments issued by each participant, where each element in the list
    indicates the participant identifier i and their two commitment Element values
    (hiding_nonce_commitment_i, binding_nonce_commitment_i). This list MUST be sorted
    in ascending order by participant identifier.

  Outputs: A byte string containing the serialized representation of commitment_list

  def encode_group_commitment_list(commitment_list):
    encoded_group_commitment = nil
    for (identifier, hiding_nonce_commitment, binding_nonce_commitment) in commitment_list:
      encoded_commitment = G.SerializeScalar(identifier) ||
                           G.SerializeElement(hiding_nonce_commitment) ||
                           G.SerializeElement(binding_nonce_commitment)
      encoded_group_commitment = encoded_group_commitment || encoded_commitment
    return encoded_group_commitment
]]></artwork>
        <t>The following function is used to extract participant identifiers from a commitment
list.</t>
        <artwork><![CDATA[
  Inputs:
  - commitment_list = [(i, hiding_nonce_commitment_i, binding_nonce_commitment_i), ...],
    a list of commitments issued by each participant, where each element in the list
    indicates the participant identifier i and their two commitment Element values
    (hiding_nonce_commitment_i, binding_nonce_commitment_i). This list MUST be sorted
    in ascending order by participant identifier.

  Outputs: A list of participant identifiers

def participants_from_commitment_list(commitment_list):
  identifiers = []
  for (identifier, _, _) in commitment_list:
    identifiers.append(identifier)
  return identifiers
]]></artwork>
        <t>The following function is used to extract a binding factor from a list of binding factors.</t>
        <artwork><![CDATA[
  Inputs:
  - binding_factor_list = [(i, binding_factor), ...],
    a list of binding factors for each participant, where each element in the list
    indicates the participant identifier i and their binding factor. This list MUST be sorted
    in ascending order by participant identifier.
  - identifier, participant identifier, a Scalar.

  Outputs: A Scalar value.

  Errors: "invalid participant", when the designated participant is not known

def binding_factor_for_participant(binding_factor_list, identifier):
  for (i, binding_factor) in binding_factor_list:
    if identifier == i:
      return binding_factor
  raise "invalid participant"
]]></artwork>
      </section>
      <section anchor="dep-binding-factor">
        <name>Binding Factors Computation</name>
        <t>This section describes the subroutine for computing binding factors based
on the participant commitment list and message to be signed.</t>
        <artwork><![CDATA[
  Inputs:
  - commitment_list = [(i, hiding_nonce_commitment_i, binding_nonce_commitment_i), ...],
    a list of commitments issued by each participant, where each element in the list
    indicates the participant identifier i and their two commitment Element values
    (hiding_nonce_commitment_i, binding_nonce_commitment_i). This list MUST be sorted
    in ascending order by participant identifier.
  - msg, the message to be signed.

  Outputs: A list of (identifier, Scalar) tuples representing the binding factors.

  def compute_binding_factors(commitment_list, msg):
    msg_hash = H4(msg)
    encoded_commitment_hash = H5(encode_group_commitment_list(commitment_list))
    rho_input_prefix = msg_hash || encoded_commitment_hash

    binding_factor_list = []
    for (identifier, hiding_nonce_commitment, binding_nonce_commitment) in commitment_list:
      rho_input = rho_input_prefix || G.SerializeScalar(identifier)
      binding_factor = H1(rho_input)
      binding_factor_list.append((identifier, binding_factor))
    return binding_factor_list
]]></artwork>
      </section>
      <section anchor="dep-group-commit">
        <name>Group Commitment Computation</name>
        <t>This section describes the subroutine for creating the group commitment
from a commitment list.</t>
        <artwork><![CDATA[
  Inputs:
  - commitment_list =
     [(i, hiding_nonce_commitment_i, binding_nonce_commitment_i), ...], a list
    of commitments issued by each participant, where each element in the list
    indicates the participant identifier i and their two commitment Element values
    (hiding_nonce_commitment_i, binding_nonce_commitment_i). This list MUST be
    sorted in ascending order by participant identifier.
  - binding_factor_list = [(i, binding_factor), ...],
    a list of (identifier, Scalar) tuples representing the binding factor Scalar
    for the given identifier. This list MUST be sorted in ascending order by identifier.

  Outputs: An Element in G representing the group commitment

  def compute_group_commitment(commitment_list, binding_factor_list):
    group_commitment = G.Identity()
    for (identifier, hiding_nonce_commitment, binding_nonce_commitment) in commitment_list:
      binding_factor = binding_factor_for_participant(binding_factors, identifier)
      group_commitment = group_commitment +
        hiding_nonce_commitment + G.ScalarMult(binding_nonce_commitment, binding_factor)
    return group_commitment
]]></artwork>
      </section>
      <section anchor="dep-sig-challenge">
        <name>Signature Challenge Computation</name>
        <t>This section describes the subroutine for creating the per-message challenge.</t>
        <artwork><![CDATA[
  Inputs:
  - group_commitment, an Element in G representing the group commitment
  - group_public_key, public key corresponding to the group signing key, an
    Element in G.
  - msg, the message to be signed.

  Outputs: A Scalar representing the challenge

  def compute_challenge(group_commitment, group_public_key, msg):
    group_comm_enc = G.SerializeElement(group_commitment)
    group_public_key_enc = G.SerializeElement(group_public_key)
    challenge_input = group_comm_enc || group_public_key_enc || msg
    challenge = H2(challenge_input)
    return challenge
]]></artwork>
      </section>
    </section>
    <section anchor="frost-spec">
      <name>Two-Round FROST Signing Protocol</name>
      <t>This section describes the two-round variant of the FROST threshold signature
protocol for producing Schnorr signatures. The protocol is configured to
run with a selection of <tt>NUM_PARTICIPANTS</tt> signer participants and a Coordinator.
<tt>NUM_PARTICIPANTS</tt> is a positive integer at least <tt>MIN_PARTICIPANTS</tt> but no larger than
<tt>MAX_PARTICIPANTS</tt>, where <tt>MIN_PARTICIPANTS &lt;= MAX_PARTICIPANTS</tt>, <tt>MIN_PARTICIPANTS</tt> is a positive
integer and <tt>MAX_PARTICIPANTS</tt> is a positive integer less than the group order.
A signer participant, or simply participant, is an entity that is trusted to hold and
use a signing key share. The Coordinator is an entity with the following responsibilities:</t>
      <ol spacing="normal" type="1"><li>Determining which participants will participate (at least MIN_PARTICIPANTS in number);</li>
        <li>Coordinating rounds (receiving and forwarding inputs among participants); and</li>
        <li>Aggregating signature shares output by each participant, and publishing the resulting signature.</li>
      </ol>
      <t>FROST assumes that the Coordinator and the set of signer participants, are chosen
externally to the protocol. Note that it is possible to deploy the protocol without
a distinguished Coordinator; see <xref target="no-coordinator"/> for more information.</t>
      <t>FROST produces signatures that are indistinguishable from those produced with a single
participant using a signing key <tt>s</tt> with corresponding public key <tt>PK</tt>, where <tt>s</tt> is a Scalar
value and <tt>PK = G.ScalarBaseMult(s)</tt>. As a threshold signing protocol, the group signing
key <tt>s</tt> is secret-shared amongst each participant and used to produce signatures. In particular,
FROST assumes each participant is configured with the following information:</t>
      <ul spacing="normal">
        <li>An identifier, which is a Scalar value denoted <tt>i</tt> in the range <tt>[1, MAX_PARTICIPANTS]</tt>
and MUST be distinct from the identifier of every other participant.</li>
        <li>A signing key share <tt>sk_i</tt>, which is a Scalar value representing the i-th secret share
of the group signing key <tt>s</tt>. The public key corresponding to this signing key share
is <tt>PK_i = G.ScalarBaseMult(sk_i)</tt>.</li>
      </ul>
      <t>The Coordinator and each participant are additionally configured with common group
information, denoted "group info," which consists of the following:</t>
      <ul spacing="normal">
        <li>Group public key, which is an <tt>Element</tt> in <tt>G</tt> denoted <tt>PK</tt>.</li>
        <li>Public keys <tt>PK_i</tt> for each participant, which are <tt>Element</tt> values in <tt>G</tt> denoted <tt>PK_i</tt>
for each <tt>i</tt> in <tt>[1, MAX_PARTICIPANTS]</tt>.</li>
      </ul>
      <t>This document does not specify how this information, including the signing key shares,
are configured and distributed to participants. In general, two possible configuration
mechanisms are possible: one that requires a single, trusted dealer, and the other
which requires performing a distributed key generation protocol. We highlight
key generation mechanism by a trusted dealer in <xref target="dep-dealer"/> for reference.</t>
      <t>The signing variant of FROST in this document requires participants to perform two network rounds:
1) generating and publishing commitments, and 2) signature share generation and
publication. The first round serves for each participant to issue a commitment to
a nonce. The second round receives commitments for all participants as well as the message,
and issues a signature share with respect to that message. The Coordinator performs
the coordination of each of these rounds. At the end of the second round, the
Coordinator then performs an aggregation step and outputs the final signature.
This complete interaction is shown in <xref target="fig-frost"/>.</t>
      <figure anchor="fig-frost">
        <name>FROST signature overview</name>
        <artwork><![CDATA[
        (group info)            (group info,     (group info,
            |               signing key share)   signing key share)
            |                         |                |
            v                         v                v
        Coordinator               Signer-1   ...   Signer-n
    ------------------------------------------------------------
   message
------------>
            |
      == Round 1 (Commitment) ==
            | participant commitment |                 |
            |<-----------------------+                 |
            |          ...                             |
            | participant commitment            (commit state) ==\
            |<-----------------------------------------+         |
                                                                 |
      == Round 2 (Signature Share Generation) ==                 |
            |                                                    |
            |   participant input    |                 |         |
            +------------------------>                 |         |
            |     signature share    |                 |         |
            |<-----------------------+                 |         |
            |          ...                             |         |
            |    participant input                     |         |
            +------------------------------------------>         /
            |     signature share                      |<=======/
            <------------------------------------------+
            |
      == Aggregation ==
            |
  signature |
<-----------+
]]></artwork>
      </figure>
      <t>Details for round one are described in <xref target="frost-round-one"/>, and details for round two
are described in <xref target="frost-round-two"/>. Note that each participant persists some state between
the two rounds, and this state is deleted as described in <xref target="frost-round-two"/>. The final
Aggregation step is described in <xref target="frost-aggregation"/>.</t>
      <t>FROST assumes that all inputs to each round, especially those of which are received
over the network, are validated before use. In particular, this means that any value
of type Element or Scalar is deserialized using DeserializeElement and DeserializeScalar,
respectively, as these functions perform the necessary input validation steps.</t>
      <t>FROST assumes reliable message delivery between the Coordinator and participants in
order for the protocol to complete. An attacker masquerading as another participant
will result only in an invalid signature; see <xref target="sec-considerations"/>. However, in order
to identify any participant which has misbehaved (resulting in the protocol aborting)
to take actions such as excluding them from future signing operations, we assume that
the network channel is additionally authenticated; confidentiality is not required.</t>
      <section anchor="frost-round-one">
        <name>Round One - Commitment</name>
        <t>Round one involves each participant generating nonces and their corresponding public commitments.
A nonce is a pair of Scalar values, and a commitment is a pair of Element values. Each participant's
behavior in this round is described by the <tt>commit</tt> function below. Note that this function
invokes <tt>nonce_generate</tt> twice, once for each type of nonce produced. The output of this function is
a pair of secret nonces <tt>(hiding_nonce, binding_nonce)</tt> and their corresponding public commitments
<tt>(hiding_nonce_commitment, binding_nonce_commitment)</tt>.</t>
        <artwork><![CDATA[
  Inputs: sk_i, the secret key share, a Scalar

  Outputs: (nonce, comm), a tuple of nonce and nonce commitment pairs,
    where each value in the nonce pair is a Scalar and each value in
    the nonce commitment pair is an Element

  def commit(sk_i):
    hiding_nonce = nonce_generate(sk_i)
    binding_nonce = nonce_generate(sk_i)
    hiding_nonce_commitment = G.ScalarBaseMult(hiding_nonce)
    binding_nonce_commitment = G.ScalarBaseMult(binding_nonce)
    nonce = (hiding_nonce, binding_nonce)
    comm = (hiding_nonce_commitment, binding_nonce_commitment)
    return (nonce, comm)
]]></artwork>
        <t>The outputs <tt>nonce</tt> and <tt>comm</tt> from participant <tt>P_i</tt> should both be stored locally and
kept for use in the second round. The <tt>nonce</tt> value is secret and MUST NOT be shared, whereas
the public output <tt>comm</tt> is sent to the Coordinator. The nonce values produced by this
function MUST NOT be reused in more than one invocation of FROST, and it MUST be generated
from a source of secure randomness.</t>
        <!-- The Coordinator must not get confused about which commitments come from which signers, do we need to say more about how this is done? -->

</section>
      <section anchor="frost-round-two">
        <name>Round Two - Signature Share Generation</name>
        <t>In round two, the Coordinator is responsible for sending the message to be signed, and
for choosing which participants will participate (of number at least MIN_PARTICIPANTS). Signers
additionally require locally held data; specifically, their private key and the
nonces corresponding to their commitment issued in round one.</t>
        <t>The Coordinator begins by sending each participant the message to be signed along with the
set of signing commitments for all participants in the participant list. Each participant
MUST validate the inputs before processing the Coordinator's request. In particular,
the Signer MUST validate commitment_list, deserializing each group Element in the
list using DeserializeElement from <xref target="dep-pog"/>. If deserialization fails, the Signer
MUST abort the protocol. Moreover, each participant MUST ensure that
their identifier appears in commitment_list along with
their commitment from the first round.
Applications which require that participants not process arbitrary
input messages are also required to also perform relevant application-layer input
validation checks; see <xref target="message-validation"/> for more details.</t>
        <t>Upon receipt and successful input validation, each Signer then runs the following
procedure to produce its own signature share.</t>
        <artwork><![CDATA[
  Inputs:
  - identifier, Identifier i of the participant. Note identifier will never equal 0.
  - sk_i, Signer secret key share, a Scalar.
  - group_public_key, public key corresponding to the group signing key,
    an Element in G.
  - nonce_i, pair of Scalar values (hiding_nonce, binding_nonce) generated in
    round one.
  - msg, the message to be signed (sent by the Coordinator).
  - commitment_list =
      [(j, hiding_nonce_commitment_j, binding_nonce_commitment_j), ...], a
    list of commitments issued in Round 1 by each participant and sent by the Coordinator.
    Each element in the list indicates the participant identifier j and their two commitment
    Element values (hiding_nonce_commitment_j, binding_nonce_commitment_j).
    This list MUST be sorted in ascending order by participant identifier.

  Outputs: a Scalar value representing the signature share

  def sign(identifier, sk_i, group_public_key, nonce_i, msg, commitment_list):
    # Compute the binding factor(s)
    binding_factor_list = compute_binding_factors(commitment_list, msg)
    binding_factor = binding_factor_for_participant(binding_factor_list, identifier)

    # Compute the group commitment
    group_commitment = compute_group_commitment(commitment_list, binding_factor_list)

    # Compute Lagrange coefficient
    participant_list = participants_from_commitment_list(commitment_list)
    lambda_i = derive_lagrange_coefficient(identifier, participant_list)

    # Compute the per-message challenge
    challenge = compute_challenge(group_commitment, group_public_key, msg)

    # Compute the signature share
    (hiding_nonce, binding_nonce) = nonce_i
    sig_share = hiding_nonce + (binding_nonce * binding_factor) + (lambda_i * sk_i * challenge)

    return sig_share
]]></artwork>
        <t>The output of this procedure is a signature share. Each participant then sends
these shares back to the Coordinator. Each participant MUST delete the nonce and
corresponding commitment after this round completes, and MUST use the nonce
to generate at most one signature share.</t>
        <t>Note that the <tt>lambda_i</tt> value derived during this procedure does not change
across FROST signing operations for the same signing group. As such, participants
can compute it once and store it for reuse across signing sessions.</t>
        <t>Upon receipt from each Signer, the Coordinator MUST validate the input
signature share using DeserializeElement. If validation fails, the Coordinator MUST abort
the protocol. If validation succeeds, the Coordinator then verifies the set of
signature shares using the following procedure.</t>
      </section>
      <section anchor="frost-aggregation">
        <name>Signature Share Verification and Aggregation</name>
        <t>After participants perform round two and send their signature shares to the Coordinator,
the Coordinator verifies each signature share for correctness. In particular,
for each participant, the Coordinator uses commitment pairs generated during round
one and the signature share generated during round two, along with other group
parameters, to check that the signature share is valid using the following procedure.</t>
        <artwork><![CDATA[
  Inputs:
  - identifier, Identifier i of the participant. Note: identifier MUST never equal 0.
  - PK_i, the public key for the ith participant, where PK_i = G.ScalarBaseMult(sk_i),
    an Element in G
  - comm_i, pair of Element values in G (hiding_nonce_commitment, binding_nonce_commitment)
    generated in round one from the ith participant.
  - sig_share_i, a Scalar value indicating the signature share as produced in
    round two from the ith participant.
  - commitment_list =
      [(j, hiding_nonce_commitment_j, binding_nonce_commitment_j), ...], a
    list of commitments issued in Round 1 by each participant, where each element
    in the list indicates the participant identifier j and their two commitment
    Element values (hiding_nonce_commitment_j, binding_nonce_commitment_j).
    This list MUST be sorted in ascending order by participant identifier.
  - group_public_key, public key corresponding to the group signing key,
    an Element in G.
  - msg, the message to be signed.

  Outputs: True if the signature share is valid, and False otherwise.

  def verify_signature_share(identifier, PK_i, comm_i, sig_share_i, commitment_list,
                             group_public_key, msg):
    # Compute the binding factors
    binding_factor_list = compute_binding_factors(commitment_list, msg)
    binding_factor = binding_factor_for_participant(binding_factor_list, identifier)

    # Compute the group commitment
    group_commitment = compute_group_commitment(commitment_list, binding_factor_list)

    # Compute the commitment share
    (hiding_nonce_commitment, binding_nonce_commitment) = comm_i
    comm_share = hiding_nonce_commitment + G.ScalarMult(binding_nonce_commitment, binding_factor)

    # Compute the challenge
    challenge = compute_challenge(group_commitment, group_public_key, msg)

    # Compute Lagrange coefficient
    participant_list = participants_from_commitment_list(commitment_list)
    lambda_i = derive_lagrange_coefficient(identifier, participant_list)

    # Compute relation values
    l = G.ScalarBaseMult(sig_share_i)
    r = comm_share + G.ScalarMult(PK_i, challenge * lambda_i)

    return l == r
]]></artwork>
        <t>If any signature share fails to verify, i.e., if verify_signature_share returns False for
any participant share, the Coordinator MUST abort the protocol for correctness reasons
(this is true regardless of the size or makeup of the signing set selected by
the Coordinator).
Excluding one participant means that their nonce will not be included in the joint response <tt>z</tt>
and consequently the output signature will not verify. This is because the
group commitment will be with respect to a different signing set than the
the aggregated response.</t>
        <t>Otherwise, if all shares from participants that participated in Rounds 1 and 2 are valid, the Coordinator
performs the <tt>aggregate</tt> operation and publishes the resulting signature.</t>
        <artwork><![CDATA[
  Inputs:
  - group_commitment, the group commitment returned by compute_group_commitment,
    an Element in G.
  - sig_shares, a set of signature shares z_i, Scalar values, for each participant,
    of length NUM_PARTICIPANTS, where MIN_PARTICIPANTS <= NUM_PARTICIPANTS <= MAX_PARTICIPANTS.

  Outputs: (R, z), a Schnorr signature consisting of an Element R and Scalar z.

  def aggregate(group_commitment, sig_shares):
    z = 0
    for z_i in sig_shares:
      z = z + z_i
    return (group_commitment, z)
]]></artwork>
        <t>The output signature (R, z) from the aggregation step MUST be encoded as follows
(using notation from <xref section="3" sectionFormat="of" target="TLS"/>):</t>
        <artwork><![CDATA[
  struct {
    opaque R_encoded[Ne];
    opaque z_encoded[Ns];
  } Signature;
]]></artwork>
        <t>Where Signature.R_encoded is <tt>G.SerializeElement(R)</tt> and Signature.z_encoded is
<tt>G.SerializeScalar(z)</tt>.</t>
      </section>
    </section>
    <section anchor="ciphersuites">
      <name>Ciphersuites</name>
      <t>A FROST ciphersuite must specify the underlying prime-order group details
and cryptographic hash function. Each ciphersuite is denoted as (Group, Hash),
e.g., (ristretto255, SHA-512). This section contains some ciphersuites.
Each ciphersuite also includes a context string, denoted <tt>contextString</tt>,
which is an ASCII string literal (with no NULL terminating character).</t>
      <t>The RECOMMENDED ciphersuite is (ristretto255, SHA-512) <xref target="recommended-suite"/>.
The (Ed25519, SHA-512) ciphersuite is included for backwards compatibility
with <xref target="RFC8032"/>.</t>
      <t>The DeserializeElement and DeserializeScalar functions instantiated for a
particular prime-order group corresponding to a ciphersuite MUST adhere
to the description in <xref target="dep-pog"/>. Validation steps for these functions
are described for each the ciphersuites below. Future ciphersuites MUST
describe how input validation is done for DeserializeElement and DeserializeScalar.</t>
      <t>Each ciphersuite includes explicit instructions for verifying signatures produced
by FROST. Note that these instructions are equivalent to those produced by a single
participant.</t>
      <t>Each ciphersuite adheres to the requirements in <xref target="ciphersuite-reqs"/>. Future
ciphersuites MUST also adhere to these requirements.</t>
      <section anchor="frosted25519-sha-512">
        <name>FROST(Ed25519, SHA-512)</name>
        <t>This ciphersuite uses edwards25519 for the Group and SHA-512 for the Hash function <tt>H</tt>
meant to produce signatures indistinguishable from Ed25519 as specified in <xref target="RFC8032"/>.
The value of the contextString parameter is "FROST-ED25519-SHA512-v11".</t>
        <ul spacing="normal">
          <li>
            <t>Group: edwards25519 <xref target="RFC8032"/>
            </t>
            <ul spacing="normal">
              <li>Order(): Return 2^252 + 27742317777372353535851937790883648493 (see <xref target="RFC7748"/>)</li>
              <li>Identity(): As defined in <xref target="RFC7748"/>.</li>
              <li>RandomScalar(): Implemented by returning a uniformly random Scalar in the range
[0, <tt>G.Order()</tt> - 1]. Refer to <xref target="random-scalar"/> for implementation guidance.</li>
              <li>SerializeElement(A): Implemented as specified in <xref section="5.1.2" sectionFormat="comma" target="RFC8032"/>.
Additionally, this function validates that the input element is not the group
identity element.</li>
              <li>DeserializeElement(buf): Implemented as specified in <xref section="5.1.3" sectionFormat="comma" target="RFC8032"/>.
Additionally, this function validates that the resulting element is not the group
identity element and is in the prime-order subgroup. The latter check can
be implemented by multiplying the resulting point by the order of the group and
checking that the result is the identity element. Note that optimizations for
this check exist; see <xref target="Pornin22"/>.</li>
              <li>SerializeScalar(s): Implemented by outputting the little-endian 32-byte encoding of
the Scalar value with the top three bits set to zero.</li>
              <li>DeserializeScalar(buf): Implemented by attempting to deserialize a Scalar from a
little-endian 32-byte string. This function can fail if the input does not
represent a Scalar in the range [0, <tt>G.Order()</tt> - 1]. Note that this means the
top three bits of the input MUST be zero.</li>
            </ul>
          </li>
          <li>
            <t>Hash (<tt>H</tt>): SHA-512
            </t>
            <ul spacing="normal">
              <li>H1(m): Implemented by computing H(contextString || "rho" || m), interpreting the 64-byte digest
as a little-endian integer, and reducing the resulting integer modulo
2^252+27742317777372353535851937790883648493.</li>
              <li>H2(m): Implemented by computing H(m), interpreting the 64-byte digest
as a little-endian integer, and reducing the resulting integer modulo
2^252+27742317777372353535851937790883648493.</li>
              <li>H3(m): Implemented by computing H(contextString || "nonce" || m), interpreting the 64-byte digest
as a little-endian integer, and reducing the resulting integer modulo
2^252+27742317777372353535851937790883648493.</li>
              <li>H4(m): Implemented by computing H(contextString || "msg" || m).</li>
              <li>H5(m): Implemented by computing H(contextString || "com" || m).</li>
            </ul>
          </li>
        </ul>
        <t>Normally H2 would also include a domain separator, but for backwards compatibility
with <xref target="RFC8032"/>, it is omitted.</t>
        <t>Signature verification is as specified in <xref section="5.1.7" sectionFormat="of" target="RFC8032"/> with the
constraint that implementations MUST check the group equation [8][S]B = [8]R + [8][k]A'.
The alternative check [S]B = R + [k]A' is not safe or interoperable in practice.</t>
      </section>
      <section anchor="recommended-suite">
        <name>FROST(ristretto255, SHA-512)</name>
        <t>This ciphersuite uses ristretto255 for the Group and SHA-512 for the Hash function <tt>H</tt>.
The value of the contextString parameter is "FROST-RISTRETTO255-SHA512-v11".</t>
        <ul spacing="normal">
          <li>
            <t>Group: ristretto255 <xref target="RISTRETTO"/>
            </t>
            <ul spacing="normal">
              <li>Order(): Return 2^252 + 27742317777372353535851937790883648493 (see <xref target="RISTRETTO"/>)</li>
              <li>Identity(): As defined in <xref target="RISTRETTO"/>.</li>
              <li>RandomScalar(): Implemented by returning a uniformly random Scalar in the range
[0, <tt>G.Order()</tt> - 1]. Refer to <xref target="random-scalar"/> for implementation guidance.</li>
              <li>SerializeElement(A): Implemented using the 'Encode' function from <xref target="RISTRETTO"/>.
Additionally, this function validates that the input element is not the group
identity element.</li>
              <li>DeserializeElement(buf): Implemented using the 'Decode' function from <xref target="RISTRETTO"/>.
Additionally, this function validates that the resulting element is not the group
identity element.</li>
              <li>SerializeScalar(s): Implemented by outputting the little-endian 32-byte encoding of
the Scalar value with the top three bits set to zero.</li>
              <li>DeserializeScalar(buf): Implemented by attempting to deserialize a Scalar from a
little-endian 32-byte string. This function can fail if the input does not
represent a Scalar in the range [0, <tt>G.Order()</tt> - 1]. Note that this means the
top three bits of the input MUST be zero.</li>
            </ul>
          </li>
          <li>
            <t>Hash (<tt>H</tt>): SHA-512
            </t>
            <ul spacing="normal">
              <li>H1(m): Implemented by computing H(contextString || "rho" || m) and mapping the
output to a Scalar as described in <xref section="4.4" sectionFormat="comma" target="RISTRETTO"/>.</li>
              <li>H2(m): Implemented by computing H(contextString || "chal" || m) and mapping the
output to a Scalar as described in <xref section="4.4" sectionFormat="comma" target="RISTRETTO"/>.</li>
              <li>H3(m): Implemented by computing H(contextString || "nonce" || m) and mapping the
output to a Scalar as described in <xref section="4.4" sectionFormat="comma" target="RISTRETTO"/>.</li>
              <li>H4(m): Implemented by computing H(contextString || "msg" || m).</li>
              <li>H5(m): Implemented by computing H(contextString || "com" || m).</li>
            </ul>
          </li>
        </ul>
        <t>Signature verification is as specified in <xref target="prime-order-verify"/>.</t>
      </section>
      <section anchor="frosted448-shake256">
        <name>FROST(Ed448, SHAKE256)</name>
        <t>This ciphersuite uses edwards448 for the Group and SHAKE256 for the Hash function <tt>H</tt>
meant to produce signatures indistinguishable from Ed448 as specified in <xref target="RFC8032"/>.
The value of the contextString parameter is "FROST-ED448-SHAKE256-v11".</t>
        <ul spacing="normal">
          <li>
            <t>Group: edwards448 <xref target="RFC8032"/>
            </t>
            <ul spacing="normal">
              <li>Order(): Return 2^446 - 13818066809895115352007386748515426880336692474882178609894547503885</li>
              <li>Identity(): As defined in <xref target="RFC7748"/>.</li>
              <li>RandomScalar(): Implemented by returning a uniformly random Scalar in the range
[0, <tt>G.Order()</tt> - 1]. Refer to <xref target="random-scalar"/> for implementation guidance.</li>
              <li>SerializeElement(A): Implemented as specified in <xref section="5.2.2" sectionFormat="comma" target="RFC8032"/>.
Additionally, this function validates that the input element is not the group
identity element.</li>
              <li>DeserializeElement(buf): Implemented as specified in <xref section="5.2.3" sectionFormat="comma" target="RFC8032"/>.
Additionally, this function validates that the resulting element is not the group
identity element and is in the prime-order subgroup. The latter check can
be implemented by multiplying the resulting point by the order of the group and
checking that the result is the identity element. Note that optimizations for
this check exist; see <xref target="Pornin22"/>.</li>
              <li>SerializeScalar(s): Implemented by outputting the little-endian 48-byte encoding of
the Scalar value.</li>
              <li>DeserializeScalar(buf): Implemented by attempting to deserialize a Scalar from a
little-endian 48-byte string. This function can fail if the input does not
represent a Scalar in the range [0, <tt>G.Order()</tt> - 1].</li>
            </ul>
          </li>
          <li>
            <t>Hash (<tt>H</tt>): SHAKE256
            </t>
            <ul spacing="normal">
              <li>H1(m): Implemented by computing H(contextString || "rho" || m), interpreting the
114-byte digest as a little-endian integer, and reducing the resulting integer modulo
2^446 - 13818066809895115352007386748515426880336692474882178609894547503885.</li>
              <li>H2(m): Implemented by computing H("SigEd448" || 0 || 0 || m), interpreting
the 114-byte digest as a little-endian integer, and reducing the resulting integer
modulo 2^446 - 13818066809895115352007386748515426880336692474882178609894547503885.</li>
              <li>H3(m): Implemented by computing H(contextString || "nonce" || m), interpreting the
114-byte digest as a little-endian integer, and reducing the resulting integer modulo
2^446 - 13818066809895115352007386748515426880336692474882178609894547503885.</li>
              <li>H4(m): Implemented by computing H(contextString || "msg" || m).</li>
              <li>H5(m): Implemented by computing H(contextString || "com" || m).</li>
            </ul>
          </li>
        </ul>
        <t>Normally H2 would also include a domain separator, but for backwards compatibility
with <xref target="RFC8032"/>, it is omitted.</t>
        <t>Signature verification is as specified in <xref section="5.2.7" sectionFormat="of" target="RFC8032"/> with the
constraint that implementations MUST check the group equation [4][S]B = [4]R + [4][k]A'.
The alternative check [S]B = R + [k]A' is not safe or interoperable in practice.</t>
      </section>
      <section anchor="frostp-256-sha-256">
        <name>FROST(P-256, SHA-256)</name>
        <t>This ciphersuite uses P-256 for the Group and SHA-256 for the Hash function <tt>H</tt>.
The value of the contextString parameter is "FROST-P256-SHA256-v11".</t>
        <ul spacing="normal">
          <li>
            <t>Group: P-256 (secp256r1) <xref target="x9.62"/>
            </t>
            <ul spacing="normal">
              <li>Order(): Return 0xffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551</li>
              <li>Identity(): As defined in <xref target="x9.62"/>.</li>
              <li>RandomScalar(): Implemented by returning a uniformly random Scalar in the range
[0, <tt>G.Order()</tt> - 1]. Refer to <xref target="random-scalar"/> for implementation guidance.</li>
              <li>SerializeElement(A): Implemented using the compressed Elliptic-Curve-Point-to-Octet-String
method according to <xref target="SEC1"/>, yielding a 33 byte output. Additionally, this function validates
that the input element is not the group identity element.</li>
              <li>DeserializeElement(buf): Implemented by attempting to deserialize a 33 byte input string to
a public key using the compressed Octet-String-to-Elliptic-Curve-Point method according to <xref target="SEC1"/>,
and then performs partial public-key validation as defined in section 5.6.2.3.4 of
<xref target="KEYAGREEMENT"/>. This includes checking that the
coordinates of the resulting point are in the correct range, that the point is on
the curve, and that the point is not the point at infinity. Additionally, this function
validates that the resulting element is not the group identity element.
If these checks fail, deserialization returns an error.</li>
              <li>SerializeScalar(s): Implemented using the Field-Element-to-Octet-String conversion
according to <xref target="SEC1"/>.</li>
              <li>DeserializeScalar(buf): Implemented by attempting to deserialize a Scalar from a 32-byte
string using Octet-String-to-Field-Element from <xref target="SEC1"/>. This function can fail if the
input does not represent a Scalar in the range [0, <tt>G.Order()</tt> - 1].</li>
            </ul>
          </li>
          <li>
            <t>Hash (<tt>H</tt>): SHA-256
            </t>
            <ul spacing="normal">
              <li>H1(m): Implemented as hash_to_field(m, 1) from <xref section="5.2" sectionFormat="comma" target="HASH-TO-CURVE"/>
using <tt>expand_message_xmd</tt> with SHA-256 with parameters DST = contextString || "rho",
F set to the scalar field, p set to <tt>G.Order()</tt>, m = 1, and L = 48.</li>
              <li>H2(m): Implemented as hash_to_field(m, 1) from <xref section="5.2" sectionFormat="comma" target="HASH-TO-CURVE"/>
using <tt>expand_message_xmd</tt> with SHA-256 with parameters DST = contextString || "chal",
F set to the scalar field, p set to <tt>G.Order()</tt>, m = 1, and L = 48.</li>
              <li>H3(m): Implemented as hash_to_field(m, 1) from <xref section="5.2" sectionFormat="comma" target="HASH-TO-CURVE"/>
using <tt>expand_message_xmd</tt> with SHA-256 with parameters DST = contextString || "nonce",
F set to the scalar field, p set to <tt>G.Order()</tt>, m = 1, and L = 48.</li>
              <li>H4(m): Implemented by computing H(contextString || "msg" || m).</li>
              <li>H5(m): Implemented by computing H(contextString || "com" || m).</li>
            </ul>
          </li>
        </ul>
        <t>Signature verification is as specified in <xref target="prime-order-verify"/>.</t>
      </section>
      <section anchor="frostsecp256k1-sha-256">
        <name>FROST(secp256k1, SHA-256)</name>
        <t>This ciphersuite uses secp256k1 for the Group and SHA-256 for the Hash function <tt>H</tt>.
The value of the contextString parameter is "FROST-secp256k1-SHA256-v11".</t>
        <ul spacing="normal">
          <li>
            <t>Group: secp256k1 <xref target="SEC2"/>
            </t>
            <ul spacing="normal">
              <li>Order(): Return 0xffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551</li>
              <li>Identity(): As defined in <xref target="SEC2"/>.</li>
              <li>RandomScalar(): Implemented by returning a uniformly random Scalar in the range
[0, <tt>G.Order()</tt> - 1]. Refer to <xref target="random-scalar"/> for implementation guidance.</li>
              <li>SerializeElement(A): Implemented using the compressed Elliptic-Curve-Point-to-Octet-String
method according to <xref target="SEC1"/>. Additionally, this function validates that the input element
is not the group identity element.</li>
              <li>DeserializeElement(buf): Implemented by attempting to deserialize a public key using
the compressed Octet-String-to-Elliptic-Curve-Point method according to <xref target="SEC1"/>,
and then performs partial public-key validation as defined in section 3.2.2.1 of
<xref target="SEC1"/>. This includes checking that the coordinates of the resulting point are
in the correct range, that the point is on the curve, and that the point is not
the point at infinity. Additionally, this function validates that the resulting
element is not the group identity element. If these checks fail, deserialization
returns an error.</li>
              <li>SerializeScalar(s): Implemented using the Field-Element-to-Octet-String conversion
according to <xref target="SEC1"/>.</li>
              <li>DeserializeScalar(buf): Implemented by attempting to deserialize a Scalar from a 32-byte
string using Octet-String-to-Field-Element from <xref target="SEC1"/>. This function can fail if the
input does not represent a Scalar in the range [0, <tt>G.Order()</tt> - 1].</li>
            </ul>
          </li>
          <li>
            <t>Hash (<tt>H</tt>): SHA-256
            </t>
            <ul spacing="normal">
              <li>H1(m): Implemented as hash_to_field(m, 1) from <xref section="5.2" sectionFormat="comma" target="HASH-TO-CURVE"/>
using <tt>expand_message_xmd</tt> with SHA-256 with parameters DST = contextString || "rho",
F set to the scalar field, p set to <tt>G.Order()</tt>, m = 1, and L = 48.</li>
              <li>H2(m): Implemented as hash_to_field(m, 1) from <xref section="5.2" sectionFormat="comma" target="HASH-TO-CURVE"/>
using <tt>expand_message_xmd</tt> with SHA-256 with parameters DST = contextString || "chal",
F set to the scalar field, p set to <tt>G.Order()</tt>, m = 1, and L = 48.</li>
              <li>H3(m): Implemented as hash_to_field(m, 1) from <xref section="5.2" sectionFormat="comma" target="HASH-TO-CURVE"/>
using <tt>expand_message_xmd</tt> with SHA-256 with parameters DST = contextString || "nonce",
F set to the scalar field, p set to <tt>G.Order()</tt>, m = 1, and L = 48.</li>
              <li>H4(m): Implemented by computing H(contextString || "msg" || m).</li>
              <li>H5(m): Implemented by computing H(contextString || "com" || m).</li>
            </ul>
          </li>
        </ul>
        <t>Signature verification is as specified in <xref target="prime-order-verify"/>.</t>
      </section>
      <section anchor="ciphersuite-reqs">
        <name>Ciphersuite Requirements</name>
        <t>Future documents that introduce new ciphersuites MUST adhere to
the following requirements.</t>
        <ol spacing="normal" type="1"><li>H1, H2, and H3 all have output distributions that are close to
  (indistinguishable from) the uniform distribution.</li>
          <li>All hash functions MUST be domain separated with a per-suite context
  string. Note that the FROST(Ed25519, SHA-512) ciphersuite does not
  adhere to this requirement for backwards compatibility with <xref target="RFC8032"/>.</li>
          <li>The group MUST be of prime-order, and all deserialization functions MUST
  output elements that belong to to their respective sets of Elements or Scalars,
  or failure when deserialization fails.</li>
        </ol>
      </section>
    </section>
    <section anchor="sec-considerations">
      <name>Security Considerations</name>
      <t>A security analysis of FROST exists in <xref target="FROST20"/> and <xref target="Schnorr21"/>. The protocol as specified
in this document assumes the following threat model.</t>
      <ul spacing="normal">
        <li>Secure key distribution. The signer key shares are generated and distributed securely, i.e.,
via a trusted dealer that performs key generation (see <xref target="dep-vss"/>) or through a distributed
key generation protocol.</li>
        <li>Honest-but-curious coordinator. We assume an honest-but-curious Coordinator which, at the
time of signing, does not perform a denial of service attack. A denial of service would include
any action which either prevents the protocol from completing or causing the resulting signature
to be invalid. Such actions for the latter include sending inconsistent values to participants,
such as messages or the set of individual commitments. Note that the Coordinator
is <em>not</em> trusted with any private information and communication at the time of signing
can be performed over a public but reliable channel.</li>
      </ul>
      <t>Under this threat model, FROST aims to achieve signature unforgeability assuming at most
<tt>(MIN_PARTICIPANTS-1)</tt> corrupted participants. In particular, so long as an adversary corrupts
fewer than <tt>MIN_PARTICIPANTS</tt> participants, the scheme remains secure against Existential
Unforgeability Under Chosen Message Attack (EUF-CMA) attacks, as defined in <xref target="BonehShoup"/>,
Definition 13.2. Satisfying this requirement requires the ciphersuite to adhere to the
requirements in <xref target="ciphersuite-reqs"/>.</t>
      <t>FROST does not aim to achieve the following goals:</t>
      <ul spacing="normal">
        <li>Post quantum security. FROST, like plain Schnorr signatures, requires the hardness of the Discrete Logarithm Problem.</li>
        <li>Robustness. In the case of failure, FROST requires aborting the protocol.</li>
        <li>Downgrade prevention. All participants in the protocol are assumed to agree on what algorithms to use.</li>
        <li>Metadata protection. If protection for metadata is desired, a higher-level communication
channel can be used to facilitate key generation and signing.</li>
      </ul>
      <t>The rest of this section documents issues particular to implementations or deployments.</t>
      <section anchor="nonce-reuse-attacks">
        <name>Nonce Reuse Attacks</name>
        <t><xref target="dep-nonces"/> describes the procedure that participants use to produce nonces during
the first round of signing. The randomness produced in this procedure MUST be sampled
uniformly at random. The resulting nonces produced via <tt>nonce_generate</tt> are indistinguishable
from values sampled uniformly at random. This requirement is necessary to avoid
replay attacks initiated by other participants, which allow for a complete key-recovery attack.
The Coordinator MAY further hedge against nonce reuse attacks by tracking participant nonce
commitments used for a given group key, at the cost of additional state.</t>
      </section>
      <section anchor="protocol-failures">
        <name>Protocol Failures</name>
        <t>We do not specify what implementations should do when the protocol fails, other than requiring that
the protocol abort. Examples of viable failure include when a verification check returns invalid or
if the underlying transport failed to deliver the required messages.</t>
      </section>
      <section anchor="no-coordinator">
        <name>Removing the Coordinator Role</name>
        <t>In some settings, it may be desirable to omit the role of the Coordinator entirely.
Doing so does not change the security implications of FROST, but instead simply
requires each participant to communicate with all other participants. We loosely
describe how to perform FROST signing among participants without this coordinator role.
We assume that every participant receives as input from an external source the
message to be signed prior to performing the protocol.</t>
        <t>Every participant begins by performing <tt>commit()</tt> as is done in the setting
where a Coordinator is used. However, instead of sending the commitment
to the Coordinator, every participant instead will publish
this commitment to every other participant. Then, in the second round, participants will already have
sufficient information to perform signing. They will directly perform <tt>sign()</tt>.
All participants will then publish their signature shares to one another. After having
received all signature shares from all other participants, each participant will then perform
<tt>verify_signature_share</tt> and then <tt>aggregate</tt> directly.</t>
        <t>The requirements for the underlying network channel remain the same in the setting
where all participants play the role of the Coordinator, in that all messages that
are exchanged are public and so the channel simply must be reliable. However, in
the setting that a player attempts to split the view of all other players by
sending disjoint values to a subset of players, the signing operation will output
an invalid signature. To avoid this denial of service, implementations may wish
to define a mechanism where messages are authenticated, so that cheating players
can be identified and excluded.</t>
      </section>
      <section anchor="pre-hashing">
        <name>Input Message Hashing</name>
        <t>FROST signatures do not pre-hash message inputs. This means that the entire message
must be known in advance of invoking the signing protocol. Applications can apply
pre-hashing in settings where storing the full message is prohibitively expensive.
In such cases, pre-hashing MUST use a collision-resistant hash function with a security
level commensurate with the security in inherent to the ciphersuite chosen. It is
RECOMMENDED that applications which choose to apply pre-hashing use the hash function
(<tt>H</tt>) associated with the chosen ciphersuite in a manner similar to how <tt>H4</tt> is defined.
In particular, a different prefix SHOULD be used to differentiate this pre-hash from
<tt>H4</tt>. One possible example is to construct this pre-hash over message <tt>m</tt> as
<tt>H(contextString \|\| "pre-hash" \|\| m)</tt>.</t>
      </section>
      <section anchor="message-validation">
        <name>Input Message Validation</name>
        <t>Some applications may require that participants only process messages of a certain
structure. For example, in digital currency applications wherein multiple
participants may collectively sign a transaction, it is reasonable to require that
each participant check the input message to be a syntactically valid transaction.</t>
        <t>As another example, use of threshold signatures in <xref target="TLS"/> to produce
signatures of transcript hashes might require the participants receive the source
handshake messages themselves, and recompute the transcript hash which is used
as input message to the signature generation process, so that they can verify
that they are signing a proper TLS transcript hash and not some other data.</t>
        <t>In general, input message validation is an application-specific consideration
that varies based on the use case and threat model. However, it is RECOMMENDED
that applications take additional precautions and validate inputs so that participants
do not operate as signing oracles for arbitrary messages.</t>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="x9.62">
          <front>
            <title>Public Key Cryptography for the Financial Services Industry: the Elliptic Curve Digital Signature Algorithm (ECDSA)</title>
            <author>
              <organization>ANS</organization>
            </author>
            <date year="2005" month="November"/>
          </front>
          <seriesInfo name="ANS" value="X9.62-2005"/>
        </reference>
        <reference anchor="SEC1" target="https://secg.org/sec1-v2.pdf">
          <front>
            <title>Elliptic Curve Cryptography, Standards for Efficient Cryptography Group, ver. 2</title>
            <author>
              <organization/>
            </author>
            <date year="2009"/>
          </front>
        </reference>
        <reference anchor="SEC2" target="https://secg.org/sec2-v2.pdf">
          <front>
            <title>Recommended Elliptic Curve Domain Parameters, Standards for Efficient Cryptography Group, ver. 2</title>
            <author>
              <organization/>
            </author>
            <date year="2010"/>
          </front>
        </reference>
        <reference anchor="RFC8032">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson">
              <organization/>
            </author>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara">
              <organization/>
            </author>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA).  The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves.  An example implementation and test vectors are provided.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8032"/>
          <seriesInfo name="DOI" value="10.17487/RFC8032"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RISTRETTO">
          <front>
            <title>The ristretto255 and decaf448 Groups</title>
            <author fullname="Henry de Valence" initials="H." surname="de Valence">
         </author>
            <author fullname="Jack Grigg" initials="J." surname="Grigg">
         </author>
            <author fullname="Mike Hamburg" initials="M." surname="Hamburg">
         </author>
            <author fullname="Isis Lovecruft" initials="I." surname="Lovecruft">
         </author>
            <author fullname="George Tankersley" initials="G." surname="Tankersley">
         </author>
            <author fullname="Filippo Valsorda" initials="F." surname="Valsorda">
         </author>
            <date day="25" month="February" year="2022"/>
            <abstract>
              <t>   This memo specifies two prime-order groups, ristretto255 and
   decaf448, suitable for safely implementing higher-level and complex
   cryptographic protocols.  The ristretto255 group can be implemented
   using Curve25519, allowing existing Curve25519 implementations to be
   reused and extended to provide a prime-order group.  Likewise, the
   decaf448 group can be implemented using edwards448.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-ristretto255-decaf448-03"/>
        </reference>
        <reference anchor="KEYAGREEMENT">
          <front>
            <title>Recommendation for pair-wise key-establishment schemes using discrete logarithm cryptography</title>
            <author fullname="Elaine Barker" initials="E." surname="Barker">
              <organization/>
            </author>
            <author fullname="Lily Chen" initials="L." surname="Chen">
              <organization/>
            </author>
            <author fullname="Allen Roginsky" initials="A." surname="Roginsky">
              <organization/>
            </author>
            <author fullname="Apostol Vassilev" initials="A." surname="Vassilev">
              <organization/>
            </author>
            <author fullname="Richard Davis" initials="R." surname="Davis">
              <organization/>
            </author>
            <date month="April" year="2018"/>
          </front>
          <seriesInfo name="National Institute of Standards and Technology" value="report"/>
          <seriesInfo name="DOI" value="10.6028/nist.sp.800-56ar3"/>
        </reference>
        <reference anchor="HASH-TO-CURVE">
          <front>
            <title>Hashing to Elliptic Curves</title>
            <author fullname="Armando Faz-Hernández" initials="A." surname="Faz-Hernández">
              <organization>Cloudflare, Inc.</organization>
            </author>
            <author fullname="Sam Scott" initials="S." surname="Scott">
              <organization>Cornell Tech</organization>
            </author>
            <author fullname="Nick Sullivan" initials="N." surname="Sullivan">
              <organization>Cloudflare, Inc.</organization>
            </author>
            <author fullname="Riad S. Wahby" initials="R. S." surname="Wahby">
              <organization>Stanford University</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare, Inc.</organization>
            </author>
            <date day="15" month="June" year="2022"/>
            <abstract>
              <t>   This document specifies a number of algorithms for encoding or
   hashing an arbitrary string to a point on an elliptic curve.  This
   document is a product of the Crypto Forum Research Group (CFRG) in
   the IRTF.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-hash-to-curve-16"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="FROST20" target="https://eprint.iacr.org/2020/852.pdf">
          <front>
            <title>Two-Round Threshold Signatures with FROST</title>
            <author initials="C." surname="Komlo" fullname="Chelsea Komlo">
              <organization/>
            </author>
            <author initials="I." surname="Goldberg" fullname="Ian Goldberg">
              <organization/>
            </author>
            <date year="2020" month="December" day="22"/>
          </front>
        </reference>
        <reference anchor="Schnorr21" target="https://eprint.iacr.org/2021/1375">
          <front>
            <title>How to Prove Schnorr Assuming Schnorr</title>
            <author initials="E." surname="Crites" fullname="Elizabeth Crites">
              <organization/>
            </author>
            <author initials="C." surname="Komlo" fullname="Chelsea Komlo">
              <organization/>
            </author>
            <author initials="M." surname="Maller" fullname="Mary Maller">
              <organization/>
            </author>
            <date year="2021" month="October" day="11"/>
          </front>
        </reference>
        <reference anchor="StrongerSec22" target="https://eprint.iacr.org/2022/833">
          <front>
            <title>Stronger Security for Non-Interactive Threshold Signatures: BLS and FROST</title>
            <author initials="M." surname="Bellare" fullname="Mihir Bellare">
              <organization/>
            </author>
            <author initials="S." surname="Tessaro" fullname="Stefano Tessaro">
              <organization/>
            </author>
            <author initials="C." surname="Zhu" fullname="Chenzhi Zhu">
              <organization/>
            </author>
            <date year="2022" month="June" day="01"/>
          </front>
        </reference>
        <reference anchor="BonehShoup" target="http://toc.cryptobook.us/book.pdf">
          <front>
            <title>A Graduate Course in Applied Cryptography</title>
            <author initials="D." surname="Boneh" fullname="Dan Boneh">
              <organization/>
            </author>
            <author initials="V." surname="Shoup" fullname="Victor Shoup">
              <organization/>
            </author>
            <date year="2020" month="January"/>
          </front>
        </reference>
        <reference anchor="Pornin22" target="https://eprint.iacr.org/2022/1164.pdf">
          <front>
            <title>Point-Halving and Subgroup Membership in Twisted Edwards Curves</title>
            <author initials="T." surname="Pornin" fullname="Thomas Pornin">
              <organization/>
            </author>
            <date year="2022" month="September" day="06"/>
          </front>
        </reference>
        <reference anchor="RFC4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <author fullname="J. Schiller" initials="J." surname="Schiller">
              <organization/>
            </author>
            <author fullname="S. Crocker" initials="S." surname="Crocker">
              <organization/>
            </author>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts.  However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities.  The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult.  This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities.  It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="RFC7748">
          <front>
            <title>Elliptic Curves for Security</title>
            <author fullname="A. Langley" initials="A." surname="Langley">
              <organization/>
            </author>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg">
              <organization/>
            </author>
            <author fullname="S. Turner" initials="S." surname="Turner">
              <organization/>
            </author>
            <date month="January" year="2016"/>
            <abstract>
              <t>This memo specifies two elliptic curves over prime fields that offer a high level of practical security in cryptographic applications, including Transport Layer Security (TLS).  These curves are intended to operate at the ~128-bit and ~224-bit security level, respectively, and are generated deterministically based on a list of required properties.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7748"/>
          <seriesInfo name="DOI" value="10.17487/RFC7748"/>
        </reference>
        <reference anchor="TLS">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
      </references>
    </references>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This document was improved based on input and contributions by the Zcash Foundation engineering team.
In addition, the authors of this document would like to thank
Isis Lovecruft,
Alden Torres,
T. Wilson-Brown,
and Conrado Gouvea
for their inputs and contributions.</t>
    </section>
    <section anchor="prime-order-verify">
      <name>Schnorr Signature Generation and Verification for Prime-Order Groups</name>
      <t>This section contains descriptions of functions for generating and verifying Schnorr signatures.
It is included to complement the routines present in <xref target="RFC8032"/> for prime-order groups, including
ristretto255, P-256, and secp256k1. The functions for generating and verifying signatures are
<tt>prime_order_sign</tt> and <tt>prime_order_verify</tt>, respectively.</t>
      <t>The function <tt>prime_order_sign</tt> produces a Schnorr signature over a message given a full secret signing
key as input (as opposed to a key share.)</t>
      <artwork><![CDATA[
  prime_order_sign(msg, sk):
``

  Inputs:
  - msg, message to sign, a byte string
  - sk, secret key, a Scalar

  Outputs: (R, z), a Schnorr signature consisting of an Element R and Scalar z.

  def prime_order_sign(msg, sk):
    r = G.RandomScalar()
    R = G.ScalarBaseMult(r)
    PK = G.ScalarBaseMult(sk)
    comm_enc = G.SerializeElement(R)
    pk_enc = G.SerializeElement(PK)
    challenge_input = comm_enc || pk_enc || msg
    c = H2(challenge_input)
    z = r + (c * sk) // Scalar addition and multiplication
    return (R, z)
]]></artwork>
      <t>The function <tt>prime_order_verify</tt> verifies Schnorr signatures with validated inputs.
Specifically, it assumes that signature R component and public key belong to the prime-order group.</t>
      <artwork><![CDATA[
  prime_order_verify(msg, sig, PK):

  Inputs:
  - msg, signed message, a byte string
  - sig, a tuple (R, z) output from signature generation
  - PK, public key, an Element

  Outputs: 1 if signature is valid, and 0 otherwise

  def prime_order_verify(msg, sig = (R, z), PK):
    comm_enc = G.SerializeElement(R)
    pk_enc = G.SerializeElement(PK)
    challenge_input = comm_enc || pk_enc || msg
    c = H2(challenge_input)

    l = G.ScalarBaseMult(z)
    r = R + G.ScalarMult(PK, c)
    return l == r
]]></artwork>
    </section>
    <section anchor="dep-dealer">
      <name>Trusted Dealer Key Generation</name>
      <t>One possible key generation mechanism is to depend on a trusted dealer, wherein the
dealer generates a group secret <tt>s</tt> uniformly at random and uses Shamir and Verifiable
Secret Sharing as described in <xref target="dep-shamir"/> and <xref target="dep-vss"/> to create secret
shares of s, denoted <tt>s_i</tt> for <tt>i = 0, ..., MAX_PARTICIPANTS</tt>, to be sent to all <tt>MAX_PARTICIPANTS</tt> participants.
This operation is specified in the <tt>trusted_dealer_keygen</tt> algorithm. The mathematical relation
between the secret key <tt>s</tt> and the <tt>MAX_SIGNER</tt> secret shares is formalized in the <tt>secret_share_combine(shares)</tt>
algorithm, defined in <xref target="dep-shamir"/>.</t>
      <t>The dealer that performs <tt>trusted_dealer_keygen</tt> is trusted to 1) generate good randomness, and 2) delete secret values after distributing shares to each participant, and 3) keep secret values confidential.</t>
      <artwork><![CDATA[
  Inputs:
  - secret_key, a group secret, a Scalar, that MUST be derived from at least Ns bytes of entropy
  - MAX_PARTICIPANTS, the number of shares to generate, an integer
  - MIN_PARTICIPANTS, the threshold of the secret sharing scheme, an integer

  Outputs:
  - participant_private_keys, MAX_PARTICIPANTS shares of the secret key s, each a tuple
    consisting of the participant identifier and the key share (a Scalar).
  - group_public_key, public key corresponding to the group signing key, an
    Element in G.
  - vss_commitment, a vector commitment of Elements in G, to each of the coefficients
    in the polynomial defined by secret_key_shares and whose first element is
    G.ScalarBaseMult(s).

  def trusted_dealer_keygen(secret_key, MAX_PARTICIPANTS, MIN_PARTICIPANTS):
    # Generate random coefficients for the polynomial
    coefficients = []
    for i in range(0, MIN_PARTICIPANTS - 1):
      coefficients.append(G.RandomScalar())
    participant_private_keys, coefficients = secret_share_shard(secret_key, coefficients, MAX_PARTICIPANTS, MIN_PARTICIPANTS)
    vss_commitment = vss_commit(coefficients):
    return participant_private_keys, vss_commitment[0], vss_commitment
]]></artwork>
      <t>It is assumed the dealer then sends one secret key share to each of the <tt>NUM_PARTICIPANTS</tt> participants, along with <tt>vss_commitment</tt>.
After receiving their secret key share and <tt>vss_commitment</tt>, participants MUST abort if they do not have the same view of <tt>vss_commitment</tt>.
Otherwise, each participant MUST perform <tt>vss_verify(secret_key_share_i, vss_commitment)</tt>, and abort if the check fails.
The trusted dealer MUST delete the secret_key and secret_key_shares upon completion.</t>
      <t>Use of this method for key generation requires a mutually authenticated secure channel
between the dealer and participants to send secret key shares, wherein the channel provides confidentiality
and integrity. Mutually authenticated TLS is one possible deployment option.</t>
      <section anchor="dep-shamir">
        <name>Shamir Secret Sharing</name>
        <t>In Shamir secret sharing, a dealer distributes a secret <tt>Scalar</tt> <tt>s</tt> to <tt>n</tt> participants
in such a way that any cooperating subset of <tt>MIN_PARTICIPANTS</tt> participants can recover the
secret. There are two basic steps in this scheme: (1) splitting a secret into
multiple shares, and (2) combining shares to reveal the resulting secret.</t>
        <t>This secret sharing scheme works over any field <tt>F</tt>. In this specification, <tt>F</tt> is
the scalar field of the prime-order group <tt>G</tt>.</t>
        <t>The procedure for splitting a secret into shares is as follows.</t>
        <artwork><![CDATA[
  secret_share_shard(s, coefficients, MAX_PARTICIPANTS, MIN_PARTICIPANTS):

  Inputs:
  - s, secret value to be shared, a Scalar
  - coefficients, an array of size MIN_PARTICIPANTS - 1 with randomly generated
    Scalars, not including the 0th coefficient of the polynomial
  - MAX_PARTICIPANTS, the number of shares to generate, an integer less than 2^16
  - MIN_PARTICIPANTS, the threshold of the secret sharing scheme, an integer greater than 0

  Outputs:
  - secret_key_shares, A list of MAX_PARTICIPANTS number of secret shares, each a tuple
    consisting of the participant identifier and the key share (a Scalar)
  - coefficients, a vector of MIN_PARTICIPANTS coefficients which uniquely determine a polynomial f.

  Errors:
  - "invalid parameters", if MIN_PARTICIPANTS > MAX_PARTICIPANTS or if MIN_PARTICIPANTS is less than 2

  def secret_share_shard(s, coefficients, MAX_PARTICIPANTS, MIN_PARTICIPANTS):
    if MIN_PARTICIPANTS > MAX_PARTICIPANTS:
      raise "invalid parameters"
    if MIN_PARTICIPANTS < 2:
      raise "invalid parameters"

    # Prepend the secret to the coefficients
    coefficients = [s] + coefficients

    # Evaluate the polynomial for each point x=1,...,n
    secret_key_shares = []
    for x_i in range(1, MAX_PARTICIPANTS + 1):
      y_i = polynomial_evaluate(Scalar(x_i), coefficients)
      secret_key_share_i = (x_i, y_i)
      secret_key_share.append(secret_key_share_i)
    return secret_key_shares, coefficients
]]></artwork>
        <t>Let <tt>points</tt> be the output of this function. The i-th element in <tt>points</tt> is
the share for the i-th participant, which is the randomly generated polynomial
evaluated at coordinate <tt>i</tt>. We denote a secret share as the tuple <tt>(i, points[i])</tt>,
and the list of these shares as <tt>shares</tt>.
<tt>i</tt> MUST never equal <tt>0</tt>; recall that <tt>f(0) = s</tt>, where <tt>f</tt> is the polynomial defined in a Shamir secret sharing operation.</t>
        <t>The procedure for combining a <tt>shares</tt> list of length <tt>MIN_PARTICIPANTS</tt> to recover the
secret <tt>s</tt> is as follows; the algorithm <tt>polynomial_interpolation is defined in {{dep-polynomial-interpolate}}</tt>.</t>
        <artwork><![CDATA[
  secret_share_combine(shares):

  Inputs:
  - shares, a list of at minimum MIN_PARTICIPANTS secret shares, each a tuple (i, f(i))
    where i and f(i) are Scalars

  Outputs: The resulting secret s, a Scalar, that was previously split into shares

  Errors:
  - "invalid parameters", if fewer than MIN_PARTICIPANTS input shares are provided

  def secret_share_combine(shares):
    if len(shares) < MIN_PARTICIPANTS:
      raise "invalid parameters"
    s = polynomial_interpolation(shares)
    return s
]]></artwork>
        <section anchor="dep-polynomial-interpolate">
          <name>Deriving the constant term of a polynomial</name>
          <t>Secret sharing requires "splitting" a secret, which is represented as
a constant term of some polynomial <tt>f</tt> of degree <tt>t-1</tt>. Recovering the
constant term occurs with a set of <tt>t</tt> points using polynomial
interpolation, defined as follows.</t>
          <artwork><![CDATA[
  Inputs:
  - points, a set of t distinct points on a polynomial f, each a tuple of two
    Scalar values representing the x and y coordinates

  Outputs: The constant term of f, i.e., f(0)

  def polynomial_interpolation(points):
    x_coords = []
    for point in points:
      x_coords.append(point.x)

    f_zero = Scalar(0)
    for point in points:
      delta = point.y * derive_lagrange_coefficient(point.x, x_coords)
      f_zero = f_zero + delta

    return f_zero
]]></artwork>
        </section>
      </section>
      <section anchor="dep-vss">
        <name>Verifiable Secret Sharing</name>
        <t>Feldman's Verifiable Secret Sharing (VSS) builds upon Shamir secret sharing,
adding a verification step to demonstrate the consistency of a participant's
share with a public commitment to the polynomial <tt>f</tt> for which the secret <tt>s</tt>
is the constant term. This check ensures that all participants have a point
(their share) on the same polynomial, ensuring that they can later reconstruct
the correct secret.</t>
        <t>The procedure for committing to a polynomial <tt>f</tt> of degree at most <tt>MIN_PARTICIPANTS-1</tt> is as follows.</t>
        <artwork><![CDATA[
  vss_commit(coeffs):

  Inputs:
  - coeffs, a vector of the MIN_PARTICIPANTS coefficients which uniquely determine
  a polynomial f.

  Outputs: a commitment vss_commitment, which is a vector commitment to each of the
  coefficients in coeffs, where each element of the vector commitment is an Element in G.

  def vss_commit(coeffs):
    vss_commitment = []
    for coeff in coeffs:
      A_i = G.ScalarBaseMult(coeff)
      vss_commitment.append(A_i)
    return vss_commitment
]]></artwork>
        <t>The procedure for verification of a participant's share is as follows.
If <tt>vss_verify</tt> fails, the participant MUST abort the protocol, and failure should be investigated out of band.</t>
        <artwork><![CDATA[
  vss_verify(share_i, vss_commitment):

  Inputs:
  - share_i: A tuple of the form (i, sk_i), where i indicates the participant
    identifier, and sk_i the participant's secret key, a secret share of the
    constant term of f, where sk_i is a Scalar.
  - vss_commitment: A VSS commitment to a secret polynomial f, a vector commitment
    to each of the coefficients in coeffs, where each element of the vector commitment
    is an Element

  Outputs: 1 if sk_i is valid, and 0 otherwise

  vss_verify(share_i, vss_commitment)
    (i, sk_i) = share_i
    S_i = ScalarBaseMult(sk_i)
    S_i' = G.Identity()
    for j in range(0, MIN_PARTICIPANTS):
      S_i' += G.ScalarMult(vss_commitment[j], pow(i, j))
    if S_i == S_i':
      return 1
    return 0
]]></artwork>
        <t>We now define how the Coordinator and participants can derive group info,
which is an input into the FROST signing protocol.</t>
        <artwork><![CDATA[
    derive_group_info(MAX_PARTICIPANTS, MIN_PARTICIPANTS, vss_commitment):

    Inputs:
    - MAX_PARTICIPANTS, the number of shares to generate, an integer
    - MIN_PARTICIPANTS, the threshold of the secret sharing scheme, an integer
    - vss_commitment: A VSS commitment to a secret polynomial f, a vector commitment to each of the
    coefficients in coeffs, where each element of the vector commitment is an Element in G.

    Outputs:
    - PK, the public key representing the group, an Element.
    - participant_public_keys, a list of MAX_PARTICIPANTS public keys PK_i for i=1,...,MAX_PARTICIPANTS,
      where each PK_i is the public key, an Element, for participant i.

    derive_group_info(MAX_PARTICIPANTS, MIN_PARTICIPANTS, vss_commitment)
      PK = vss_commitment[0]
      participant_public_keys = []
      for i in range(1, MAX_PARTICIPANTS+1):
        PK_i = G.Identity()
        for j in range(0, MIN_PARTICIPANTS):
          PK_i += G.ScalarMult(vss_commitment[j], pow(i, j))
        participant_public_keys.append(PK_i)
      return PK, participant_public_keys
]]></artwork>
      </section>
    </section>
    <section anchor="random-scalar">
      <name>Random Scalar Generation</name>
      <t>Two popular algorithms for generating a random integer uniformly distributed in
the range [0, G.Order() -1] are as follows:</t>
      <section anchor="rejection-sampling">
        <name>Rejection Sampling</name>
        <t>Generate a random byte array with <tt>Ns</tt> bytes, and attempt to map to a Scalar
by calling <tt>DeserializeScalar</tt> in constant time. If it succeeds, return the
result. If it fails, try again with another random byte array, until the
procedure succeeds. Failure to implement <tt>DeserializeScalar</tt> in constant time
can leak information about the underlying corresponding Scalar.</t>
        <t>As an optimization, if the group order is very close to a power of
2, it is acceptable to omit the rejection test completely.  In
particular, if the group order is p, and there is an integer b
such that <tt>p - 2&lt;sup&gt;b&lt;/sup&gt;| &lt; 2&lt;sup&gt;(b/2)&lt;/sup&gt;</tt>, then
<tt>RandomScalar</tt> can simply return a uniformly random integer of at
most b bits.</t>
      </section>
      <section anchor="wide-reduction">
        <name>Wide Reduction</name>
        <t>Generate a random byte array with <tt>l = ceil(((3 * ceil(log2(G.Order()))) / 2) / 8)</tt>
bytes, and interpret it as an integer; reduce the integer modulo <tt>G.Order()</tt> and return the
result. See <xref section="5" sectionFormat="of" target="HASH-TO-CURVE"/> for the underlying derivation of <tt>l</tt>.</t>
      </section>
    </section>
    <section anchor="test-vectors">
      <name>Test Vectors</name>
      <t>This section contains test vectors for all ciphersuites listed in <xref target="ciphersuites"/>.
All <tt>Element</tt> and <tt>Scalar</tt> values are represented in serialized form and encoded in
hexadecimal strings. Signatures are represented as the concatenation of their
constituent parts. The input message to be signed is also encoded as a hexadecimal
string.</t>
      <t>Each test vector consists of the following information.</t>
      <ul spacing="normal">
        <li>Configuration. This lists the fixed parameters for the particular instantiation
of FROST, including MAX_PARTICIPANTS, MIN_PARTICIPANTS, and NUM_PARTICIPANTS.</li>
        <li>Group input parameters. This lists the group secret key and shared public key,
generated by a trusted dealer as described in <xref target="dep-dealer"/>, as well as the
input message to be signed. The randomly generated coefficients produced by the
trusted dealer to share the group signing secret are also listed. Each coefficient
is identified by its index, e.g., <tt>share_polynomial_coefficients[1]</tt> is the coefficient
of the first term in the polynomial. Note that the 0-th coefficient is omitted as this
is equal to the group secret key. All values are encoded as hexadecimal strings.</li>
        <li>Signer input parameters. This lists the signing key share for each of the
NUM_PARTICIPANTS participants.</li>
        <li>Round one parameters and outputs. This lists the NUM_PARTICIPANTS participants engaged
in the protocol, identified by their integer identifier, and for each participant:
the hiding and binding commitment values produced in <xref target="frost-round-one"/>; the randomness
values used to derive the commitment nonces in <tt>nonce_generate</tt>; the resulting group
binding factor input computed in part from the group commitment list encoded as
described in <xref target="dep-encoding"/>; and group binding factor as computed in <xref target="frost-round-two"/>).</li>
        <li>Round two parameters and outputs. This lists the NUM_PARTICIPANTS participants engaged
in the protocol, identified by their integer identifier, along with their corresponding
output signature share as produced in <xref target="frost-round-two"/>.</li>
        <li>Final output. This lists the aggregate signature as produced in <xref target="frost-aggregation"/>.</li>
      </ul>
      <section anchor="frosted25519-sha-512-1">
        <name>FROST(Ed25519, SHA-512)</name>
        <artwork><![CDATA[
// Configuration information
MAX_PARTICIPANTS: 3
MIN_PARTICIPANTS: 2
NUM_PARTICIPANTS: 2

// Group input parameters
group_secret_key: 7b1c33d3f5291d85de664833beb1ad469f7fb6025a0ec78b3a7
90c6e13a98304
group_public_key: 15d21ccd7ee42959562fc8aa63224c8851fb3ec85a3faf66040
d380fb9738673
message: 74657374
share_polynomial_coefficients[1]: 178199860edd8c62f5212ee91eff1295d0d
670ab4ed4506866bae57e7030b204

// Signer input parameters
P1 participant_share: 929dcc590407aae7d388761cddb0c0db6f5627aea8e217f
4a033f2ec83d93509
P2 participant_share: a91e66e012e4364ac9aaa405fcafd370402d9859f7b6685
c07eed76bf409e80d
P3 participant_share: d3cb090a075eb154e82fdb4b3cb507f110040905468bb9c
46da8bdea643a9a02

// Round one parameters
participant_list: 1,3

// Signer round one outputs
P1 hiding_nonce_randomness: 9d06a6381c7a4493929761a73692776772b274236
fb5cfcc7d1b48ac3a9c249f
P1 binding_nonce_randomness: db184d7bc01a3417fe1f2eb3cf5479bb027145e6
369a5f879f32d334ab256b23
P1 hiding_nonce: 70652da3e8d7533a0e4b9e9104f01b48c396b5b553717784ed8d
05c6a36b9609
P1 binding_nonce: 4f9e1ad260b5c0e4fe0e0719c6324f89fecd053758f77c957f5
6967e634a710e
P1 hiding_nonce_commitment: 44105304351ceddc58e15ddea35b2cb48e60ced54
ceb22c3b0e5d42d098aa1d8
P1 binding_nonce_commitment: b8274b18a12f2cef74ae42f876cec1e31daab5cb
162f95a56cd2487409c9d1dd
P1 binding_factor_input: c5b95020cba31a9035835f074f718d0c3af02a318d6b
4723bbd1c088f4889dd7b9ff8e79f9a67a9d27605144259a7af18b7cca2539ffa5c4f
1366a98645da8f4e077d604fff64f20e2377a37e5a10ce152194d62fe856ef4cd935d
4f1cb0088c2083a2722ad3f5a84d778e257da0df2a7cadb004b1f5528352af778b94e
e1c2a0100000000000000000000000000000000000000000000000000000000000000
P1 binding_factor: 2d5630c36d33258b1208c4205fa759b762d09bfa06b29cf792
cf98758c0b3305
P3 hiding_nonce_randomness: 31ca9b07936d6b342a43d97f23b7bec5a5f5a0957
5a075393868dd8df5c05a54
P3 binding_nonce_randomness: c1db96a85d8b593e14fdb869c0955625478afa6a
987ad217e7f2261dcab26819
P3 hiding_nonce: 233adcb0ec0eddba5f1cc5268f3f4e6fc1dd97fb1e4a1754e6dd
c92ed834ca0b
P3 binding_nonce: b59fc8a32fe02ec0a44c4671f3d1f82ea3924b7c7c0179398fc
9137e82757803
P3 hiding_nonce_commitment: d31bd81ce216b1c83912803a574a0285796275cb8
b14f6dc92c8b09a6951f0a2
P3 binding_nonce_commitment: e1c863cfd08df775b6747ef2456e9bf9a03cc281
a479a95261dc39137fcf0967
P3 binding_factor_input: c5b95020cba31a9035835f074f718d0c3af02a318d6b
4723bbd1c088f4889dd7b9ff8e79f9a67a9d27605144259a7af18b7cca2539ffa5c4f
1366a98645da8f4e077d604fff64f20e2377a37e5a10ce152194d62fe856ef4cd935d
4f1cb0088c2083a2722ad3f5a84d778e257da0df2a7cadb004b1f5528352af778b94e
e1c2a0300000000000000000000000000000000000000000000000000000000000000
P3 binding_factor: 1137be5cdf3d18e44367acee8485e9a66c3164077af80619b6
291e3943bbef04

// Round two parameters
participant_list: 1,3

// Signer round two outputs
P1 sig_share: c4b26af1e91fbc8440a0dad253e72620da624553c5b625fd51e6ea1
79fc09f05
P3 sig_share: 9369640967d0cb98f4dedfde58a845e0e18e0a7164396358439060e
d282b4e08

sig: ae11c539fdc709b78fef5ee1f5a2250297e3e1b62a86a86c26d93c389934ba0e
571ccffa50f0871d357fbab1ac8f6c00bcf14fc429f0885595764b05c8ebed0d
]]></artwork>
      </section>
      <section anchor="frosted448-shake256-1">
        <name>FROST(Ed448, SHAKE256)</name>
        <artwork><![CDATA[
// Configuration information
MAX_PARTICIPANTS: 3
MIN_PARTICIPANTS: 2
NUM_PARTICIPANTS: 2

// Group input parameters
group_secret_key: 6298e1eef3c379392caaed061ed8a31033c9e9e3420726f23b4
04158a401cd9df24632adfe6b418dc942d8a091817dd8bd70e1c72ba52f3c00
group_public_key: 3832f82fda00ff5365b0376df705675b63d2a93c24c6e81d408
01ba265632be10f443f95968fadb70d10786827f30dc001c8d0f9b7c1d1b000
message: 74657374
share_polynomial_coefficients[1]: dbd7a514f7a731976620f0436bd135fe8dd
dc3fadd6e0d13dbd58a1981e587d377d48e0b7ce4e0092967c5e85884d0275a7a740b
6abdcd0500

// Signer input parameters
P1 participant_share: 4a2b2f5858a932ad3d3b18bd16e76ced3070d72fd79ae44
02df201f525e754716a1bc1b87a502297f2a99d89ea054e0018eb55d39562fd0100
P2 participant_share: 2503d56c4f516444a45b080182b8a2ebbe4d9b2ab509f25
308c88c0ea7ccdc44e2ef4fc4f63403a11b116372438a1e287265cadeff1fcb0700
P3 participant_share: 00db7a8146f995db0a7cf844ed89d8e94c2b5f259378ff6
6e39d172828b264185ac4decf7219e4aa4478285b9c0eef4fccdf3eea69dd980d00

// Round one parameters
participant_list: 1,3

// Signer round one outputs
P1 hiding_nonce_randomness: 89bf16040081ff2990336b200613787937ebe1f02
4b8cdff90eb6f1c741d91c1
P1 binding_nonce_randomness: cd646348bb98fd2a4b2f27fb7d6da18201c16184
7352576b4bf125190e965483
P1 hiding_nonce: 67a6f023e77361707c6e894c625e809e80f33fdb310810053ae2
9e28e7011f3193b9020e73c183a98cc3a519160ed759376dd92c9483162200
P1 binding_nonce: 4812e8d7c8b7a50ced80b507902d074ef8647bc1146979683da
8d0fecd93fa3c8230cade2fb4344600aa04bd4b7a21d046c5b63ee865b12a00
P1 hiding_nonce_commitment: 649c6a53b109897d962d033f23d01fd4e1053dddf
3746d2ddce9bd66aea38ccfc3df061df03ca399eb806312ab3037c0c31523142956ad
a780
P1 binding_nonce_commitment: 0064cc729a8e2fcf417e43788ecec37b10e9e1dc
b3ae90854efbfaad00a0ef3cdd52e18d56f073c8ff0947cb71ff0bb17c3d45d096409
ddb00
P1 binding_factor_input: 106dadce87ca867018702d69a02effd165e1ac1a511c
957cff1897ceff2e34ca212fe798d84f0bde6054bf0fa77fd4cd4bc4853d6dc8dbd19
d340923f0ebbbb35172df4ab865a45d55af31fa0e6606ea97cf8513022b2b133d0f9f
6b8d3be184221fc4592bf12bd7fb4127bb67e51a6dc9e5f1ed5243362fb46a6da5524
18ca967d43d9bc811a21917a3018de58f11c25f6b9ad8bec3699e06b87dd3ab67a732
6c30878c7c55ec1a45802af65da193ce99634158539e38c232a627895c5f14e2e20d4
87382ccc9c99cd0a0df266a292f283bb9b6854e344ecc32d5e1852fdde5fde7779801
000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000
P1 binding_factor: 3412ac894a91a6bc0e3e7c790f3e8ef5d1288e54de780aba38
4cbb3081b602dd188010e5b0c9ac2b5dca0aae54cfd0f5c391cece8092131d00
P3 hiding_nonce_randomness: 3718dabb4fd3d7dd9adad4878c6de8b33c8841cfe
7cc95a85592952a2c9c554d
P3 binding_nonce_randomness: 3becbc90798211a0f52543dd1f24869a143fdf74
3409581af4db30f045773d64
P3 hiding_nonce: 4f2666770317d14ec9f7fd6690c075c34b4cde7f6d9bceda9e94
33ec8c0f2dc983ff1622c3a54916ce7c161381d263fad62539cddab2101600
P3 binding_nonce: 88f66df8bb66389932721a40de4aa5754f632cac114abc10526
88104d19f3b1a010880ebcd0c4c0f8cf567d887e5b0c3c0dc78821166550f00
P3 hiding_nonce_commitment: 8dcf049167e28d5f53fa7ebbbd136abcaf2be9f2c
02448c8979002f92577b22027640def7ddd5b98f9540c2280f36a92d4747bbade0b0c
4280
P3 binding_nonce_commitment: 12e837b89a2c085481fcf0ca640a17a24b6fc96b
032d40e4301c78e7232a9f49ffdcad2c21acbc992e79dfc3c6c07cb94e4680b3dcc99
35580
P3 binding_factor_input: 106dadce87ca867018702d69a02effd165e1ac1a511c
957cff1897ceff2e34ca212fe798d84f0bde6054bf0fa77fd4cd4bc4853d6dc8dbd19
d340923f0ebbbb35172df4ab865a45d55af31fa0e6606ea97cf8513022b2b133d0f9f
6b8d3be184221fc4592bf12bd7fb4127bb67e51a6dc9e5f1ed5243362fb46a6da5524
18ca967d43d9bc811a21917a3018de58f11c25f6b9ad8bec3699e06b87dd3ab67a732
6c30878c7c55ec1a45802af65da193ce99634158539e38c232a627895c5f14e2e20d4
87382ccc9c99cd0a0df266a292f283bb9b6854e344ecc32d5e1852fdde5fde7779803
000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000
P3 binding_factor: 6aa48a3635d7b962489283ee1ccda8ea66e5677b1e17f2f475
eb565e3ae8ea73360f24c04e3775dadd1f2923adcda3d105536ad28c3c561100

// Round two parameters
participant_list: 1,3

// Signer round two outputs
P1 sig_share: c5057c80d13e565545dac6f3aa333065c809a14a94fea3c8e4e87e3
86a9cb89602de7355c5d19ebb09d553b100ef1858104fc7c43992d83400
P3 sig_share: 2b490ea08411f78c620c668fff8ba70b25b7c89436f20cc45419213
de70f93fb6c9094c79293697d72e741b68d2e493446005145d0b7fc3500

sig: 83ac141d289a5171bc894b058aee2890316280719a870fc5c1608b7740302315
5d7a9dc15a2b7920bb5826dd540bf76336be99536cebe36280fd093275c38dd4be525
767f537fd6a4f5d8a9330811562c84fded5f851ac4b926f6e081d586508397cbc9567
8e1d628c564f180a0a4ad52a00
]]></artwork>
      </section>
      <section anchor="frostristretto255-sha-512">
        <name>FROST(ristretto255, SHA-512)</name>
        <artwork><![CDATA[
// Configuration information
MAX_PARTICIPANTS: 3
MIN_PARTICIPANTS: 2
NUM_PARTICIPANTS: 2

// Group input parameters
group_secret_key: 1b25a55e463cfd15cf14a5d3acc3d15053f08da49c8afcf3ab2
65f2ebc4f970b
group_public_key: e2a62f39eede11269e3bd5a7d97554f5ca384f9f6d3dd9c3c0d
05083c7254f57
message: 74657374
share_polynomial_coefficients[1]: 410f8b744b19325891d73736923525a4f59
6c805d060dfb9c98009d34e3fec02

// Signer input parameters
P1 participant_share: 5c3430d391552f6e60ecdc093ff9f6f4488756aa6cebdba
d75a768010b8f830e
P2 participant_share: b06fc5eac20b4f6e1b271d9df2343d843e1e1fb03c4cbb6
73f2872d459ce6f01
P3 participant_share: f17e505f0e2581c6acfe54d3846a622834b5e7b50cad9a2
109a97ba7a80d5c04

// Round one parameters
participant_list: 1,3

// Signer round one outputs
P1 hiding_nonce_randomness: 81800157bb554f299fe0b6bd658e4c4591d74168b
5177bf55e8dceed59dc80c7
P1 binding_nonce_randomness: e9b37de02fde28f601f09051ed9a277b02ac81c8
03a5c72492d58635001fe355
P1 hiding_nonce: 40f58e8df202b21c94f826e76e4647efdb0ea3ca7ae7e3689bc0
cbe2e2f6660c
P1 binding_nonce: 373dd42b5fe80e88edddf82e03744b6a12d59256f546de612d4
bbd91a6b1df06
P1 hiding_nonce_commitment: b8c7319a56b296537436e5a6f509a871a3c74eff1
534ec1e2f539ccd8b322411
P1 binding_nonce_commitment: 7af5d4bece8763ce3630370adbd978699402f624
fd3a7d2c71ea5839efc3cf54
P1 binding_factor_input: 9c245d5fc2e451c5c5a617cc6f2a20629fb317d9b1c1
915ab4bfa319d4ebf922c54dd1a5b3b754550c72734ac9255db8107a2b01f361754d9
f13f428c2f6de9e4f609ae0dbe8bd1f95bee9f9ea219154d567ef174390bac737bb67
ee1787c8a34279728d4aa99a6de2d5ce6deb86afe6bc68178f01223bb5eb934c8a23b
6354e0100000000000000000000000000000000000000000000000000000000000000
P1 binding_factor: 607df5e2e3a8b5e2704716693e18f548100a32b86a5685d393
2a774c3f107e06
P3 hiding_nonce_randomness: daeb223c4a913943cff2fb0b0e638dfcc281e1e89
36ee6c3fef4d49ad9cbfaa0
P3 binding_nonce_randomness: c425768d952ab8f18b9720c54b93e612ba2cca17
0bb7518cac080896efa7429b
P3 hiding_nonce: 491477c9dbe8717c77c6c1e2c5f4cec636c7c154313a44c91fea
63e309f3e100
P3 binding_nonce: 3ae1bba7d6f2076f81596912dd916efae5b3c2ef89695632119
4fdd2e52ebc0f
P3 hiding_nonce_commitment: e4466b7670ac4f9d9b7b67655860dd1ab341be18a
654bb1966df53c76c85d511
P3 binding_nonce_commitment: ce47cd595d25d7effc3c095efa2a687a1728a5ec
ab402b39e0c0ad9a525ea54f
P3 binding_factor_input: 9c245d5fc2e451c5c5a617cc6f2a20629fb317d9b1c1
915ab4bfa319d4ebf922c54dd1a5b3b754550c72734ac9255db8107a2b01f361754d9
f13f428c2f6de9e4f609ae0dbe8bd1f95bee9f9ea219154d567ef174390bac737bb67
ee1787c8a34279728d4aa99a6de2d5ce6deb86afe6bc68178f01223bb5eb934c8a23b
6354e0300000000000000000000000000000000000000000000000000000000000000
P3 binding_factor: 2bd27271c28746eb93e2114d6778c12b44c9287d84b85dc780
eb08da6f689900

// Round two parameters
participant_list: 1,3

// Signer round two outputs
P1 sig_share: c38f438c325ce6bfa4272b37e7707caaeb57fa8c7ddcc05e0725acb
8a7d9cd0c
P3 sig_share: 4cb9917be3bd53f1d60f1c3d1a3ff563565fa15a391133e7f980e55
d3aeb7904

sig: 204d5d93aa486192ecf2f64ce7dbc1db76948fb1077d1a719ae1ecca6143501e
2275dfaafbb62759a59a4fd122b692f941b79be7b6edf34501a69116e2c44701
]]></artwork>
      </section>
      <section anchor="frostp-256-sha-256-1">
        <name>FROST(P-256, SHA-256)</name>
        <artwork><![CDATA[
// Configuration information
MAX_PARTICIPANTS: 3
MIN_PARTICIPANTS: 2
NUM_PARTICIPANTS: 2

// Group input parameters
group_secret_key: 8ba9bba2e0fd8c4767154d35a0b7562244a4aaf6f36c8fb8735
fa48b301bd8de
group_public_key: 023a309ad94e9fe8a7ba45dfc58f38bf091959d3c99cfbd02b4
dc00585ec45ab70
message: 74657374
share_polynomial_coefficients[1]: 80f25e6c0709353e46bfbe882a11bdbb1f8
097e46340eb8673b7e14556e6c3a4

// Signer input parameters
P1 participant_share: 0c9c1a0fe806c184add50bbdcac913dda73e482daf95dcb
9f35dbb0d8a9f7731
P2 participant_share: 8d8e787bef0ff6c2f494ca45f4dad198c6bee01212d6c84
067159c52e1863ad5
P3 participant_share: 0e80d6e8f6192c003b5488ce1eec8f5429587d48cf00154
1e713b2d53c09d928

// Round one parameters
participant_list: 1,3

// Signer round one outputs
P1 hiding_nonce_randomness: f4e8cf80aec3f888d997900ac7e3e349944b5a6b4
7649fc32186d2f1238103c6
P1 binding_nonce_randomness: a7f220770b6f10ff54ec6afa55f99bd08cc92fa1
a488c86e9bf493e9cb894cdf
P1 hiding_nonce: f871dfcf6bcd199342651adc361b92c941cb6a0d8c8c1a3b91d7
9e2c1bf3722d
P1 binding_nonce: bd3ece3634a1b303dea0586ed67a91fe68510f11ebe66e88683
09b1551ef2388
P1 hiding_nonce_commitment: 03987febbc67a8ed735affdff4d3a5adf22c05c80
f97f311ab7437a3027372deb3
P1 binding_nonce_commitment: 02a1960477d139035b986d6adcb06491378beb92
ccd097ad94e76291c52343849d
P1 binding_factor_input: 350c8b523feea9bb35720e9fbe0405ed48d78caa4fb6
0869f34367e144c68bb0fc77bf512409ad8b91e2ace4909229891a446c45683f5eb2f
843dbec224527dc000000000000000000000000000000000000000000000000000000
0000000001
P1 binding_factor: cb415dd1d866493ee7d2db7cb33929d7e430e84d80c58070e2
bbb1fdbf76a9c8
P3 hiding_nonce_randomness: 1b6149d252a0a0a6618b8d22a1c49897f9b0d23a4
8f19598e191e05dc7b7ae33
P3 binding_nonce_randomness: e13994bb75aafe337c32afdbfd08ae60dd108fc7
68845edaa871992044cabf1b
P3 hiding_nonce: 802e9321f9f63688c6c1a9681a4a4661f71770e0cef92b8a5997
155d18fb82ef
P3 binding_nonce: 8b6b692ae634a24536f45dda95b2398af71cd605fb7a0bbdd94
08d211ab99eba
P3 hiding_nonce_commitment: 0212cac45ebd4100c97506939391f9be4ffc3ca29
60e2ef95aeaa38abdede204ca
P3 binding_nonce_commitment: 03017ce754d310eabda0f5681e61ce3d713cdd33
7070faa6a68471af49694a4e7e
P3 binding_factor_input: 350c8b523feea9bb35720e9fbe0405ed48d78caa4fb6
0869f34367e144c68bb0fc77bf512409ad8b91e2ace4909229891a446c45683f5eb2f
843dbec224527dc000000000000000000000000000000000000000000000000000000
0000000003
P3 binding_factor: dfd82467569334e952edecb10d92adf85b8e299db0b40be313
1a12efdfa3e796

// Round two parameters
participant_list: 1,3

// Signer round two outputs
P1 sig_share: c5acd980310aaf87cb7a9a90428698ef3e6b1e5860f7fb06329bc0e
fe3f14ca5
P3 sig_share: 1e064fbd35467377eb3fe161ff975e9ec3ed8e2e0d4c73f3a6b0a02
3777e1264

sig: 029e07d4171dbf9a730ed95e9d95bda06fa4db76c88c519f7f3ca5483019f46c
b0e3b3293d665122ffb6ba7bf2421df78e0258ac866e446ef9d94c61135b6f5f09
]]></artwork>
      </section>
      <section anchor="frostsecp256k1-sha-256-1">
        <name>FROST(secp256k1, SHA-256)</name>
        <artwork><![CDATA[
// Configuration information
MAX_PARTICIPANTS: 3
MIN_PARTICIPANTS: 2
NUM_PARTICIPANTS: 2

// Group input parameters
group_secret_key: 0d004150d27c3bf2a42f312683d35fac7394b1e9e318249c1bf
e7f0795a83114
group_public_key: 02f37c34b66ced1fb51c34a90bdae006901f10625cc06c4f646
63b0eae87d87b4f
message: 74657374
share_polynomial_coefficients[1]: fbf85eadae3058ea14f19148bb72b45e439
9c0b16028acaf0395c9b03c823579

// Signer input parameters
P1 participant_share: 08f89ffe80ac94dcb920c26f3f46140bfc7f95b493f8310
f5fc1ea2b01f4254c
P2 participant_share: 04f0feac2edcedc6ce1253b7fab8c86b856a797f44d83d8
2a385554e6e401984
P3 participant_share: 00e95d59dd0d46b0e303e500b62b7ccb0e555d49f5b849f
5e748c071da8c0dbc

// Round one parameters
participant_list: 1,3

// Signer round one outputs
P1 hiding_nonce_randomness: 80cbea5e405d169999d8c4b30b755fedb26ab07ec
8198cda4873ed8ce5e16773
P1 binding_nonce_randomness: f6d5b38197843046b68903048c1feba433e35001
45281fa8bb1e26fdfeef5e7f
P1 hiding_nonce: acc83278035223c1ba464e2d11bfacfc872b2b23e1041cf5f613
0da21e4d8068
P1 binding_nonce: c3ef169995bc3d2c2d48f30b83d0c63751e67ceb057695bcb2a
6aa40ed5d926b
P1 hiding_nonce_commitment: 036673d68a928793c33ae07776908eae8ea15dd94
7ed81284e939aaba118573a5e
P1 binding_nonce_commitment: 03d2a96dd4ec1ee29dc22067109d1290dabd8016
cb41856ee8ff9281c3fa1baffd
P1 binding_factor_input: a645d8249457bbcac34fa7b740f66bcce08fc39506b8
bbf1a1c81092f6272eda82ae39234d714f87a7b91dd67d124a06561a36817c1ecaa25
5c3527d694fc4f1000000000000000000000000000000000000000000000000000000
0000000001
P1 binding_factor: d7bcbd29408dedc9e138262d99b09d8b5705d76eb5de2369d9
103e4423f8ac79
P3 hiding_nonce_randomness: b9794047604beda0c5c0529ac9dfd83c0a80399a7
bdf4c3e23cef2faf69cdcc3
P3 binding_nonce_randomness: c28ce6252631620b84c2702b34774fab365e286e
bc77030a112ebccccbffa78b
P3 hiding_nonce: cb3387defef07fc9010c0564ba6495ed41876626ed86b886ca26
cbbd3566ffbc
P3 binding_nonce: 4559459735eb68e8c16319a9fd9a14016053957cb8cea273a24
b7c7bc1ee26f6
P3 hiding_nonce_commitment: 030278e6e6055fb963b40e0c3c37099f803f3f389
30fc89092517f8ce1b47e8d6b
P3 binding_nonce_commitment: 028eb6d238c6c0fc6216906706ad0ff9943c6c1d
6079cdf74f674481ebb2485db3
P3 binding_factor_input: a645d8249457bbcac34fa7b740f66bcce08fc39506b8
bbf1a1c81092f6272eda82ae39234d714f87a7b91dd67d124a06561a36817c1ecaa25
5c3527d694fc4f1000000000000000000000000000000000000000000000000000000
0000000003
P3 binding_factor: ecc057259f3c8b195308c9b73aaaf840660a37eb264ebce342
412c58102ee437

// Round two parameters
participant_list: 1,3

// Signer round two outputs
P1 sig_share: 1750b2a314a81b66fd81366583617aaafcffa68f14495204795aa04
34b907aa3
P3 sig_share: e4dbbbbbcb035eb3512918b0368c4ab2c836a92dccff3251efa7a4a
acc7d3790

sig: 0259696aac722558e8638485d252bb2556f6241a7adfdf284c8c87a3428d4644
8dfc2c6e5edfab7a1a4eaa4f15b9edc55dc5364fbce1488456690244ee180db233
]]></artwork>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+y9+37bRrIu+j+eAsv5Y6SElHEjCDrj2Vuxndi/cRwfy5ns
WZlsE5eGhJgiNQRlWbmsZ9nPcp7sfFXVDTQulGVPkp1ZJ1prHIkE+lqXr6qr
q6bTqbOrdit1z73z8mozfbG5XBfuy7Otqs82q8I9yc/Wm+3WPalO1+nuEh+7
V9XuzP38xVcnL+84aZZt1Ru8q/8uNvk6PUdjxTYtd9Nquyunebk9nZbbTb2b
+r6Tpzt1utle33OrdblxnOpie8/dbS/rXeB5Cy9w0q1K77lfqLXapivnarN9
fbrdXF7ccx98/uIL57W6xkfFPffJeqe2a7WbPqSeHKfepeviVbrarNH7taqd
+jzd7l7983KzU/U9d71xLqp77re7TT5x6812t1Vljd+uz+mX7xwnvdydbbb3
HHfqYmR44+GR+2CzXm9Wq2vHxY/M66GqtsVWdb/abE/TdfVDuqs263vuf+Zp
jQWiheRP+BF1nlYrLMvl9vI8p9leri7P/+cpfXqUb87bbh8cuX/dnK82Vp8P
ztSqVqn1ebfDr9fVG7Wtq921uyndb7DA29VmM7lxIPlraux/Xl7pp4/ytB3D
kyP3C2x+pran1jCepOvux7cZhd1nla5P9/SIWR8fud9sNkVn3tuq3m0uztS2
82233werzWVRrkA2nfmlV//zTKUX1fo0q3b1ESjFcUDJ53jrjcI2u28XR3Fw
j98xDPD8MltVuftXde0+2F5f7Dan2/Ti7NotN1t3d6bcz6t1us6rdOWeqO2b
KgczPFkX2EwiZ3rg0WpVXezQxIPL7RvlPqxOqx09bZjHPV6B9sE/5+7BowcP
T44P7/AAsD/o/9nmzcQFF8z4s1ptK1UTk8ggXffO8bOTO/fc/0UDnzbPNYTL
P1P9X16ley7ewAcnjx743Zn2BmrPduKeECul26LmiT8qyyqv1HrXXZMviCkn
Lrb8yA1kFrt0e6p299yz3e6ivnf3bq3y0yMMg37xp2+Co4uitKZL/C6D623D
CwWOOFfrQhWDFd1ge9fu83QLCgEd1b/OaIOx0fqeQ7thkRALvcC7N9qeuthW
691RleZbbjbwAu9uMmvbvVHsjovbkf3eKyPa7waMa2YUeFMflBTQLoicD/xb
T8a/64fzWWcmjzdX7m7jPt9usFVGcxzX9eU52NB8cNMsHq3A1pnChB+ASyDE
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
Vt9nKsU9dmgjkQjFyv8CZxgkB8pyAQA=

-->

</rfc>
