<?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.33 (Ruby 3.1.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-irtf-cfrg-frost-13" category="info" submissionType="IRTF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.1 -->
  <front>
    <title abbrev="FROST">Two-Round Threshold Schnorr Signatures with FROST</title>
    <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-frost-13"/>
    <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="May" day="08"/>
    <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-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 and message to be signed.</t>
        <artwork><![CDATA[
Inputs:
- commitment_list = [(i, hiding_nonce_commitment_i,
  binding_nonce_commitment_i), ...], a list of commitments issued by
  each participant, where each element in the list indicates a
  NonZeroScalar identifier i and two commitment Element values
  (hiding_nonce_commitment_i, binding_nonce_commitment_i). This list
  MUST be sorted in ascending order by identifier.
- msg, the message to be signed.

Outputs:
- binding_factor_list, a list of (NonZeroScalar, Scalar) tuples
  representing the binding factors.

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

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

Outputs:
- group_commitment, an Element.

def compute_group_commitment(commitment_list, binding_factor_list):
  group_commitment = G.Identity()
  for (identifier, hiding_nonce_commitment,
       binding_nonce_commitment) in commitment_list:
    binding_factor = binding_factor_for_participant(
        binding_factor_list, identifier)
    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(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 then 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.
- sig_shares, a set of signature shares z_i, Scalar values, for each
  participant, of length NUM_PARTICIPANTS, where
  MIN_PARTICIPANTS <= NUM_PARTICIPANTS <= MAX_PARTICIPANTS.

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

def aggregate(commitment_list, msg, sig_shares):
  # Compute the binding factors
  binding_factor_list = compute_binding_factors(commitment_list, msg)

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

  # Compute aggregated signature
  z = Scalar(0)
  for z_i in sig_shares:
    z = z + z_i
  return (group_commitment, z)
]]></artwork>
        <t>The output 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(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-v11".</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-v11".</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-v11".</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-v11".</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-v11".</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">
              <organization/>
            </author>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara">
              <organization/>
            </author>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA).  The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves.  An example implementation and test vectors are provided.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8032"/>
          <seriesInfo name="DOI" value="10.17487/RFC8032"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RISTRETTO">
          <front>
            <title>The ristretto255 and decaf448 Groups</title>
            <author fullname="Henry de Valence" initials="H." surname="de Valence">
         </author>
            <author fullname="Jack Grigg" initials="J." surname="Grigg">
         </author>
            <author fullname="Mike Hamburg" initials="M." surname="Hamburg">
         </author>
            <author fullname="Isis Lovecruft" initials="I." surname="Lovecruft">
         </author>
            <author fullname="George Tankersley" initials="G." surname="Tankersley">
         </author>
            <author fullname="Filippo Valsorda" initials="F." surname="Valsorda">
         </author>
            <date day="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">
              <organization/>
            </author>
            <author fullname="J. Schiller" initials="J." surname="Schiller">
              <organization/>
            </author>
            <author fullname="S. Crocker" initials="S." surname="Crocker">
              <organization/>
            </author>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts.  However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities.  The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult.  This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities.  It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="RFC7748">
          <front>
            <title>Elliptic Curves for Security</title>
            <author fullname="A. Langley" initials="A." surname="Langley">
              <organization/>
            </author>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg">
              <organization/>
            </author>
            <author fullname="S. Turner" initials="S." surname="Turner">
              <organization/>
            </author>
            <date month="January" year="2016"/>
            <abstract>
              <t>This memo specifies two elliptic curves over prime fields that offer a high level of practical security in cryptographic applications, including Transport Layer Security (TLS).  These curves are intended to operate at the ~128-bit and ~224-bit security level, respectively, and are generated deterministically based on a list of required properties.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7748"/>
          <seriesInfo name="DOI" value="10.17487/RFC7748"/>
        </reference>
        <reference anchor="TLS">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <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 1352?>

<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 integer identifier, and for each participant:
the hiding and binding commitment values produced in <xref target="frost-round-one"/>; the randomness
values used to derive the commitment nonces in <tt>nonce_generate</tt>; the resulting group
binding factor input computed in part from the group commitment list encoded as
described in <xref target="dep-encoding"/>; and group binding factor as computed in <xref target="frost-round-two"/>).</li>
        <li>Round two parameters and outputs. This lists the NUM_PARTICIPANTS participants engaged
in the protocol, identified by their integer identifier, along with their corresponding
output signature share as produced in <xref target="frost-round-two"/>.</li>
        <li>Final output. This lists the aggregate signature as produced in <xref target="frost-aggregation"/>.</li>
      </ul>
      <section anchor="frosted25519-sha-512-1">
        <name>FROST(Ed25519, SHA-512)</name>
        <artwork><![CDATA[
// Configuration information
MAX_PARTICIPANTS: 3
MIN_PARTICIPANTS: 2
NUM_PARTICIPANTS: 2

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

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

// Round one parameters
participant_list: 1,3

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

// Round two parameters
participant_list: 1,3

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

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

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

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

// Round one parameters
participant_list: 1,3

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

// Round two parameters
participant_list: 1,3

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

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

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

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

// Round one parameters
participant_list: 1,3

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

// Round two parameters
participant_list: 1,3

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

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

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

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

// Round one parameters
participant_list: 1,3

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

// Round two parameters
participant_list: 1,3

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

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

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

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

// Round one parameters
participant_list: 1,3

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

// Round two parameters
participant_list: 1,3

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

sig: 0259696aac722558e8638485d252bb2556f6241a7adfdf284c8c87a3428d4644
8dfc2c6e5edfab7a1a4eaa4f15b9edc55dc5364fbce1488456690244ee180db233
]]></artwork>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+y96WLjRpYm+h9PgbZ/lFQmmQAIkmC6snvkXJw55Vwmla6a
bpdHBIGAhEqKVBNkKuWln2We4j7AvS92v3NORCCwUKl02R53j9VdspIEYj3L
d5Y4MRwOvV25W6n7/idvrjfD15v9OvffXGxVdbFZ5f5pdrHebLf+aXm+Tnd7
fOxfl7sL/8nrl6dvPvHS5XKr3uFd/e98k63TSzSWb9NiNyy3u2KYFdvzYbHd
VLthOPaydKfON9ub+365LjZetV9ellVVbta7myu89+z1myeeV15t7/u77b7a
RUEwDyIv3ar0vv+lWqttuvKuN9u359vN/uq+//DJ6y+9t+oGH+V4e71T27Xa
DR9R955X7dJ1fpauNms0faMqr7pMt7uzf99vdqq676833lV53/9mt8kGfrXZ
7raqqPDXzSX98a3npfvdxWZ73/OHPoaLNx6N/Ieb9XqzWt14Pn5kso9Uuc23
qvnVZnuersvv0h3mdt//tyytsGq0uvwJP6Iu03KFtdpv95cZzXa/2l/+t3P6
dJRtLutuH478P28uVxunz4cXalWp1Pm82eHX6/Kd2lbl7sbfFP5fserb1WYz
uHUg2Vtq7L/tr/XToyytx/Bs5H8Jiliq7bkzjGfpuvnxXUbh9lmm6/MDPWLW
JyP/r5tN3pj3tqx2m6sLtW182+z34Wqzz4sVyKYxv/T6v12o9Kpcny/LXTUC
pXgeyPsSb71T2Gb//Xw0je7zO4YrXu2XqzLz/6xu/Ifbm6vd5nybXl3c+MVm
6+8ulP+kXKfrrExX/qnaviszcMizdY7NJBqnBx6vVuXVDk083G/fKf9ReV7u
6GnDUf7JCgwBprr0jx4/fHR6cvwJDwD7g/5fbN4NfHDBhD+r1LZUFXGODNL3
Pzl5cfrJff9/0sCH9jlLuPwz1P/lVbrv4w18cPr4YdicaWug7mwH/imxUrrN
K57446Ios1Ktd801+ZKYcuBjy0d+JLPYpdtztbvvX+x2V9X9e/cqlZ2PMAz6
Ixy+i0ZXeeFMl/hdBtfahtcKHHGp1rnKOyu6wfau/VfpFhQCOqp+mdFGfaMN
A492wyEhloRRcL+3PXW1Lde7UZlmW242CqLgXjKp271VFvfL4J79Pigj6u86
jGtmFAXDEJQU0S7stpv1udqeYvJR/4QyXtDGhKJ7V+kVduHeZJwkwfQsPHu8
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
qSp25Q+HQ77+nNo5yQh0wO4/ZzjdbuM6ZQ/4luN6dillhySounZyVDTv/FtG
e/yErCHZOLWGVaiUYA6VXrLaM8sn+JKA3GZbWX6qR8AeFY6tse5P12+9Z5SX
8BXGlG33xW4AEwi4DnCTKtUPvDcwwcsV5OTwiy3w1IA921iqbYoV/3Kzf6dS
T1sN5dbsUGcykj6h43h1AtNjk3vx/aeNBCO9cDbaYt2SDZ3ZvSy2Tq+oGXfk
f12Jb3Cnr/TWuZcmDZheAiuS1BA0WbeVtlvTl9XqYJpENSmaSdc++VqN+d9L
Tu1VChrxX59xgyr/5oX69nP3m+/qbyr+5sd6ZT6Xi6T+ygDTfjqyjdEA3LCI
yeN+fSxGX/3Kd84rfZGU7/Qbiy81lJLbIHRmWo3DDuzgl83Q2V8aV7iCLF5x
khAn2MnJhoptgE5WWmvH7T0ZzvUHTM51PhG1bgJ36/ZVWd2QMbhk59d53c4d
UeKdYNPUxtskt7ZZQYl77FzpQK43bpLN/EaxTn3Im61Uc5pDPNZ3nEUz6u4t
uPMz7pxtfb1z7sfy8mLgpFBZS78+tNJtSCu8qvd2bp22YZSI+IFTMXZ0TNJc
2kjhVOslO0opLAN+1YHgOgdndNy+Q5UvdnRQFTXYdwH624HpUlzQvr1I4he6
ary9Vkdywfhbvppxy7fLNQ++4OPXfZfObembV3/uv7GVvuMr6MCt8kSXtSlV
4+3hB179mRsx99SdyR48qJuFraDfJ6uhotQPauppdNR6idqhK8C3/mf+Ueb/
kWbr37tnC9ppXSMF8BqBP6++Lfx183rwfuLT5Kr97SC/LuMKvDUYIDeeAO/U
HG/g0zLlzrlkK3WvF3/NbL5Zm6JLjdu9nbTDLmt37vk1V8uvawd+H4mW5/Tp
bk+2idYX7uXo9dDqvAO5Bdi9IbV58WnfRabd+/Vuu760u+pHZjrYacMwoKH7
vy1K9A5c4fidubjxdfe+xoGfHXu9NzN+SqvHGW6POI/P/zPIwNFh339K8VDJ
8YNOeunCjVamSO1JKysJ81CEngBdO1mwtkYoPCCf2fxDkrj63lsRa4tq0Rd4
5K3lw4qnF+lluXXULccvT+VtfMnAEBaRPCef648fPHr5bBQGozCMJ/fGk3k4
TUb0n9lUZ1e2Iu20GBU3Y3NTbVIjK1DC/EqP3DOX+oE0ncupKnNl96KU5PrR
aDTwn5/8z0b6IjSWjpdovxT5Whedp1pXnb+RwL/ZkrKVtk5cvdB7cSbrThed
YukXdR6SvmUtpXSPlA14e4uot1S7a6VsWEJrHd4ic9VizxiNSpTlKFnJXzKD
1KOSZ/QlpOCLJYDHkc7cWXh2cINm8q27H1qpa3Jq5qMemjRRqiZNLHFY393t
n282uROXF0kSHVPwUtkdNq7tlEMbdSo8QRUbBOledk1NjY+xcuqq1RBfE59L
nnJH2uol0mre5ZFa7euzdDbjnq+OzXVAhVLiVyqtdnRM1h5qUnTi4OqGJG57
6wbtPBU7KbNOLJV1BSluoZWFKy3UzgUd6HAoghcrA60pSl93W3NlvHu7rk7B
pYWouozj11xX9+T5ArV09Mgooyb0YZ3nRvHspbp0GKJ1Tf2xJXiL4egZ/eUv
dt03JE3jzmKKzPNBRCew6B4OoGvsB5YKuYifuIqUCRPW6Yqb1c16c0lRFMNj
sHhqojszyeIMCq/5ajBJanGO23aR3LHWt70cWN8W7hJ3lwzbZKWvAf/ScKtW
CY1pmdBdPS9W5M4TD/xvvqVMYooF0yrwUcGjoNsdnRbkLpsNjChxdJ0ftQHv
cTOHuEWwrSE0BB/9zs2iuEvivtRdIOqwSRlouP7gyH1bYLoggcODbLb2TfBt
+yOBD2JC2txWV/yqNcfQxUXh6AphlZoiRfy/+Pr5LYptwOd0zgX5LpoDoRg1
i18JKWufIAWk232ybdh6uRVPlyNWnCMuuSw3xo/GR6dsjNcEQLtjcVQQxcsk
bCUnKPzldpPmGclfE52ts8s7DvaLVF9xWcnJFdtnK49g5D2RLCdKi+6JjvOU
bFyfxqvRbpuz6VLv5nRMUqm7IG7lfZltE9tJf1pL1gL4jO1gMfxb8oST8XVu
l0QGvq5qz7c+9E482sKbNp0Ghvh+t+c4Q/OchF52vdgN8KIHy/ZPK+mSqLZD
PFUDs9r9s4cuXMVNYUdORCRFJjn8z/sHSA7vsuXEc5KPN1d6QSg7WkBuG9V+
6iAg9nPr55oKliN/MuP6rE0lhMkQWyTXgoEcHQFdN/mPSmdzdDaVuBx7rNek
xTTWJB1uI/v4UlDGoi1HWwdyMs5S4zw+tgRkNIw/iV1JTFxvyC8MpSn3eZqk
SAEM9/0jQDZOS9DnOPR8sPIbz4bDzAbyRap0WJDRZROkUTp/utKxGZM9qcdT
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
VGI8Esh/QR5jSkPSYWY5ayzVOK/cK6M9Sr0HombnSKe+UbO6EVcyolpZ5Y5i
lplSOZdH44UndS4Gv3nEQJitrpdnKv2Jz6Uz8gGWbVdyoNCrAZXpZ2RqejRq
Xt1pyHyGeKXSt83Kgksp09A4gN7MHbLmLZ+na1TIGZiYvSgSW9Scqw6YQq8M
sK9ZBXiROZ+UYj5Xu27NDLvPOyoCZgqyrG5GPh38co+a9vd8ZWq5Kw0u6/DZ
0qvL/v1w5Q/96E/V/uqfl3+6R//5gZ6mCJuOr/F3R8t70bF8z5J47S3cRJwF
61J9AF4TQM9NC2YA7Dr22O5Z8r30Enj/K1WQe00FnzgD8i50Tfm5mSpXR0dH
Y1jz/Odqcx4dWVbCj3+P0gnv+cnxwnOYwN70KBnczgp9rstO6UOX7qWNjcrm
Uh2yQ+6nXEfPlpum6TZKUevzHC1aY+FvjYTFikLRlDRM2/8XVpbVoZMqTCKi
UPVZM5jEzapiZbUzzn/3C3LzU92JhdZN+liH2VWTdLlVtb41NxloLsvFJuBT
+Oa0z9q7UO9TOox8yQV5CJyAY08bZ0oaLabW4icrYu3eFVBu5SbGcrfnw9Sg
/EqHt3qOw7qHQquNHRJn+DiD8kzOvPeY1LazgMbTUdUmj6kf6RZCpHL2DykT
5Xyv40Din1jxq/xe+V65Hvs6S672V8vpUzr+LQcY6qI2dVj9LhCA72Np5XWN
zIUuep3qkXSG2kgCt+lDnEfgHgtoJAGwr7qVkNSfxa1T2usaunq3Pf+WHXSr
dTVijg2saattyYFFCi81R2TiP92kTzNdVrJEKsIiI58JwumFhlm5BSfQl5yp
z9V7U6hXgnxnjs/THec34bc2zNhs2dAYJ3eyCdtJEW0X5g6GrRyL+hJUWdiy
kiFLELSZ8Gq3WGppOvztcEof84KYTqVk3QepyakJ6USYHXsBw2sTayu5fui/
tuXvHA4ispSAd7fXW1ukg6ugsNyz16LUnpLmzu70WVKR+bXrQntUbHJC3fh9
neh7ITUT6bFlKYDBMW70Srs1577/vthSHVquNjTEVH/88XMn0r6WJBf9oi0Z
IfaqUJJtXRefoxB/q+Tc562YqbkW3gzRXK7CmypxMRkdzVCS2WvycXpk66mm
Gc/v4/y6av/nvC7SSqvrtGr021yV3fXmxx+Pa4KgqMZvhiDqRFl5qIEW63rz
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

-->

</rfc>
