<?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.19 (Ruby 3.1.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-irtf-cfrg-frost-12" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.3 -->
  <front>
    <title abbrev="FROST">Two-Round Threshold Schnorr Signatures with FROST</title>
    <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-frost-12"/>
    <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="2023" month="January" day="24"/>
    <area>General</area>
    <workgroup>CFRG</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document specifies the Flexible Round-Optimized Schnorr Threshold (FROST) signing protocol.
FROST signatures can be issued after a threshold number of entities cooperate to
compute a signature, allowing for improved distribution of trust and
redundancy with respect to a secret key. FROST depends only on a prime-order group and cryptographic
hash function. This document specifies a number of ciphersuites to instantiate FROST using different
prime-order groups and hash functions. One such ciphersuite can be used to produce signatures
that can be verified with an Edwards-Curve Digital Signature Algorithm (EdDSA, as defined in RFC8032)
compliant verifier. However, unlike EdDSA, the signatures produced by FROST are not deterministic.
This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</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>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 specifies the Flexible Round-Optimized Schnorr Threshold (FROST) signing protocol
based on the original work 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. FROST requires
two rounds to compute a signature. Single-round signing variants based on <xref target="FROST20"/> are out of scope.</t>
      <t>FROST depends only on a prime-order group and cryptographic hash function. This document specifies
a number of ciphersuites to instantiate FROST using different prime-order groups and hash functions.
Two ciphersuites can be used to produce signatures that are compatible with Edwards-Curve Digital
Signature Algorithm (EdDSA) variants Ed25519 and Ed448 as specified in <xref target="RFC8032"/>, i.e., the
signatures can be verified with an <xref target="RFC8032"/> compliant verifier. However, unlike EdDSA, the
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.</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>
      <t>This document represents the consensus of the Crypto Forum Research
Group (CFRG). It is not an IETF product and is not a standard.</t>
      <section anchor="change-log">
        <name>Change Log</name>
        <t>draft-12</t>
        <ul spacing="normal">
          <li>Address RGLC feedback (#399, #396, #395, #394, #393, #384, #382, #397, #378, #376, #375, #374, #373, #371, #370, #369, #368, #367, #366, #364, #363, #362, #361, #359, #358, #357, #356, #354, #353, #352, #350, #349, #348, #347, #314)</li>
          <li>Fix bug in signature share serialization (#397)</li>
          <li>Fix various editorial issues (#385)</li>
        </ul>
        <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 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 result, a Scalar, of <tt>a</tt> to the power of <tt>b</tt>, e.g., <tt>pow(2, 3) = 8</tt> modulo the relevant group order <tt>p</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 the type 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 on <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. It is assumed that
group element addition, negation, and equality comparison can be efficiently computed for
arbitrary group elements.</t>
        <t>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. Moreover, we use the type <tt>NonZeroScalar</tt> to denote a <tt>Scalar</tt>
value that is not equal to zero, i.e., Scalar(0). We denote equality comparison of these types
as <tt>==</tt> and assignment of values by <tt>=</tt>. When comparing Scalar values, e.g., for the purposes
of sorting lists of Scalar values, the least nonnegative representation mod <tt>p</tt> is used.</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): Outputs the scalar multiplication between Element <tt>A</tt> and Scalar <tt>k</tt>.</li>
          <li>ScalarBaseMult(k): Outputs 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 raises 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 raises an error if deserialization fails
or if <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 raises 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 is modeled as a random oracle in security proofs for the protocol
(see <xref target="FROST20"/> and <xref target="StrongerSec22"/>). For concrete recommendations on hash functions
which SHOULD be used in practice, see <xref target="ciphersuites"/>. Using H, we introduce distinct
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 associated with the prime-order group.</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>Polynomials, <xref target="dep-polynomial"/>;</li>
        <li>Encoding operations, <xref target="dep-encoding"/>;</li>
        <li>Signature binding computation <xref target="dep-binding-factor"/>;</li>
        <li>Group commitment computation <xref target="dep-group-commit"/>; and</li>
        <li>Signature challenge computation <xref target="dep-sig-challenge"/>.</li>
      </ul>
      <t>The following sections describe 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>Polynomials</name>
        <t>This section defines polynomials over Scalars that are used in the main protocol.
A polynomial of maximum degree t is represented as a list of t+1 coefficients,
where the constant term of the polynomial is in the first position and the
highest-degree coefficient is in the last position. For example, the polynomial
<tt>x^2 + 2x + 3</tt> has degree 2 and is represented as a list of 3 coefficients <tt>[3, 2, 1]</tt>.
A point on the polynomial <tt>f</tt> is a tuple (x, y), where <tt>y = f(x)</tt>.</t>
        <t>The function <tt>derive_interpolating_value</tt> derives a value used for polynomial
interpolation. It is provided a list of x-coordinates as input, each of which
cannot equal 0.</t>
        <artwork><![CDATA[
  derive_interpolating_value(x_i, L):

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

  Outputs:
  - value, a Scalar.

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

  def derive_interpolating_value(x_i, L):
    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

    value = numerator / denominator
    return value
]]></artwork>
      </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 byte string 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 a NonZeroScalar identifier i and two commitment Element values
    (hiding_nonce_commitment_i, binding_nonce_commitment_i). This list MUST be sorted
    in ascending order by identifier.

  Outputs:
  - encoded_group_commitment, the serialized representation of commitment_list, a byte string.

  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 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 a NonZeroScalar identifier i and two commitment Element values
    (hiding_nonce_commitment_i, binding_nonce_commitment_i). This list MUST be sorted
    in ascending order by identifier.

  Outputs:
  - identifiers, a list of NonZeroScalar values.

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 a NonZeroScalar identifier i and Scalar binding factor.
  - identifier, participant identifier, a NonZeroScalar.

  Outputs:
  - binding_factor, a Scalar.

  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 a NonZeroScalar identifier i and two commitment Element values
    (hiding_nonce_commitment_i, binding_nonce_commitment_i). This list MUST be sorted
    in ascending order by identifier.
  - msg, the message to be signed.

  Outputs:
  - binding_factor_list, a list of (NonZeroScalar, 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 a NonZeroScalar identifier i and two commitment Element values
    (hiding_nonce_commitment_i, binding_nonce_commitment_i). This list MUST be
    sorted in ascending order by identifier.
  - binding_factor_list = [(i, binding_factor), ...],
    a list of (NonZeroScalar, Scalar) tuples representing the binding factor Scalar
    for the given identifier.

  Outputs:
  - group_commitment, an Element.

  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_factor_list, 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, the group commitment, an Element.
  - group_public_key, the public key corresponding to the group signing key, an
    Element.
  - msg, the message to be signed, a byte string.

  Outputs:
  - challenge, a Scalar.

  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 FROST signing 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
non-zero 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 can be verified as if they were produced from a single signer
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 Shamir secret-shared amongst each of the <tt>MAX_PARTICIPANTS</tt> participants
and used to produce signatures; see <xref target="ShamirSecretSharing"/> for
more information about Shamir secret sharing. In particular, FROST assumes each participant
is configured with the following information:</t>
      <ul spacing="normal">
        <li>An identifier, which is a NonZeroScalar 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 <tt>sk_i</tt>, which is a Scalar value representing the i-th Shamir secret share
of the group signing key <tt>s</tt>. In particular, <tt>sk_i</tt> is the value <tt>f(i)</tt> on a secret
polynomial <tt>f</tt> of degree <tt>(MIN_PARTICIPANTS - 1)</tt>, where <tt>s</tt> is <tt>f(0)</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>FROST requires two rounds to complete. In the first round, participants generate
and publish one-time-use commitments to be used in the second round. In the second
round, each participant produces a share of the signature over the Coordinator-chosen
message and the other participant commitments. After the second round completes, the
Coordinator aggregates the signature shares to produce a final signature. The Coordinator
SHOULD abort if the signature is invalid; see <xref target="abort"/> for more information about dealing
with invalid signatures and misbehaving participants. This complete interaction,
without abort, is shown in <xref target="fig-frost"/>.</t>
      <figure anchor="fig-frost">
        <name>FROST protocol 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 misbehaving participants,
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 used in more than one invocation of <tt>sign</tt>, and the nonces MUST be generated
from a source of secure randomness.</t>
      </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
its identifier and commitments (from the first round) appear in commitment_list.
Applications which require that participants not process arbitrary
input messages are also required to 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, a NonZeroScalar.
  - sk_i, Signer secret key share, a Scalar.
  - group_public_key, public key corresponding to the group signing key,
    an Element.
  - nonce_i, pair of Scalar values (hiding_nonce, binding_nonce) generated in
    round one.
  - msg, the message to be signed, a byte string.
  - 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 a NonZeroScalar identifier j and two commitment
    Element values (hiding_nonce_commitment_j, binding_nonce_commitment_j).
    This list MUST be sorted in ascending order by identifier.

  Outputs:
  - sig_share, a signature share, a Scalar.

  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 the interpolating value
    participant_list = participants_from_commitment_list(commitment_list)
    lambda_i = derive_interpolating_value(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 completing <tt>sign</tt>, and MUST NOT use the nonce
as input more than once to <tt>sign</tt>.</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>
      </section>
      <section anchor="frost-aggregation">
        <name>Signature Share Aggregation</name>
        <t>After participants perform round two and send their signature shares to the Coordinator,
the Coordinator aggregates each share to produce a final signature. Before aggregating,
the Coordinator MUST validate each signature share using DeserializeScalar. If validation
fails, the Coordinator MUST abort the protocol as the resulting signature will be invalid.
If all signature shares are valid, the Coordinator then aggregates them to produce the final
signature using the following procedure.</t>
        <artwork><![CDATA[
  Inputs:
  - 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 a NonZeroScalar identifier j and two commitment
    Element values (hiding_nonce_commitment_j, binding_nonce_commitment_j).
    This list MUST be sorted in ascending order by identifier.
  - msg, the message to be signed, a byte string.
  - 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(commitment_list, msg, sig_shares):
    # Compute the binding factors
    binding_factor_list = compute_binding_factors(commitment_list, msg)

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

    # Compute aggregated signature
    z = Scalar(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>. This signature encoding is the same for all FROST ciphersuites
specified in <xref target="ciphersuites"/>.</t>
        <t>The Coordinator SHOULD verify this signature using the group public key before publishing or
releasing the signature. Signature verification is as specified for the corresponding
ciphersuite; see <xref target="ciphersuites"/> for details. The aggregate signature will verify successfully
if all signature shares are valid. Moreover, subsets of valid signature shares will themselves not yield
a valid aggregate signature.</t>
        <t>If the aggregate signature verification fails, the Coordinator can verify each signature
share individually to identify and act on misbehaving participants. The mechanism for acting on
a misbehaving participant is out of scope for this specification; see <xref target="abort"/> for more information
about dealing with invalid signatures and misbehaving participants.</t>
        <t>The function for verifying a signature share, denoted <tt>verify_signature_share</tt>, is described below.
Recall that the Coordinator is configured with "group info" which contains
the group public key <tt>PK</tt> and public keys <tt>PK_i</tt> for each participant, so the <tt>group_public_key</tt> and
<tt>PK_i</tt> function arguments should come from that previously stored group info.</t>
        <artwork><![CDATA[
  Inputs:
  - identifier, identifier i of the participant, a NonZeroScalar.
  - PK_i, the public key for the i-th participant, where PK_i = G.ScalarBaseMult(sk_i),
    an Element.
  - comm_i, pair of Element values in G (hiding_nonce_commitment, binding_nonce_commitment)
    generated in round one from the i-th participant.
  - sig_share_i, a Scalar value indicating the signature share as produced in
    round two from the i-th 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 a NonZeroScalar identifier j and two commitment
    Element values (hiding_nonce_commitment_j, binding_nonce_commitment_j).
    This list MUST be sorted in ascending order by identifier.
  - group_public_key, public key corresponding to the group signing key,
    an Element.
  - msg, the message to be signed, a byte string.

  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 the interpolating value
    participant_list = participants_from_commitment_list(commitment_list)
    lambda_i = derive_interpolating_value(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>The Coordinator can verify each signature share before first aggregating and verifying the
signature under the group public key. However, since the aggregate signature is valid if
all signature shares are valid, this order of operations is more expensive if the
signature is valid.</t>
      </section>
      <section anchor="abort">
        <name>Identifiable Abort</name>
        <t>FROST does not provide robustness; i.e, all participants are required to complete the
protocol honestly in order to generate a valid signature. When the signing protocol
does not produce a valid signature, the Coordinator SHOULD abort; see <xref target="sec-considerations"/>
for more information about FROST's security properties and the threat model.</t>
        <t>As a result of this property, a misbehaving participant can cause a denial-of-service on
the signing protocol by contributing malformed signature shares or refusing to participate.
FROST assumes the network channel is authenticated to identify which signer misbehaved.
FROST allows for identifying misbehaving participants that produce invalid signature shares
as described in <xref target="frost-aggregation"/>. FROST does not provide accommodations for identifying
participants that refuse to participate, though applications are assumed to detect when participants
fail to engage in the signing protocol.</t>
        <t>In both cases, preventing this type of attack requires the Coordinator to identify
misbehaving participants such that applications can take corrective action. The mechanism
for acting on misbehaving participants is out of scope for this specification. However,
one reasonable approach would be to remove the misbehaving participant from the set of allowed
participants in future runs of FROST.</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) as described in <xref target="recommended-suite"/>.
The (Ed25519, SHA-512) and (Ed448, SHAKE256) ciphersuites are included
for compatibility with Ed25519 and Ed448 as defined in <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 of 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 Ed25519-compliant signatures as specified in <xref section="5.1" sectionFormat="of" 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. If any of these checks fail,
deserialization returns an error. 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, which has 64 bytes of output
            </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 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 <tt>[8][z]B = [8]R + [8][c]PK</tt>
(changed to use the notation in this document).</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. If either 'Decode' or that check fails, deserialization returns an error.</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, which has 64 bytes of output
            </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 Ed448-compliant signatures as specified in <xref section="5.2" sectionFormat="of" target="RFC8032"/>. Note that this
ciphersuite does not allow applications to specify a context string as is allowed for Ed448
in <xref target="RFC8032"/>, and always sets the <xref target="RFC8032"/> context string to the empty string.
The value of the (internal to FROST) 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. If any of these checks fail,
deserialization returns an error. 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 57-byte encoding of
the Scalar value.</li>
              <li>DeserializeScalar(buf): Implemented by attempting to deserialize a Scalar from a
little-endian 57-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 with 114 bytes of output
            </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 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 <tt>[4][z]B = [4]R + [4][c]PK</tt>
(changed to use the notation in this document).</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 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. (As noted in the specification, validation of the point
order is not required since the cofactor is 1.) If any of 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, which has 32 bytes of output
            </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"/>, 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 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. (As noted in the specification, validation of the point
order is not required since the cofactor is 1.) If any of 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, which has 32 bytes of output
            </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 compatibility with <xref target="RFC8032"/>.</li>
          <li>The group MUST be of prime-order, and all deserialization functions MUST
  output elements that belong 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="StrongerSec22"/>. At a high
level, FROST provides security against Existential Unforgeability Under Chosen Message
Attack (EUF-CMA) attacks, as defined in <xref target="StrongerSec22"/>. Satisfying this requirement
requires the ciphersuite to adhere to the requirements in <xref target="ciphersuite-reqs"/>, as well
as the following assumptions to hold.</t>
      <ul spacing="normal">
        <li>The signer key shares are generated and distributed securely, e.g., via a trusted dealer
that performs key generation (see <xref target="dep-vss"/>) or through a distributed key generation protocol.</li>
        <li>The Coordinator and at most <tt>(MIN_PARTICIPANTS-1)</tt> participants may be corrupted.</li>
      </ul>
      <t>Note that the Coordinator is not trusted with any private information and communication
at the time of signing can be performed over a public channel, as long as it is
authenticated and reliable.</t>
      <t>FROST provides security against denial of service attacks under the following assumptions:</t>
      <ul spacing="normal">
        <li>The Coordinator does not perform a denial of service attack.</li>
        <li>The Coordinator identifies misbehaving participants such that they can be removed from
future invocations of FROST. The Coordinator may also abort upon detecting a misbehaving
participant to ensure that invalid signatures are not produced.</li>
      </ul>
      <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. Preventing denial-of-service attacks against misbehaving participants requires the Coordinator
to identify and act on misbehaving participants; see <xref target="abort"/> for more information. While FROST
does not provide robustness, <xref target="ROAST"/> is as a wrapper protocol around FROST that does.</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="side-channel-mitigations">
        <name>Side-channel mitigations</name>
        <t>Several routines process secret values (nonces, signing keys / shares), and depending
on the implementation and deployment environment, mitigating side-channels may be
pertinent. Mitigating these side-channels requires implementing <tt>G.ScalarMult()</tt>, <tt>G.ScalarBaseMult()</tt>,
<tt>G.SerializeScalar()</tt>, and <tt>G.DeserializeScalar()</tt> in constant (value-independent) time.
The various ciphersuites lend themselves differently to specific implementation techniques
and ease of achieving side-channel resistance, though ultimately avoiding value-dependent
computation or branching is the goal.</t>
      </section>
      <section anchor="optimizations">
        <name>Optimizations</name>
        <t><xref target="StrongerSec22"/> presented an optimization to FROST that reduces the total number of scalar multiplications
from linear in the number of signing participants to a constant. However, as described in <xref target="StrongerSec22"/>,
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.
As such, the optimization is NOT RECOMENDED, and it is not covered in this document.</t>
      </section>
      <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 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>. For example, if a fictional protocol Quux decided to pre-hash its input messages,
one possible way to do so is via <tt>H(contextString || "Quux-pre-hash" || m)</tt>.</t>
      </section>
      <section anchor="message-validation">
        <name>Input Message Validation</name>
        <t>Message validation varies by application. For example, some applications may
require that participants only process messages of a certain structure. 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, some applications may require that participants only process
messages with permitted content according to some policy. In digital currency
applications, this might mean that a transaction being signed is allowed and
intended by the relevant stakeholders. Another instance of this type of message
validation is in the context of <xref target="TLS"/>, wherein implementations may
use threshold signing protocols to produce signatures of transcript hashes. In
this setting, signing participants might require the raw TLS handshake messages
to validate before computing the transcript hash that is signed.</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="29" month="November" 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-05"/>
        </reference>
        <reference anchor="HASH-TO-CURVE">
          <front>
            <title>Hashing to Elliptic Curves</title>
            <author fullname="Armando Faz-Hernandez" initials="A." surname="Faz-Hernandez">
              <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="StrongerSec22" target="https://crypto.iacr.org/2022/papers/538806_1_En_18_Chapter_OnlinePDF.pdf">
          <front>
            <title>Better than Advertised Security for Non-interactive Threshold Signatures</title>
            <author initials="M." surname="Bellare" fullname="Mihir Bellare">
              <organization/>
            </author>
            <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>
            <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="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="ROAST" target="https://eprint.iacr.org/2022/550">
          <front>
            <title>ROAST: Robust Asynchronous Schnorr Threshold Signatures</title>
            <author initials="T." surname="Ruffing" fullname="Tim Ruffing">
              <organization/>
            </author>
            <author initials="V." surname="Ronge" fullname="Viktoria Ronge">
              <organization/>
            </author>
            <author initials="E." surname="Jin" fullname="Elliott Jin">
              <organization/>
            </author>
            <author initials="J." surname="Schneider-Bensch" fullname="Jonas Schneider-Bensch">
              <organization/>
            </author>
            <author initials="D." surname="Schröder" fullname="Dominique Schröder">
              <organization/>
            </author>
            <date year="2022" month="September" day="18"/>
          </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="ShamirSecretSharing">
          <front>
            <title>How to share a secret</title>
            <author fullname="Adi Shamir" initials="A." surname="Shamir">
              <organization>Massachusetts Institute of Technology, Cambridge</organization>
            </author>
            <date month="November" year="1979"/>
          </front>
          <seriesInfo name="Communications of the ACM" value="vol. 22, no. 11, pp. 612-613"/>
          <seriesInfo name="DOI" value="10.1145/359168.359176"/>
        </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>
        <reference anchor="FeldmanSecretSharing">
          <front>
            <title>A practical scheme for non-interactive verifiable secret sharing</title>
            <author fullname="Paul Feldman" initials="P." surname="Feldman">
              <organization/>
            </author>
            <date month="October" year="1987"/>
          </front>
          <seriesInfo name="28th Annual Symposium on Foundations of Computer Science (sfcs" value="1987)"/>
          <seriesInfo name="DOI" value="10.1109/sfcs.1987.4"/>
        </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:
  - True if signature is valid, and False 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 = 1, ..., 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_PARTICIPANTS</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 (a NonZeroScalar) and the key share (a Scalar).
  - group_public_key, public key corresponding to the group signing key, an
    Element.
  - 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)
    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>.
The dealer can use a secure broadcast channel to ensure each participant has a consistent view of this commitment.
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 at least <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.
The algorithm <tt>polynomial_evaluate</tt> is defined in <xref target="dep-extended-polynomial-operations"/>.</t>
        <artwork><![CDATA[
  secret_share_shard(s, coefficients, MAX_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.

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

  def secret_share_shard(s, coefficients, MAX_PARTICIPANTS):
    # 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_shares.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_interpolate_constant</tt> is defined in <xref target="dep-extended-polynomial-operations"/>.</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:
  - s, the resulting secret that was previously split into shares, a Scalar.

  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_interpolate_constant(shares)
    return s
]]></artwork>
        <section anchor="dep-extended-polynomial-operations">
          <name>Additional polynomial operations</name>
          <t>This section describes two functions. One function, denoted <tt>polynomial_evaluate</tt>,
is for evaluating a polynomial <tt>f(x)</tt> at a particular point <tt>x</tt> using Horner's method,
i.e., computing <tt>y = f(x)</tt>. The other function, <tt>polynomial_interpolate_constant</tt>, is for
recovering the constant term of an interpolating polynomial defined by a set of points.</t>
          <t>The function <tt>polynomial_evaluate</tt> is defined as follows.</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 = Scalar(0)
    for coeff in reverse(coeffs):
      value *= x
      value += coeff
    return value
]]></artwork>
          <t>The function <tt>polynomial_interpolate_constant</tt> is defined as follows.</t>
          <artwork><![CDATA[
  Inputs:
  - points, a set of t points with distinct x coordinates on a polynomial f,
    each a tuple of two Scalar values representing the x and y coordinates.

  Outputs:
  - f_zero, the constant term of f, i.e., f(0), a Scalar.

  def polynomial_interpolate_constant(points):
    x_coords = []
    for (x, y) in points:
      x_coords.append(x)

    f_zero = Scalar(0)
    for (x, y) in points:
      delta = y * derive_interpolating_value(x, x_coords)
      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) <xref target="FeldmanSecretSharing"/>
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:
  - vss_commitment, a vector commitment to each of the coefficients in coeffs, where
  each item of the vector commitment is an Element.

  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 (a NonZeroScalar), 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:
  - True if sk_i is valid, and False otherwise.

  vss_verify(share_i, vss_commitment)
    (i, sk_i) = share_i
    S_i = G.ScalarBaseMult(sk_i)
    S_i' = G.Identity()
    for j in range(0, MIN_PARTICIPANTS):
      S_i' += G.ScalarMult(vss_commitment[j], pow(i, j))
    return S_i == S_i'
]]></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.

  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 |p - 2<sup>b</sup>| is less than 2<sup>(b/2)</sup>, 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+y962IbR5Im+r+eotb+0WQbgKoKhUJBbs0MrYulbdnSinL3
zrg9RF3JskCAgwJE0Zd9ln2K8wDnvNj5IiIzK+sCivJtPbPmTNMUUJWXyLh8
ERkZOR6PnV21WxX33Y9eX2/Grzb7de6+vtgW9cVmlbun2cV6s926p9X5Otnt
8bF7Xe0u3CevXpy+/shJ0nRbvMW76t/5Jlsnl2gs3yblblxtd+U4K7fn43K7
qXdjP3CyZFecb7Y3991qXW4cp7ra3nd32329Czxv4QVOsi2S++7nxbrYJivn
erN9c77d7K/uuw+fvPrceVPc4KP8vvtsvSu262I3fkQ9OU69S9b5WbLarNH7
TVE79WWy3Z39x36zK+r77nrjXFX33a93m2zk1pvtbluUNf66uaQ/vnGcZL+7
2GzvO+7YxcjwxqOJ+3CzXm9WqxvHxY/M61FRbfNt0f5qsz1P1tV3ya7arO+7
/5YlNQhEhORP+JHiMqlWIMt+u7/MaLb71f7yX87p00m2uWy6fThx/7q5XG2s
Ph9eFKu6SKzP2x1+ta7eFtu62t24m9L9Owi8XW02o1sHkr2hxv5lf62enmRJ
M4ZnE/dzLH5abM+tYTxL1u2P7zIKu88qWZ8f6BGzPpm4f99s8ta8t1W921xd
FNvWt+1+H642+7xcgW1a80uu/+WiSK6q9Xla7eoJOMVxwMmXeOttgWV23y0m
UXCf39EC8HKfrqrM/Wtx4z7c3lztNufb5Orixi03W3d3UbhPqnWyzqpk5Z4W
27dVBmF4ts6xmMTO9MDj1aq62qGJh/vt28J9VJ1XO3paC497sgLvQ34u3aPH
Dx+dnhx/xAPA+qD/LzdvRy6kYMaf1cW2KmoSEhmk63508uXpR/fd/0kDH5vn
DOPyz1j9l6l038Ub+OD08UO/PdPOQO3ZjtxTEqVkm9c88cdlWWVVsd61afI5
CeXIxZJP3EBmsUu258Xuvnux213V9+/dq4vsfIJh0B/++G0wucpLa7ok7zK4
zjK8KiARl8U6L/IeRTdY3rX7MtmCQ8BH9a8z2mBotL7n0GpYLMRKL/DuD7ZX
XG2r9W5SJdmWmw28wLsXz5p2b1W7w+p2YL0P6ojmu57g6hkFHjTyOAhoFXbb
zfq82J5i8sHwhDImaGtCwb2r5AqrcG82jWMvOvPPHq/P/Pjs4UVyhdU5e7Fe
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
pNa11NqbUzEhVVys6axVC+2QuukcBNUns0VHdQizsXvX8XshE91zSzboCLYH
lFH2SVeyokv8orC5+VLWj2n71D+67JMyMzcjPD1qW5d//PCPH9yPthebj+RP
Ol0pkbxtYRgiCoWaeXVeqOLb6p5Am+aq/KYE5reFqoTaFhddohM+8n614ZbY
/HxyN+Mj/PM0eN8c/1PMYvpTVorDzv+Z1ir8KbO8rM/NHFU7s5/SDr632qGE
3e0l5yc8DZSHb/uZ5rrb5sroERfAPeBm2chqpCqEbi7p8nCKk94xJaWLDidz
kmjTbnPwjm8W3SYVJ1FTRdIWclHoWexBY37o+krBsF/H33z93TefUWH5+JtX
gHv0QfbNy78unSPJQOawUpMErRBR98rpYxt/H3CCv/+47/QeQuZ2Ez8Fmf8k
/Pzq2enrV49fv36BTg+B6NbAaKn1Ow+ejR9Nqu2uHGfl9nxsPzfOiywpQ0K6
vyDUNj3fDWs3T/8XQ9tNttif+Aby4k9Wso1k7P23zux/Z4jbmsGj4leawU9E
3Qypi4p20pvBsdBRlWFWKyox7L3I+g/Y+QfsfI95/kGDTqr0L3HPy+TqSu+R
0qhVgi/HCXVZjl5wtZGWxmUNJ6FWfe9Hiv1h0Ubxrz6uXwD7/XqD+z1Btg9B
UVakYCxRUg5vW9HCdmD9PcFCipsPAhJ++8NihWjrwyOFQQsJdoXcjp02O5G8
8dTeZMNA9DZRdx+Fy8XXereKp8RjdXTUToNbzuFdXSc3rFclZGE90G1WhYJJ
j96YLK8eTjti54VOZ+F5XqLjO8U+iZh6GQ7FPmnx7hD5DMOIVOg09mMvimJv
ES9mvg80FnjefBpH8xCwbBYGUYxmplG0CEJ8FAf+PI7o4XAWzmfeNI5nfwRB
bw8jBv+pg6DBH0HQ/6uDoLP53dDob4Y09YB+a6Q5ABHFHDIM9/3fLirJs0CH
drjrFw11/dK24f1g9COgHba/atpe6z9dIhgG/GWJwM0KIX4NIvwqUc//fLzw
e8LYv/+oaPCrRUVDExUNJSoa/vyo6MsxFKKEQ29zM/ixAyHPWx2MnxTyfElg
GU0PYWYZyVFdZFf4Y+sfg/jvFpPoEG723pXqx1M/ZecnzYqoTJI8mfvzRRGH
5TRdZEkWlFk0pbSE96Nl1f9/MazcBABJcqB0qDzj49WKkpyy8cP99m0xfklo
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
w4muVtB048+2QEQjjk0/3Ky3CWj2+Wb/tkgchfurraZxbzKSAKF24posn8/b
Wyd/a92GiEZfcoYH5zBJgnjNGLCX+KMI3St4b9UxZ2I0ySDUut64WXdvi+lv
GYLGO7dJnbWuSRHvlF0Ts98i6YvtUi7cY682O4VeuEl281pF/dRhVrmsWyXF
S8TyjrNo77o6S+78jDtnX08cvNbH8vJyZOW/GE+vyf3vN6QUXj14/a/attdK
ROKAiYBdtSelhM2h7TQTJTlKKCwPjKM2ApscjMmxvo6wO5QjuSD4DV0X276s
kL+w7C49PXwT85uRHpaEKV1TNf5XvPP4lolw0Qi+jql9CoG/eDV0T9NWvnv5
1+FrEuVbvrcJxlue6d9xyw9dvTn8yMu/qob0BU9nsm4PmqaBL1ULhDRrOURA
zT0NjjqvSVt0JfHW/cQ9ytw/0+zde/dMOS2l4aT8VmvDSNXVkNuLX7WvKx5m
W8XoKlILxu2LvAAjbT1y7UM6pzr3nI8yVDvrnp3Evhb5FSuIzVrXlGldsWtl
m/WVwmSIu2XER/oCbLpG7wCTK1CleP3QbeP0+W5PAFjd36z2kzia1Myi2dzW
N3baVxWOWvcPduVD3ybYv83q9jsEb5k22ENLHc//d8nIUjVmSPa+a65Ne9W/
LW3kZsc2K9v3on1M1OTkqkecQub+FXxkmc/vP6atOEkvgzl8YXuHnSSFJohT
1bLDQJvDhES6eWoNEKbItHxmUt9I2atLKUVbLuvl0J4XLzUfNzu9SC6rrWXp
eevsVN7Gl7owWmfDliZW86smxdHkxrEdJuhYqFE4+nossJ11WU2tL9FdVpIG
PZlMRr1r7WH4VNhdhTcoZLfsPdW5fPi17B9r8ladTGUS8aWi65nQkO4QBBmX
TTqLunUpoayBhP1Acyufkxa766Iw0W1lmJjc+tKygTFqyyrkqBgrXDLbN6OS
Z9SVfuD1FPjlSCWALB0zuFE7h9NeD4UNFGu00xoPTZq4TrEZSOwfN5fInW82
ubW9K1oiOKY9sMKssI6QJhwhb/KeCfGYWHr/dllqanoMyhVXnYb44uZc0l0H
7zlWZFJowOb5Bh2ok08mxZqvZsxVbH7n0u3pO/fLujmAUlCC+dWNaNXu8o26
KQ9mYppWrHlVxRzVRielU9poPFUVNbf4gkmWgeM6rXX1uH2BpMroJGLUfQFy
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

-->

</rfc>
