<?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.36 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-irtf-cfrg-frost-14" category="info" submissionType="IRTF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.4 -->
  <front>
    <title abbrev="FROST">Two-Round Threshold Schnorr Signatures with FROST</title>
    <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-frost-14"/>
    <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="July" day="10"/>
    <area>General</area>
    <workgroup>CFRG</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 88?>

<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>
    <?line 100?>

<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-13 and draft-14</t>
        <ul spacing="normal">
          <li>Hash group public key into binding computation (#439)</li>
          <li>Finalize test vectors (#442)</li>
        </ul>
        <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.
<?line -6?>
      </t>
      <t>The following notation is used throughout the document.</t>
      <ul spacing="normal">
        <li>byte: A sequence of eight bits.</li>
        <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[
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[
Inputs:
- L, the list of x-coordinates, each a NonZeroScalar.
- x_i, an x-coordinate contained in L, 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(L, x_i):
  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, message to be signed, and group public key.</t>
        <artwork><![CDATA[
Inputs:
- group_public_key, the public key corresponding to the group signing
  key, an Element.
- 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(group_public_key, commitment_list, msg):
  group_public_key_enc = G.SerializeElement(group_public_key)
  // Hashed to a fixed-length.
  msg_hash = H4(msg)
  // Hashed to a fixed-length.
  encoded_commitment_hash =
      H5(encode_group_commitment_list(commitment_list))
  // The encoding of the group public key is a fixed length within a ciphersuite.
  rho_input_prefix = group_public_key_enc || 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)
    binding_nonce = G.ScalarMult(
        binding_nonce_commitment,
        binding_factor)
    group_commitment = (
        group_commitment +
        hiding_nonce_commitment +
        binding_nonce)
  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="dep-shamir"/> 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, and that all
messages sent over the wire are encoded appropriately, e.g., that Scalars and Elements are
encoded using their respective functions.</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)
  nonces = (hiding_nonce, binding_nonce)
  comms = (hiding_nonce_commitment, binding_nonce_commitment)
  return (nonces, comms)
]]></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 = [(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:
- 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(group_public_key, 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(participant_list, identifier)

  # 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 aggregates them to produce the final
signature using the following procedure.</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, a byte string.
- group_public_key, public key corresponding to the group signing
  key, an Element.
- 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, group_public_key, sig_shares):
  # Compute the binding factors
  binding_factor_list = compute_binding_factors(group_public_key, 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 from the aggregation step is the output signature (R, z). The canonical encoding
of this signature is 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 = [(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.
- 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(group_public_key, 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(x_list, identifier)

  # 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.
Identifying misbehaving participants that produce invalid shares can be done by checking
signature shares from each participant using <tt>verify_signature_share</tt> as described in <xref target="frost-aggregation"/>.
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-v1".</t>
        <ul spacing="normal">
          <li>
            <t>Group: edwards25519 <xref target="RFC8032"/>, where Ne = 32 and Ns = 32.
            </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>
        <t>Canonical signature encoding is as specified in <xref target="sig-encoding"/>.</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-v1".</t>
        <ul spacing="normal">
          <li>
            <t>Group: ristretto255 <xref target="RISTRETTO"/>,
where Ne = 32 and Ns = 32.
            </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>
        <t>Canonical signature encoding is as specified in <xref target="sig-encoding"/>.</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-v1".</t>
        <ul spacing="normal">
          <li>
            <t>Group: edwards448 <xref target="RFC8032"/>, where Ne = 57 and Ns = 57.
            </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>
        <t>Canonical signature encoding is as specified in <xref target="sig-encoding"/>.</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-v1".</t>
        <ul spacing="normal">
          <li>
            <t>Group: P-256 (secp256r1) <xref target="x9.62"/>, where Ne = 33 and Ns = 32.
            </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>
        <t>Canonical signature encoding is as specified in <xref target="sig-encoding"/>.</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-v1".</t>
        <ul spacing="normal">
          <li>
            <t>Group: secp256k1 <xref target="SEC2"/>, where Ne = 33 and Ns = 32.
            </t>
            <ul spacing="normal">
              <li>Order(): Return 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141.</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>
        <t>Canonical signature encoding is as specified in <xref target="sig-encoding"/>.</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 H2 alone to maintain 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>
          <li>The canonical signature encoding details are clearly specified.</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>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document makes no IANA requests.</t>
    </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"/>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara"/>
            <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"/>
            <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"/>
            <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="3" month="April" year="2023"/>
            <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.

   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-ristretto255-decaf448-07"/>
        </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"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="RFC7748">
          <front>
            <title>Elliptic Curves for Security</title>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <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"/>
            <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="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="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>
    <?line 1365?>

<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="sig-encoding">
      <name>Schnorr Signature Encoding</name>
      <t>This section describes one possible canonical encoding of FROST signatures. Using notation
from <xref section="3" sectionFormat="of" target="TLS"/>, the encoding of a FROST signature (R, z) is as follows:</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> and <tt>G</tt> is determined by ciphersuite.</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[
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[
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 <xref target="ShamirSecretSharing"/>, 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.
Furthermore, 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[
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[
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[
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_coords, x)
    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[
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[
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.

def 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[
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.

def 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 NonZeroScalar 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 NonZeroScalar 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
participant_list: 1,3
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

// Signer round one outputs
P1 hiding_nonce_randomness: 0fd2e39e111cdc266f6c0f4d0fd45c947761f1f5d
3cb583dfcb9bbaf8d4c9fec
P1 binding_nonce_randomness: 69cd85f631d5f7f2721ed5e40519b1366f340a87
c2f6856363dbdcda348a7501
P1 hiding_nonce: 812d6104142944d5a55924de6d49940956206909f2acaeedecda
2b726e630407
P1 binding_nonce: b1110165fc2334149750b28dd813a39244f315cff14d4e89e61
42f262ed83301
P1 hiding_nonce_commitment: b5aa8ab305882a6fc69cbee9327e5a45e54c08af6
1ae77cb8207be3d2ce13de3
P1 binding_nonce_commitment: 67e98ab55aa310c3120418e5050c9cf76cf387cb
20ac9e4b6fdb6f82a469f932
P1 binding_factor_input: 15d21ccd7ee42959562fc8aa63224c8851fb3ec85a3f
af66040d380fb9738673504df914fa965023fb75c25ded4bb260f417de6d32e5c442c
6ba313791cc9a4948d6273e8d3511f93348ea7a708a9b862bc73ba2a79cfdfe07729a
193751cbc973af46d8ac3440e518d4ce440a0e7d4ad5f62ca8940f32de6d8dc00fc12
c660b817d587d82f856d277ce6473cae6d2f5763f7da2e8b4d799a3f3e725d4522ec7
0100000000000000000000000000000000000000000000000000000000000000
P1 binding_factor: f2cb9d7dd9beff688da6fcc83fa89046b3479417f47f55600b
106760eb3b5603
P3 hiding_nonce_randomness: 86d64a260059e495d0fb4fcc17ea3da7452391baa
494d4b00321098ed2a0062f
P3 binding_nonce_randomness: 13e6b25afb2eba51716a9a7d44130c0dbae0004a
9ef8d7b5550c8a0e07c61775
P3 hiding_nonce: c256de65476204095ebdc01bd11dc10e57b36bc96284595b8215
222374f99c0e
P3 binding_nonce: 243d71944d929063bc51205714ae3c2218bd3451d0214dfb5ae
ec2a90c35180d
P3 hiding_nonce_commitment: cfbdb165bd8aad6eb79deb8d287bcc0ab6658ae57
fdcc98ed12c0669e90aec91
P3 binding_nonce_commitment: 7487bc41a6e712eea2f2af24681b58b1cf1da278
ea11fe4e8b78398965f13552
P3 binding_factor_input: 15d21ccd7ee42959562fc8aa63224c8851fb3ec85a3f
af66040d380fb9738673504df914fa965023fb75c25ded4bb260f417de6d32e5c442c
6ba313791cc9a4948d6273e8d3511f93348ea7a708a9b862bc73ba2a79cfdfe07729a
193751cbc973af46d8ac3440e518d4ce440a0e7d4ad5f62ca8940f32de6d8dc00fc12
c660b817d587d82f856d277ce6473cae6d2f5763f7da2e8b4d799a3f3e725d4522ec7
0300000000000000000000000000000000000000000000000000000000000000
P3 binding_factor: b087686bf35a13f3dc78e780a34b0fe8a77fef1b9938c563f5
573d71d8d7890f

// Signer round two outputs
P1 sig_share: 001719ab5a53ee1a12095cd088fd149702c0720ce5fd2f29dbecf24
b7281b603
P3 sig_share: bd86125de990acc5e1f13781d8e32c03a9bbd4c53539bbc106058bf
d14326007

sig: 36282629c383bb820a88b71cae937d41f2f2adfcc3d02e55507e2fb9e2dd3cbe
bd9d2b0844e49ae0f3fa935161e1419aab7b47d21a37ebeae1f17d4987b3160b
]]></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
participant_list: 1,3
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

// Signer round one outputs
P1 hiding_nonce_randomness: 9cda90c98863ef3141b75f09375757286b4bc323d
d61aeb45c07de45e4937bbd
P1 binding_nonce_randomness: 781bf4881ffe1aa06f9341a747179f07a49745f8
cd37d4696f226aa065683c0a
P1 hiding_nonce: f922beb51a5ac88d1e862278d89e12c05263b945147db04b9566
acb2b5b0f7422ccea4f9286f4f80e6b646e72143eeaecc0e5988f8b2b93100
P1 binding_nonce: 1890f16a120cdeac092df29955a29c7cf29c13f6f7be60e63d6
3f3824f2d37e9c3a002dfefc232972dc08658a8c37c3ec06a0c5dc146150500
P1 hiding_nonce_commitment: 3518c2246c874569e54ab254cb1da666ca30f7879
605cc43b4d2c47a521f8b5716080ab723d3a0cd04b7e41f3cc1d3031c94ccf3829b23
fe80
P1 binding_nonce_commitment: 11b3d5220c57d02057497de3c4eebab384900206
592d877059b0a5f1d5250d002682f0e22dff096c46bb81b46d60fcfe7752ed47cea76
c3900
P1 binding_factor_input: 3832f82fda00ff5365b0376df705675b63d2a93c24c6
e81d40801ba265632be10f443f95968fadb70d10786827f30dc001c8d0f9b7c1d1b00
0e9a0f30b97fe77ef751b08d4e252a3719ae9135e7f7926f7e3b7dd6656b27089ca35
4997fe5a633aa0946c89f022462e7e9d50fd6ef313f72d956ea4571089427daa1862f
623a41625177d91e4a8f350ce9c8bd3bc7c766515dc1dd3a0eab93777526b616cccb1
48fe1e5992dc1ae705c8ba2f97ca8983328d41d375ed1e5fde5c9d672121c9e8f177f
4a1a9b2575961531b33f054451363c8f27618382cd66ce14ad93b68dac6a09f5edcbc
cc813906b3fc50b8fef1cc09757b06646f38ceed1674cd6ced28a59c93851b325c6a9
ef6a4b3b88860b7138ee246034561c7460db0b3fae501000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000
P1 binding_factor: 71966390dfdbed73cf9b79486f3b70e23b243e6c40638fb559
98642a60109daecbfcb879eed9fe7dbbed8d9e47317715a5740f772173342e00
P3 hiding_nonce_randomness: b3adf97ceea770e703ab295babf311d77e956a20d
3452b4b3344aa89a828e6df
P3 binding_nonce_randomness: 81dbe7742b0920930299197322b255734e52bbb9
1f50cfe8ce689f56fadbce31
P3 hiding_nonce: ccb5c1e82f23e0a4b966b824dbc7b0ef1cc5f56eeac2a4126e2b
2143c5f3a4d890c52d27803abcf94927faf3fc405c0b2123a57a93cefa3b00
P3 binding_nonce: e089df9bf311cf711e2a24ea27af53e07b846d09692fe11035a
1112f04d8b7462a62f34d8c01493a22b57a1cbf1f0a46c77d64d46449a90100
P3 hiding_nonce_commitment: 1254546d7d104c04e4fbcf29e05747e2edd392f67
87d05a6216f3713ef859efe573d180d291e48411e5e3006e9f90ee986ccc26b7a4249
0b80
P3 binding_nonce_commitment: 3ef0cec20be15e56b3ddcb6f7b956fca0c8f7199
0f45316b537b4f64c5e8763e6629d7262ff7cd0235d0781f23be97bf8fa8817643ea1
9cd00
P3 binding_factor_input: 3832f82fda00ff5365b0376df705675b63d2a93c24c6
e81d40801ba265632be10f443f95968fadb70d10786827f30dc001c8d0f9b7c1d1b00
0e9a0f30b97fe77ef751b08d4e252a3719ae9135e7f7926f7e3b7dd6656b27089ca35
4997fe5a633aa0946c89f022462e7e9d50fd6ef313f72d956ea4571089427daa1862f
623a41625177d91e4a8f350ce9c8bd3bc7c766515dc1dd3a0eab93777526b616cccb1
48fe1e5992dc1ae705c8ba2f97ca8983328d41d375ed1e5fde5c9d672121c9e8f177f
4a1a9b2575961531b33f054451363c8f27618382cd66ce14ad93b68dac6a09f5edcbc
cc813906b3fc50b8fef1cc09757b06646f38ceed1674cd6ced28a59c93851b325c6a9
ef6a4b3b88860b7138ee246034561c7460db0b3fae503000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000
P3 binding_factor: 236a6f7239ac2019334bad21323ec93bef2fead37bd5511435
6419f3fc1fb59f797f44079f28b1a64f51dd0a113f90f2c3a1c27d2faa4f1300

// Signer round two outputs
P1 sig_share: e1eb9bfbef792776b7103891032788406c070c5c315e3bf5d64acd4
6ea8855e85b53146150a09149665cbfec71626810b575e6f4dbe9ba3700
P3 sig_share: 815434eb0b9f9242d54b8baf2141fe28976cabe5f441ccfcd5ee7cd
b4b52185b02b99e6de28e2ab086c7764068c5a01b5300986b9f084f3e00

sig: cd642cba59c449dad8e896a78a60e8edfcbd9040df524370891ff8077d47ce72
1d683874483795f0d85efcbd642c4510614328605a19c6ed806ffb773b6956419537c
dfdb2b2a51948733de192dcc4b82dc31580a536db6d435e0cb3ce322fbcf9ec23362d
da27092c08767e607bf2093600
]]></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
participant_list: 1,3
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

// Signer round one outputs
P1 hiding_nonce_randomness: f595a133b4d95c6e1f79887220c8b275ce6277e7f
68a6640e1e7140f9be2fb5c
P1 binding_nonce_randomness: 34dd1001360e3513cb37bebfabe7be4a32c5bb91
ba19fbd4360d039111f0fbdc
P1 hiding_nonce: 214f2cabb86ed71427ea7ad4283b0fae26b6746c801ce824b83c
eb2b99278c03
P1 binding_nonce: c9b8f5e16770d15603f744f8694c44e335e8faef00dad182b8d
7a34a62552f0c
P1 hiding_nonce_commitment: 965def4d0958398391fc06d8c2d72932608b1e625
5226de4fb8d972dac15fd57
P1 binding_nonce_commitment: ec5170920660820007ae9e1d363936659ef622f9
9879898db86e5bf1d5bf2a14
P1 binding_factor_input: e2a62f39eede11269e3bd5a7d97554f5ca384f9f6d3d
d9c3c0d05083c7254f572889dde2854e26377a16caf77dfee5f6be8fe5b4c80318da8
4698a4161021b033911db5ef8205362701bc9ecd983027814abee94f46d094943a2f4
b79a6e4d4603e52c435d8344554942a0a472d8ad84320585b8da3ae5b9ce31cd1903f
795c1af66de22af1a45f652cd05ee446b1b4091aaccc91e2471cd18a85a659cecd11f
0100000000000000000000000000000000000000000000000000000000000000
P1 binding_factor: 8967fd70fa06a58e5912603317fa94c77626395a695a0e4e4e
fc4476662eba0c
P3 hiding_nonce_randomness: daa0cf42a32617786d390e0c7edfbf2efbd428037
069357b5173ae61d6dd5d5e
P3 binding_nonce_randomness: b4387e72b2e4108ce4168931cc2c7fcce5f345a5
297368952c18b5fc8473f050
P3 hiding_nonce: 3f7927872b0f9051dd98dd73eb2b91494173bbe0feb65a3e7e58
d3e2318fa40f
P3 binding_nonce: ffd79445fb8030f0a3ddd3861aa4b42b618759282bfe24f1f93
04c7009728305
P3 hiding_nonce_commitment: 480e06e3de182bf83489c45d7441879932fd7b434
a26af41455756264fbd5d6e
P3 binding_nonce_commitment: 3064746dfd3c1862ef58fc68c706da287dd92506
6865ceacc816b3a28c7b363b
P3 binding_factor_input: e2a62f39eede11269e3bd5a7d97554f5ca384f9f6d3d
d9c3c0d05083c7254f572889dde2854e26377a16caf77dfee5f6be8fe5b4c80318da8
4698a4161021b033911db5ef8205362701bc9ecd983027814abee94f46d094943a2f4
b79a6e4d4603e52c435d8344554942a0a472d8ad84320585b8da3ae5b9ce31cd1903f
795c1af66de22af1a45f652cd05ee446b1b4091aaccc91e2471cd18a85a659cecd11f
0300000000000000000000000000000000000000000000000000000000000000
P3 binding_factor: f2c1bb7c33a10511158c2f1766a4a5fadf9f86f2a92692ed33
3128277cc31006

// Signer round two outputs
P1 sig_share: 9285f875923ce7e0c491a592e9ea1865ec1b823ead4854b48c8a462
87749ee09
P3 sig_share: 7cb211fe0e3d59d25db6e36b3fb32344794139602a7b24f1ae0dc4e
26ad7b908

sig: fc45655fbc66bbffad654ea4ce5fdae253a49a64ace25d9adb62010dd9fb2555
2164141787162e5b4cab915b4aa45d94655dbb9ed7c378a53b980a0be220a802
]]></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
participant_list: 1,3
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

// Signer round one outputs
P1 hiding_nonce_randomness: ec4c891c85fee802a9d757a67d1252e7f4e5efb8a
538991ac18fbd0e06fb6fd3
P1 binding_nonce_randomness: 9334e29d09061223f69a09421715a347e4e6deba
77444c8f42b0c833f80f4ef9
P1 hiding_nonce: 9f0542a5ba879a58f255c09f06da7102ef6a2dec6279700c656d
58394d8facd4
P1 binding_nonce: 6513dfe7429aa2fc972c69bb495b27118c45bbc6e654bb9dc9b
e55385b55c0d7
P1 hiding_nonce_commitment: 0213b3e6298bf8ad46fd5e9389519a8665d63d98f
4ec6a1fcca434e809d2d8070e
P1 binding_nonce_commitment: 02188ff1390bf69374d7b272e454b1878ef10a6b
6ea3ff36f114b300b4dbd5233b
P1 binding_factor_input: 023a309ad94e9fe8a7ba45dfc58f38bf091959d3c99c
fbd02b4dc00585ec45ab70825371853e974bc30ac5b947b216d70461919666584c70c
51f9f56f117736c5d178dd0b521ad9c1abe98048419cbdec81504c85e12eb40e3bcb6
ec73d3fc4afd000000000000000000000000000000000000000000000000000000000
0000001
P1 binding_factor: 7925f0d4693f204e6e59233e92227c7124664a99739d2c06b8
1cf64ddf90559e
P3 hiding_nonce_randomness: c0451c5a0a5480d6c1f860e5db7d655233dca2669
fd90ff048454b8ce983367b
P3 binding_nonce_randomness: 2ba5f7793ae700e40e78937a82f407dd35e847e3
3d1e607b5c7eb6ed2a8ed799
P3 hiding_nonce: f73444a8972bcda9e506bbca3d2b1c083c10facdf4bb5d47fef7
c2dc1d9f2a0d
P3 binding_nonce: 44c6a29075d6e7e4f8b97796205f9e22062e7835141470afe94
17fd317c1c303
P3 hiding_nonce_commitment: 033ac9a5fe4a8b57316ba1c34e8a6de453033b750
e8984924a984eb67a11e73a3f
P3 binding_nonce_commitment: 03a7a2480ee16199262e648aea3acab628a53e9b
8c1945078f2ddfbdc98b7df369
P3 binding_factor_input: 023a309ad94e9fe8a7ba45dfc58f38bf091959d3c99c
fbd02b4dc00585ec45ab70825371853e974bc30ac5b947b216d70461919666584c70c
51f9f56f117736c5d178dd0b521ad9c1abe98048419cbdec81504c85e12eb40e3bcb6
ec73d3fc4afd000000000000000000000000000000000000000000000000000000000
0000003
P3 binding_factor: e10d24a8a403723bcb6f9bb4c537f316593683b472f7a89f16
6630dde11822c4

// Signer round two outputs
P1 sig_share: 400308eaed7a2ddee02a265abe6a1cfe04d946ee8720768899619cf
abe7a3aeb
P3 sig_share: 561da3c179edbb0502d941bb3e3ace3c37d122aaa46fb54499f15f3
a3331de44

sig: 026d8d434874f87bdb7bc0dfd239b2c00639044f9dcb195e9a04426f70bfa4b7
0d9620acac6767e8e3e3036815fca4eb3a3caa69992b902bcd3352fc34f1ac192f
]]></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
participant_list: 1,3
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

// Signer round one outputs
P1 hiding_nonce_randomness: 7ea5ed09af19f6ff21040c07ec2d2adbd35b759da
5a401d4c99dd26b82391cb2
P1 binding_nonce_randomness: 47acab018f116020c10cb9b9abdc7ac10aae1b48
ca6e36dc15acb6ec9be5cdc5
P1 hiding_nonce: 841d3a6450d7580b4da83c8e618414d0f024391f2aeb511d7579
224420aa81f0
P1 binding_nonce: 8d2624f532af631377f33cf44b5ac5f849067cae2eacb88680a
31e77c79b5a80
P1 hiding_nonce_commitment: 03c699af97d26bb4d3f05232ec5e1938c12f1e6ae
97643c8f8f11c9820303f1904
P1 binding_nonce_commitment: 02fa2aaccd51b948c9dc1a325d77226e98a5a3fe
65fe9ba213761a60123040a45e
P1 binding_factor_input: 02f37c34b66ced1fb51c34a90bdae006901f10625cc0
6c4f64663b0eae87d87b4fff9b5210ffbb3c07a73a7c8935be4a8c62cf015f6cf7ade
6efac09a6513540fc3f5a816aaebc2114a811a415d7a55db7c5cbc1cf27183e79dd9d
ef941b5d4801000000000000000000000000000000000000000000000000000000000
0000001
P1 binding_factor: 3e08fe561e075c653cbfd46908a10e7637c70c74f0a77d5fd4
5d1a750c739ec6
P3 hiding_nonce_randomness: e6cc56ccbd0502b3f6f831d91e2ebd01c4de0479e
0191b66895a4ffd9b68d544
P3 binding_nonce_randomness: 7203d55eb82a5ca0d7d83674541ab55f6e76f1b8
5391d2c13706a89a064fd5b9
P3 hiding_nonce: 2b19b13f193f4ce83a399362a90cdc1e0ddcd83e57089a7af0bd
ca71d47869b2
P3 binding_nonce: 7a443bde83dc63ef52dda354005225ba0e553243402a4705ce2
8ffaafe0f5b98
P3 hiding_nonce_commitment: 03077507ba327fc074d2793955ef3410ee3f03b82
b4cdc2370f71d865beb926ef6
P3 binding_nonce_commitment: 02ad53031ddfbbacfc5fbda3d3b0c2445c8e3e99
cbc4ca2db2aa283fa68525b135
P3 binding_factor_input: 02f37c34b66ced1fb51c34a90bdae006901f10625cc0
6c4f64663b0eae87d87b4fff9b5210ffbb3c07a73a7c8935be4a8c62cf015f6cf7ade
6efac09a6513540fc3f5a816aaebc2114a811a415d7a55db7c5cbc1cf27183e79dd9d
ef941b5d4801000000000000000000000000000000000000000000000000000000000
0000003
P3 binding_factor: 93f79041bb3fd266105be251adaeb5fd7f8b104fb554a4ba9a
0becea48ddbfd7

// Signer round two outputs
P1 sig_share: c4fce1775a1e141fb579944166eab0d65eefe7b98d480a569bbbfcb
14f91c197
P3 sig_share: 0160fd0d388932f4826d2ebcd6b9eaba734f7c71cf25b4279a4ca25
81e47b18d

sig: 0205b6d04d3774c8929413e3c76024d54149c372d57aae62574ed74319b5ea14
d0c65dde8492a7471437e6c2fe3da49b90d23f642b5c6dbe7e36089f096dd97324
]]></artwork>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+y96WIbR5Iu+r+eosb+0WQbgFALNrk1c2gtlk5byxHl7plx
+xC1ZJHVAgEOChBFL/Ms9ynuA9z7YveLiMysrAUU5aWvZ4450zQFVOUSGcsX
kZGRw+HQ25W7lbrvf/LmejN8vdmvc//NxVZVF5tV7p9mF+vNduuflufrZLfH
x/51ubvwn7x+efrmEy9J0616h3f1v/NNtk4u0Vi+TYrdsNzuimFWbM+HxXZT
7YZB7GXJTp1vtjf3/XJdbLxqn16WVVVu1rubK7z37PWbJ55XXm3v+7vtvtqF
4/FiHHrJViX3/S/VWm2TlXe92b493272V/f9h09ef+m9VTf4KMfb653artVu
+Ii697xql6zzs2S1WaPpG1V51WWy3Z39x36zU9V9f73xrsr7/je7TTbwq812
t1VFhb9uLumPbz0v2e8uNtv7nj/0MVy88WjkP9ys15vV6sbz8SOTfaTKbb5V
za822/NkXX6X7DC3+/6/Z0kFqhF1+RN+RF0m5Qq02m/3lxnNdr/aX/6Pc/p0
lG0u624fjvw/by5XG6fPhxdqVanE+bzZ4dfr8p3aVuXuxt8U/l9B9e1qsxnc
OpDsLTX2P/bX+ulRltRjeDbyvwRHpGp77gzjWbJufnyXUbh9lsn6/ECPmPXJ
yP/rZpM35r0tq93m6kJtG982+3242uzzYgW2acwvuf4fFyq5KtfnabmrRuAU
zwN7X+KtdwrL7L9fjKbhfX7HSMWrfboqM//P6sZ/uL252m3Ot8nVxY1fbLb+
7kL5T8p1ss7KZOWfqu27MoOEPFvnWEzicXrg8WpVXu3QxMP99p3yH5Xn5Y6e
NhLln6wgEBCqS//o8cNHpyfHn/AAsD7o/8Xm3cCHFEz4s0ptS1WR5Mggff+T
kxenn9z3/5UGPrTPWcbln6H+L1Ppvo838MHp44dBc6atgbqzHfinJErJNq94
4o+LosxKtd41afIlCeXAx5KP/FBmsUu252p337/Y7a6q+/fuVSo7H2EY9Ecw
fBeOrvLCmS7JuwyutQyvFSTiUq1zlXcousHyrv1XyRYcAj6qfp3Rhn2jDcYe
rYbDQqwJw/H93vbU1bZc70Zlkm252XAcju/NJ3W7t+rifh3cs94HdUT9XUdw
zYzC8TAAJ4W0CrvtZn2utqeYfNg/oYwJ2phQeO8qucIq3JtE8/l4ehacPV6f
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
/KQuyzP4RK8a1zGq6tNclkeZL79shbbctXaPN8gJ2JoxoVuIXV7ZFzUZlgd3
Z6hVmmLdpk7V6DaNZrSTyQ1pKTjA+52jbvlGSYKQKahywaWWOOvMoVld84SN
UHthq4EnCY12DbiwlKnxr7WRW0mbeFhX7h5wsMOaIdOInGi8VFS+rKwuxb6Z
p+6Ds7UVs4n9xhAMWjVfBtZ4shDrjHj7mj6nK0bDHXKrPE5tQf+qfErYW1H9
jXb5XDteSepsl9FtV87ldeMjknRadtQ9rNCpg02Fe5l6dTohPzBoggGT6ek5
IIRoNqQjn0MCd25cS/w4N3XSrZlku5MPPd1fRyatQdeF3Y0Q1aCJUzZb0Gao
MYtbdNIu1oHtI/DPSbFTPcWkDIkkM95r6BGN44x33oZyjsHkQ9jQkk658ZZW
8vSJCilcWLYnyvLDO3PG4vKDtxtbYgqCBXJOV2/suTnDmN9lWaXqInnXyhGu
dGDPVp+2d+ZAej0N4WSw7ANIkRpmRwibFP/hRHfyMk0E5ahWkMe+8+N8Puh8
4LlP/uA3fzqK47j3w1vbuOWbHxovvjv4Yuebd/ZFl2GaP6cML4cB/hyNRvUH
cifM8Gf8UAOa+z33839u0kH/68EDuV/AD/yjh05s8MGDFtkO7Lx26dkk2w9/
OjDMzz70Yv2nEOjwT/vFA0N1fnRAViqw0GT/drdB3zaN5ih+0k9nUUL/qI4j
nrIW/NJaBxr3B2nxM0ZRN9GsykYeam/b9SfNJj47RLx/vnMT8nm7JPhHjeJj
OPHWUfDPB3nytiZ66XnnJg6S8zYC37sbOXtG8acH8tNs4e4SMvzskOKxoRDY
rLa+8dzh/eD9qdEemZXv7/ufWmMj13w9+KSZ88sAgYr0fuL/6HmP9GE5xkgs
XQT6OmV/YMI44MmPDPEIXSwhhU3b7wNOeR94H4/Q8cc6StKFOVSTgXwErsou
ZSv18W9Ph1U1ZjPIkwzuTufY0yFRfebiw6PgpDNCIp5LeToEK031vJ/UD7JB
74ktUck6HfeitDWan4F07AVI3IhQmT0ZwVSXIBql9hgYp0sMS8EcfUyXKxcV
GzmK0/FVnZot+qKeG53yTmCRakeYrc56t0+mWqcZS4Snex5dVytsHXIeeG7B
jYEurlEpJzleuwB6SqbCa//hY7OmQkeDWinETmM2hOHSskQUnZtAVVq2m6ut
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
4OCfkJ2ny+O9lXqnVgPf3n9K1TacMjDJORUW2PmPqXXFFw76X1P1mHOV6C28
r7lk0EO+Pd1/ru+PPpHaFkePv34yfPj85FgXu6gGnQPznbGdYr6VqU3U5Dqv
USvDZdpd62jznQ5L82Cu1WrlJa1bYqQeyJVNlLvYrGjF/siLrgun2HtbZIXr
EoZ856sRa4K9fOdWfd3muzKh+++2+4q+pUKddHUkF1Exbge1fV7fu6XPDNAh
/XcVBn4sSdxbqWXS6Kz1Zl2V5I/tq+NFxKieD9Z3edQu4jwMgPIaVTYuEypm
y77H/kr2ZpvapVXAk11HPUvRVOsbe3dWowSRvvdov9a2x9MN7qAQGndXSfEd
TSY0yxedWvdQF7/hZWX5pzTGHV+s2KiFI1v5cjmpvbX0MO9LkSK5PU2KFGlm
dqpl9XLOfa+H6nVpG12CPznYQd+i2SJl1eFaLXVNGAztxlBNiq3kbIOg6HTB
lPpiOaduSqdXWnqpH8CVtfZ0K5PUyZHIgzMUr3lLNdfLsTde9Vai3Sq34lU+
6tTrSkoujZ9kF6XS5WJqep9vMDCm9CsqJ/Qfe/S6v7SrqCsKDfxV+RacsyIT
1akvDrXU0CyQ6pzKghnH9lFZ0VVNyv9qc56g1YtL/9V2A+65pCV6bcuIjfCx
rfXTrW1l2MYw1sEFPFQSyPM/th7xXSoGUz2ycqXBAbq4pU7agCz5y5PTN2hK
YF3iX2/pQrKtc2mC1FKVReRVpxaJUo821+vzbZIrWxOJej85dANd3WCjQFNy
TsceMOlruf34fMNLUum0C+roOUwv3d/HbShdgOdZ4fxTKGEek/LE5Vbqf5Jh
BKRi09hSTKa+lpYpvqwR3RZJRsbQXAroKGC+VkPUly4Is1VVXTDNxI5qFMtF
XyvnSjxe8laOClfxvlptbpzCHadYqqEZ32W5K6WoVgWATxWZoGCwLuBMVdlb
3/QNZOb2L3Nhp1G3XDD5njZyx+Yy8ysp2erpEFMrMqqf0UOD7L8rYd/p74Ed
1JoqrNSDNZbF44Jza87ifF4/KhGh5gtWQGzv7PM1KiyS+7XsFGnEpx592ora
HOvrZ/BVN6QDQ8jAVsry+EdMryHQPdOCcnnYUpmw/ZaKPjddj5W+WMVUOs/L
ogBYWe+kwriJrLWJCV69WJd0T6InV9rKVeiiCNtkJMYqaYRZXeeMYoiXfNe3
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
FjHqRVO1VHCvWcBe2OZKWj5I+y/q49amPooBAA==

-->

</rfc>
