<?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.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-irtf-cfrg-partially-blind-rsa-02" category="info" submissionType="IRTF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.2 -->
  <front>
    <title abbrev="Partially Blind RSA Signatures">Partially Blind RSA Signatures</title>
    <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-partially-blind-rsa-02"/>
    <author initials="G. A." surname="Amjad" fullname="Ghous A. Amjad">
      <organization>Google</organization>
      <address>
        <email>gamjad@google.com</email>
      </address>
    </author>
    <author initials="S." surname="Hendrickson" fullname="Scott Hendrickson">
      <organization>Google</organization>
      <address>
        <email>scott@shendrickson.com</email>
      </address>
    </author>
    <author initials="C. A." surname="Wood" fullname="Christopher A. Wood">
      <organization>Cloudflare</organization>
      <address>
        <email>caw@heapingbits.net</email>
      </address>
    </author>
    <author initials="K. W. L." surname="Yeo" fullname="Kevin W. L. Yeo">
      <organization>Google</organization>
      <address>
        <email>kwlyeo@cs.columbia.edu</email>
      </address>
    </author>
    <date year="2025" month="October" day="03"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 37?>

<t>This document specifies a blind RSA signature protocol that supports public metadata.
It is an extension to the RSABSSA protocol recently specified by the CFRG.</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/chris-wood/draft-amjad-cfrg-partially-blind-rsa"/>.</t>
    </note>
  </front>
  <middle>
    <?line 42?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RSABSSA"/> specifies the RSA blind
signature protocol, denoted RSABSSA. This is a two-party protocol between
client and server (or signer) where they interact to compute
<tt>sig = Sign(sk, input_msg)</tt>, where <tt>input_msg = Prepare(msg)</tt> is a prepared
version of the private message <tt>msg</tt> provided by the client, and <tt>sk</tt> is
the signing key provided by the server. Upon completion of this protocol,
the server learns nothing, whereas the client learns <tt>sig</tt>. In particular,
this means the server learns nothing of <tt>msg</tt> or <tt>input_msg</tt> and the client
learns nothing of <tt>sk</tt>.</t>
      <t>RSABSSA has a variety of applications, with <xref target="PRIVACY-PASS"/>
being a canonical example. While useful, this protocol is limited in that
it does not easily accommodate public metadata to be associated with
a (message, signature) pair. In this context, public metadata is information
that is publicly known to both client and server at the time of computation.
This has useful applications in practice. For example, metadata might be used
to encode expiration information for a (message, signature) pair. In practice,
metadata can be encoded using signing key pairs, e.g., by associating one
metadata value with one key pair, but this does not scale well for applications
that have large or arbitrary amounts of metadata.</t>
      <t>This document specifies a variant of RSABSSA that supports public metadata, denoted
RSAPBSSA (RSA Partially Blind Signature with Appendix). Similar to RSABSSA in
<xref target="RSABSSA"/>, RSAPBSSSA is defined in such a way that the resulting (unblinded)
signature can be verified with a standard RSA-PSS library that does not impose a
range limit on the public exponent.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="notation">
      <name>Notation</name>
      <t>The following terms are used throughout this document to describe the protocol operations
in this document:</t>
      <ul spacing="normal">
        <li>
          <t>"string" can be interpreted as a byte string with ASCII encoding of its individual character. "hello" is [ '0x68', '0x65', '0x6C', '0x6C', '0x6F' ].</t>
        </li>
        <li>
          <t>bytes_to_int and int_to_bytes: Convert a byte string to and from a non-negative integer.
bytes_to_int and int_to_bytes are implemented as OS2IP and I2OSP as described in
<xref target="RFC8017"/>, respectively. Note that these functions operate on byte strings
in big-endian byte order.</t>
        </li>
        <li>
          <t>random_integer_uniform(M, N): Generate a random, uniformly distributed integer R
between M inclusive and N exclusive, i.e., M &lt;= R &lt; N.</t>
        </li>
        <li>
          <t>bit_len(n): Compute the minimum number of bits needed to represent the positive integer n.</t>
        </li>
        <li>
          <t>inverse_mod(x, n): Compute the multiplicative inverse of x mod n or fail if x and n are not co-prime.</t>
        </li>
        <li>
          <t>is_coprime(x, n): Return true if x and n are co-prime, and false otherwise.</t>
        </li>
        <li>
          <t>len(s): The length of a byte string, in bytes.</t>
        </li>
        <li>
          <t>random(n): Generate n random bytes using a cryptographically-secure random number generator.</t>
        </li>
        <li>
          <t>concat(x0, ..., xN): Concatenation of byte strings. For example,
concat(0x01, 0x0203, 0x040506) = 0x010203040506.</t>
        </li>
        <li>
          <t>slice(x, i, j): Return bytes in the byte string <tt>x</tt> starting from offset <tt>i</tt> and ending at
offset <tt>j</tt>, inclusive. For example, slice(0x010203040506, 1, 5) = 0x0203040506.</t>
        </li>
        <li>
          <t>random_prime(b): Return a random prime number of length b bits.</t>
        </li>
        <li>
          <t>is_prime(p): Return true if the input integer p is prime, and false otherwise.</t>
        </li>
      </ul>
    </section>
    <section anchor="core-protocol">
      <name>RSAPBSSA Protocol</name>
      <t>The RSAPBSSA protocol consists of two helper functions -- DeriveKeyPair and DerivePublicKey -- and
four core functions -- Prepare, Blind, BlindSign, and Finalize -- and requires one
round of interaction between client and server. Let <tt>msg</tt> be the client's private input
message, <tt>info</tt> be the public metadata shared between client and server, and <tt>(sk, pk)</tt>
be the server's private and public key pair. The <bcp14>REQUIRED</bcp14> key generation procedure for RSAPBSSA
is specified in <xref target="key-generation"/>.</t>
      <t>The protocol begins by the client preparing the message to be signed by computing:</t>
      <artwork><![CDATA[
input_msg = Prepare(msg)
]]></artwork>
      <t>The client then initiates the blind signature protocol by computing:</t>
      <artwork><![CDATA[
blind_msg, inv = Blind(pk, input_msg, info)
]]></artwork>
      <t>The client then sends <tt>blind_msg</tt> to the server, which then processes the message
by computing:</t>
      <artwork><![CDATA[
blind_sig = BlindSign(sk, blind_msg, info)
]]></artwork>
      <t>The server then sends <tt>blind_sig</tt> to the client, which then finalizes the protocol by computing:</t>
      <artwork><![CDATA[
sig = Finalize(pk, input_msg, info, blind_sig, inv)
]]></artwork>
      <t>The output of the protocol is <tt>input_msg</tt> and <tt>sig</tt>. Upon completion, correctness requires that
clients can verify signature <tt>sig</tt> over the prepared message <tt>input_msg</tt> and metadata <tt>info</tt>
using the server public key <tt>pk</tt> by invoking the RSASSA-PSS-VERIFY routine defined in
<xref section="8.1.2" sectionFormat="of" target="RFC8017"/>. The Finalize function performs this check before returning the signature.
See <xref target="verification"/> for more details about verifying signatures produced through this protocol.</t>
      <t>In pictures, the protocol runs as follows:</t>
      <artwork><![CDATA[
   Client(pk, msg, info)          Server(sk, pk, info)
  -------------------------------------------------------
  input_msg = Prepare(msg)
  blind_msg, inv = Blind(pk, input_msg, info)

                        blind_msg
                        ---------->

            blind_sig = BlindSign(sk, blind_msg, info)

                         blind_sig
                        <----------

  sig = Finalize(pk, input_msg, info, blind_sig, inv)
]]></artwork>
      <t>In the remainder of this section, we specify the Blind, BlindSign, and Finalize
functions that are used in this protocol. The Prepare function is as specified in
<xref section="4.1" sectionFormat="of" target="RSABSSA"/>.</t>
      <section anchor="key-generation">
        <name>Key Generation</name>
        <t>The protocol in this document requires signing key pairs to be generated such that
they satisfy a particular criteria. In particular, each RSA modulus for a key pair
<bcp14>MUST</bcp14> be the product of two safe primes p and q. A safe prime p is a prime number
such that p = 2p' + 1, where p' is also a prime number.</t>
        <t>A signing key pair is a tuple (sk, pk), where each element is as follows:</t>
        <ul spacing="normal">
          <li>
            <t>sk = (n, p, q, phi, d), where phi = (p - 1)(q - 1), n = p * q, and d is the private exponent</t>
          </li>
          <li>
            <t>pk = (n, e), where n = p * q, and e is the public exponent such that d * e == 1 mod phi</t>
          </li>
        </ul>
        <t>The procedure for generating a key pair satisfying this requirement is below.</t>
        <artwork><![CDATA[
KeyGen(bits)

Inputs:
- bits, length in bits of the RSA modulus, a multiple of 2

Outputs:
- sk, metadata-specific private key (n, p, q, phi, d)
- pk, metadata-specific public key (n, e)

Steps:
1. p = SafePrime(bits / 2)
2. q = SafePrime(bits / 2)
3. while p == q, go to step 2.
4. phi = (p - 1) * (q - 1)
5. e = 65537
6. d = inverse_mod(e, phi)
7. n = p * q
7. sk = (n, p, q, phi, d)
8. pk = (n, e)
9. output (sk, pk)
]]></artwork>
        <t>The procedure for generating a safe prime, denoted SafePrime, is below.</t>
        <artwork><![CDATA[
SafePrime(bits)

Inputs:
- bits, length in bits of the safe prime

Outputs:
- p, a safe prime integer

Steps:
1. p' = random_prime(bits - 1)
2. p = (2 * p') + 1
3. if is_prime(p) is True, output p, else go to step 1.
]]></artwork>
      </section>
      <section anchor="blind">
        <name>Blind</name>
        <t>The Blind function encodes an input message with the corresponding metadata value and
blinds it with the server's public key. It outputs the blinded message to be sent to
the server, encoded as a byte string, and the corresponding inverse, an integer.
RSAVP1 and EMSA-PSS-ENCODE are as defined in Sections <xref target="RFC8017" section="5.2.2" sectionFormat="bare"/> and <xref target="RFC8017" section="9.1.1" sectionFormat="bare"/> of <xref target="RFC8017"/>,
respectively.</t>
        <t>If this function fails with a "blinding error" error, implementations <bcp14>SHOULD</bcp14> retry
the function again. The probability of one or more such errors in sequence is negligible.
This function can also fail with an "invalid input" error, which indicates that one of
the inputs (likely the public key) was invalid. Implementations <bcp14>SHOULD</bcp14> update the public
key before calling this function again. See <xref target="errors"/> for more information about
dealing with such errors.</t>
        <t>Note that this function invokes RSAVP1, which is defined to throw an optional error
for invalid inputs. However, this error cannot occur based on how RSAVP1 is invoked,
so this error is not included in the list of errors for Blind.</t>
        <artwork><![CDATA[
Blind(pk, msg, info)

Parameters:
- modulus_len, the length in bytes of the RSA modulus n
- Hash, the hash function used to hash the message
- MGF, the mask generation function
- salt_len, the length in bytes of the salt

Inputs:
- pk, public key (n, e)
- msg, message to be signed, a byte string
- info, public metadata, a byte string

Outputs:
- blind_msg, a byte string of length modulus_len
- inv, an integer

Errors:
- "message too long": Raised when the input message is too long (raised by EMSA-PSS-ENCODE).
- "encoding error": Raised when the input message fails encoding (raised by EMSA-PSS-ENCODE).
- "blinding error": Raised when the inverse of r cannot be found.
- "invalid input": Raised when the message is not co-prime with n.

Steps:
1. msg_prime = concat("msg", int_to_bytes(len(info), 4), info, msg)
2. encoded_msg = EMSA-PSS-ENCODE(msg_prime, bit_len(n) - 1)
   with Hash, MGF, and salt_len as defined in the parameters
3. If EMSA-PSS-ENCODE raises an error, raise the error and stop
4. m = bytes_to_int(encoded_msg)
5. c = is_coprime(m, n)
6. If c is false, raise an "invalid input" error
   and stop
7. r = random_integer_uniform(1, n)
8. inv = inverse_mod(r, n)
9. If inverse_mod fails, raise an "blinding error" error
   and stop
10. pk_derived = DerivePublicKey(pk, info)
11. x = RSAVP1(pk_derived, r)
12. z = m * x mod n
13. blind_msg = int_to_bytes(z, modulus_len)
14. output blind_msg, inv
]]></artwork>
        <t>The blinding factor r <bcp14>MUST</bcp14> be randomly chosen from a uniform distribution.
This is typically done via rejection sampling. The function DerivePublicKey
is defined in <xref target="augment-public-key"/>.</t>
      </section>
      <section anchor="blindsign">
        <name>BlindSign</name>
        <t>BlindSign performs the RSA private key operation on the client's
blinded message input and returns the output encoded as a byte string.
RSASP1 is as defined in <xref section="5.2.1" sectionFormat="of" target="RFC8017"/>.</t>
        <artwork><![CDATA[
BlindSign(sk, blind_msg, info)

Parameters:
- modulus_len, the length in bytes of the RSA modulus n

Inputs:
- sk, private key (n, p, q, phi, d)
- blind_msg, encoded and blinded message to be signed, a
  byte string
- info, public metadata, a byte string

Outputs:
- blind_sig, a byte string of length modulus_len

Errors:
- "signing failure": Raised when the signing operation fails
- "message representative out of range": Raised when the message representative
  to sign is not an integer between 0 and n - 1 (raised by RSASP1)

Steps:
1. m = bytes_to_int(blind_msg)
2. sk_derived, pk_derived = DeriveKeyPair(sk, info)
3. s = RSASP1(sk_derived, m)
4. m' = RSAVP1(pk_derived, s)
5. If m != m', raise "signing failure" and stop
6. blind_sig = int_to_bytes(s, modulus_len)
7. output blind_sig
]]></artwork>
      </section>
      <section anchor="finalize">
        <name>Finalize</name>
        <t>Finalize validates the server's response, unblinds the message
to produce a signature, verifies it for correctness, and outputs the signature
upon success. Note that this function will internally hash the input message
as is done in Blind.</t>
        <artwork><![CDATA[
Finalize(pk, msg, info, blind_sig, inv)

Parameters:
- modulus_len, the length in bytes of the RSA modulus n
- Hash, the hash function used to hash the message
- MGF, the mask generation function
- salt_len, the length in bytes of the salt

Inputs:
- pk, public key (n, e)
- msg, message to be signed, a byte string
- info, public metadata, a byte string
- blind_sig, signed and blinded element, a byte string of
  length modulus_len
- inv, inverse of the blind, an integer

Outputs:
- sig, a byte string of length modulus_len

Errors:
- "invalid signature": Raised when the signature is invalid
- "unexpected input size": Raised when a byte string input doesn't
  have the expected length.

Steps:
1. If len(blind_sig) != modulus_len, raise "unexpected input size" and stop
2. z = bytes_to_int(blind_sig)
3. s = z * inv mod n
4. sig = int_to_bytes(s, modulus_len)
5. msg_prime = concat("msg", int_to_bytes(len(info), 4), info, msg)
6. pk_derived = DerivePublicKey(pk, info)
7. result = RSASSA-PSS-VERIFY(pk_derived, msg_prime, sig) with
   Hash, MGF, and salt_len as defined in the parameters
8. If result = "valid signature", output sig, else
   raise "invalid signature" and stop
]]></artwork>
        <t>Note that <tt>pk_derived</tt> can be computed once during <tt>Blind</tt> and then passed to
<tt>Finalize</tt> directly, rather than being recomputed again.</t>
      </section>
      <section anchor="verification">
        <name>Verification</name>
        <t>As described in <xref target="core-protocol"/>, the output of the protocol is the prepared
message <tt>input_msg</tt> and the signature <tt>sig</tt>. The message that applications
consume is <tt>msg</tt>, from which <tt>input_msg</tt> is derived, along with metadata <tt>info</tt>.
Clients verify the signature over <tt>msg</tt> and <tt>info</tt> using the server's public
key <tt>pk</tt> as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>Compute <tt>pk_derived = DerivePublicKey(pk, info)</tt>.</t>
          </li>
          <li>
            <t>Compute <tt>msg_prime = concat("msg", int_to_bytes(len(info), 4), info, msg)</tt>.</t>
          </li>
          <li>
            <t>Invoke and output the result of RSASSA-PSS-VERIFY (<xref section="8.1.2" sectionFormat="of" target="RFC8017"/>)
with <tt>(n, e)</tt> as <tt>pk_derived</tt>, M as <tt>msg_prime</tt>, and <tt>S</tt> as <tt>sig</tt>.</t>
          </li>
        </ol>
        <t>Verification and the message that applications consume therefore depends on
which preparation function is used. In particular, if the PrepareIdentity
function is used, then the application message is <tt>input_msg</tt>.
In contrast, if the PrepareRandomize function is used, then the application
message is <tt>slice(input_msg, 32, len(input_msg))</tt>, i.e., the prepared message
with the random prefix removed.</t>
      </section>
      <section anchor="augment-public-key">
        <name>Public Key Derivation</name>
        <t>The public key derivation function (DerivePublicKey) derives a per-metadata public
key that is used in the core protocol. The hash function used for HKDF as defined in <xref target="RFC5869"/> is that which
is associated with the RSAPBSSA instance and denoted by the <tt>Hash</tt> parameter. Note that
the input to HKDF is expanded to account for bias in the output distribution.</t>
        <artwork><![CDATA[
DerivePublicKey(pk, info)

Parameters:
- modulus_len, the length in bytes of the RSA modulus n. This MUST be a power of 2.
- Hash, the hash function used to hash the message

Inputs:
- pk, public key (n)
- info, public metadata, a byte string

Outputs:
- pk_derived, metadata-specific public key (n, e')

Steps:
1. hkdf_input = concat("key", info, 0x00)
2. hkdf_salt = int_to_bytes(n, modulus_len)
3. lambda_len = modulus_len / 2
4. hkdf_len = lambda_len + 16
5. expanded_bytes = HKDF(IKM=hkdf_input, salt=hkdf_salt, info="PBRSA", L=hkdf_len)
6. expanded_bytes[0] &= 0x3F // Clear two-most top bits
7. expanded_bytes[lambda_len-1] |= 0x01 // Set bottom-most bit
8. e' = bytes_to_int(slice(expanded_bytes, 0, lambda_len))
9. output pk_derived = (n, e')
]]></artwork>
      </section>
      <section anchor="augment-private-key">
        <name>Key Pair Derivation</name>
        <t>The key pair derivation function (DeriveKeyPair) derives a pair of private
and public keys specific to a metadata value that are used by the server
in the core protocol.</t>
        <artwork><![CDATA[
DeriveKeyPair(sk, info)

Parameters:
- modulus_len, the length in bytes of the RSA modulus n
- Hash, the hash function used to hash the message

Inputs:
- sk, private key (n, p, q, phi, d)
- info, public metadata, a byte string

Outputs:
- sk_derived, metadata-specific private key (n, p, q, phi, d')
- pk_derived, metadata-specific public key (n, e')

Steps:
1. (n, e') = DerivePublicKey(n, info)
2. d' = inverse_mod(e', phi)
3. sk_derived = (n, p, q, phi, d')
4. pk_derived = (n, e')
5. Output (sk_derived, pk_derived)
]]></artwork>
      </section>
    </section>
    <section anchor="implementation-and-usage-considerations">
      <name>Implementation and Usage Considerations</name>
      <t>This section documents considerations for interfaces to implementations of the protocol
in this document. This includes error handling and API considerations.</t>
      <section anchor="errors">
        <name>Errors</name>
        <t>The high-level functions specified in <xref target="core-protocol"/> are all fallible. The explicit errors
generated throughout this specification, along with the conditions that lead to each error,
are listed in the definitions for Blind, BlindSign, and Finalize.
These errors are meant as a guide for implementers. They are not an exhaustive list of all
the errors an implementation might emit. For example, implementations might run out of memory.</t>
        <t>Moreover, implementations can handle errors as needed or desired. Where applicable, this document
provides guidance for how to deal with explicit errors that are generated in the protocol. For
example, "blinding error" is generated in Blind when the client produces a prime factor of
the server's public key. <xref target="blind"/> indicates that implementations <bcp14>SHOULD</bcp14>
retry the Blind function when this error occurs, but an implementation could also handle this
exceptional event differently, e.g., by informing the server that the key has been factored.</t>
      </section>
      <section anchor="cert-oid">
        <name>Signing Key Usage</name>
        <t>A server signing key <bcp14>MUST NOT</bcp14> be reused for any other protocol beyond RSAPBSSA. In particular,
the same signing key <bcp14>MUST NOT</bcp14> be used for both the RSAPBSSA and RSABSSA protocols. Moreover, a
server signing key <bcp14>MUST NOT</bcp14> be reused for different RSAPBSSA encoding options. That is,
if a server supports two different encoding options, then it <bcp14>MUST</bcp14> have a distinct key
pair for each option.</t>
        <t>If the server public key is carried in an X.509 certificate, it <bcp14>MUST</bcp14> use the RSASSA-PSS
OID <xref target="RFC5756"/>. It <bcp14>MUST NOT</bcp14> use the rsaEncryption OID <xref target="RFC5280"/>.</t>
      </section>
    </section>
    <section anchor="rsapbssa">
      <name>RSAPBSSA Variants</name>
      <t>In this section, we define named variants of RSAPBSSA. These variants consider
different sets of RSASSA-PSS parameters as defined in <xref section="9.1.1" sectionFormat="of" target="RFC8017"/> and explicitly
specified in <xref section="5" sectionFormat="of" target="RSABSSA"/>. For algorithms unique
to RSAPBSSA, the choice of hash function specifies the instantiation of HKDF in DerivePublicKey in
<xref target="augment-public-key"/>. The different types of Prepare functions are specified in
<xref section="4.1" sectionFormat="of" target="RSABSSA"/>.</t>
      <ol spacing="normal" type="1"><li>
          <t>RSAPBSSA-SHA384-PSS-Randomized: This named variant uses SHA-384 as the hash function,
MGF1 with SHA-384 as the PSS mask generation function, a 48-byte salt length, and uses
the randomized preparation function (PrepareRandomize).</t>
        </li>
        <li>
          <t>RSAPBSSA-SHA384-PSSZERO-Randomized: This named variant uses SHA-384 as the hash
function, MGF1 with SHA-384 as the PSS mask generation function, an empty PSS salt, and
uses the randomized preparation function (PrepareRandomize).</t>
        </li>
        <li>
          <t>RSAPBSSA-SHA384-PSS-Deterministic: This named variant uses SHA-384 as the hash function,
MGF1 with SHA-384 as the PSS mask generation function, 48-byte salt length, and uses the
identity preparation function (PrepareIdentity).</t>
        </li>
        <li>
          <t>RSAPBSSA-SHA384-PSSZERO-Deterministic: This named variant uses SHA-384 as the hash
function, MGF1 with SHA-384 as the PSS mask generation function, an empty PSS salt, and
uses the identity preparation function (PrepareIdentity). This is the only variant that
produces deterministic signatures over the client's input message msg.</t>
        </li>
      </ol>
      <t>The <bcp14>RECOMMENDED</bcp14> variants are RSAPBSSA-SHA384-PSS-Randomized or
RSAPBSSA-SHA384-PSSZERO-Randomized.</t>
      <t>See <xref section="5" sectionFormat="of" target="RSABSSA"/> for discussion about
interoperability considerations and deterministic signatures.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Amjad et al. proved the following properties of RSAPBSSA:</t>
      <ul spacing="normal">
        <li>
          <t>One-more-unforgeability: For any adversary interacting with the server (i.e., the signer) as a client
that interacts with the server at most <tt>n</tt> times is unable to output <tt>n+1</tt> valid message and signature
tuples (i.e., the signature verifies for the corresponding message). This holds for any <tt>n</tt> that is polynomial
in the security parameter of the scheme.</t>
        </li>
        <li>
          <t>Concurrent one-more-unforgeability: The above holds even in the setting when an adversarial client is interacting
with multiple servers (signers) simultaneously.</t>
        </li>
        <li>
          <t>Unlinkability: Consider any adversary acting as the server (signer) interacting with <tt>n</tt> clients using the same
public metadata. Afterwards, the adversary randomly receives one of the <tt>n</tt> resulting signatures as a challenge.
Then, the adversary cannot guess which of the <tt>n</tt> interactions created the challenge signature better than
a random guess.</t>
        </li>
      </ul>
      <t>The first two unforgeability properties rely on the Strong RSA Known Target Inversion Problem. This is
slightly stronger assumption that the RSA Known Target Inversion Problem used in RSABSSA. In the RSA Known
Target Inversion Problem, the challenger is given a fixed public exponent <tt>e</tt> with the goal of computing
the e-th root of <tt>n+1</tt> random elements while using an e-th oracle at most <tt>n</tt> times. In comparison, the
Strong RSA Known Target Inversion Problem enables the challenger to choose any public exponents
<tt>e_1,...,e_n+1 &gt; 1</tt> such that it can be the <tt>e_i</tt>-th root for the <tt>i</tt>-th random element. One can view the
difference between the Strong RSA Known Target Inversion and RSA Known Target Inversion problems identical
to the differences between the Strong RSA and RSA problems.</t>
      <t>The final property of unlinkability relies only on the fact that the underlying hash functions are modelled
as random oracles.</t>
      <t>All the security considerations of RSABSSA in <xref section="7" sectionFormat="of" target="RSABSSA"/>
also apply to RSAPBSSA here. We present additional security considerations specific to RSAPBSSA below.</t>
      <section anchor="strong-rsa-modulus-key-generation">
        <name>Strong RSA Modulus Key Generation</name>
        <t>An essential component of RSAPBSSA is that the KeyGen algorithm in <xref target="key-generation"/> generates a RSA
modulus that is the product of two strong primes. This is essential to ensure that the resulting outputs
of DerivePublicKey in <xref target="augment-public-key"/> do cause errors in DeriveKeyPair in <xref target="augment-private-key"/>.
We note that an error in DeriveKeyPair would incur if the output of DerivePublicKey does not have an
inverse modulo phi. By choosing the RSA modulus as the product of two strong primes, we guarantee the output of
DerivePublicKey will never incur errors in DeriveKeyPair.</t>
        <t>It is integral that one uses the KeyGen algorithm for RSAPBSSA instead of the standard RSA key generation algorithms
(such as those used in <xref target="RSABSSA"/>). If one uses standard RSA key generation, there are no guarantees provided
for the success of the DeriveKeyPair function and, thus, being able to correctly sign messages for certain choices
of public metadata.</t>
      </section>
      <section anchor="domain-separation-for-public-key-augmentation">
        <name>Domain Separation for Public Key Augmentation</name>
        <t>The purpose of domain separation is to guarantee that the security analysis of any cryptographic protocol remains true
even if multiple instances of the protocol or multiple hash functions in a single instance of the protocol
are instantiated based on one underlying hash function.</t>
        <t>The DerivePublicKey function in <xref target="augment-public-key"/> of this document already provide domain separation by using the RSA modulus
as input to the underlying HKDF as the info argument. As each instance of RSAPBSSA will have a different RSA modulus, this
effectively ensures that the outputs of the underlying hash functions for multiple instances will be different
even for the same input.</t>
        <t>Additionally, the hash function invocation used for computing the message digest is domain separated from the hash function
invocation used for augmenting the public key in DerivePublicKey. This domain separation is done by prepending the inputs
to each hash function with a unique domain separation tag.</t>
      </section>
      <section anchor="choosing-public-metadata">
        <name>Choosing Public Metadata</name>
        <t>The unlinkability property of RSAPBSSA guarantees anonymity for any signature amongst the set of all interactions with the
server (signer) with the same choice of public metadata. In other words, the server is unable to identify the interaction
that created the signature. The unlinkability guarantee of RSAPBSSA is only useful when there are a significant number of
server (signer) interactions for any value of public metadata. In the extreme case where each server interaction is performed
with a different value of public metadata, then the server can uniquely identify the server interaction that created the
given signature.</t>
        <t>Applications that use RSAPBSSA <bcp14>MUST</bcp14> guarantee that the choice of public metadata is limited such that there is a significant
number of server (signer) interactions across many clients for any individual value of public metadata that is signed. This
should be contextualized to an application's user population size.</t>
      </section>
      <section anchor="denial-of-service">
        <name>Denial of Service</name>
        <t>RSAPBSSA is susceptible to Denial of Service (DoS) attacks due to the flexibility of choosing public metadata used in
DerivePublicKey in <xref target="augment-public-key"/>. In particular, an attacker can pick public metadata such that
the output of DerivePublicKey is very large, leading to more computational cost when verifying signatures.
Thus, if attackers can force verification with metadata of their choosing, DoS attacks are possible.</t>
        <t>For applications where the values of potential public metadata choices are fixed ahead of time, it is possible
to try and mitigate DoS attacks. If the set of possible metadata choices is small, then applications
<bcp14>SHOULD</bcp14> use one of the protocol variants in <xref target="RSABSSA"/> with distinct keys for each metadata value.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RSABSSA">
          <front>
            <title>RSA Blind Signatures</title>
            <author fullname="Frank Denis" initials="F." surname="Denis">
              <organization>Fastly Inc.</organization>
            </author>
            <author fullname="Frederic Jacobs" initials="F." surname="Jacobs">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>This document specifies an RSA-based blind signature protocol. RSA blind signatures were first introduced by Chaum for untraceable payments. A signature that is output from this protocol can be verified as an RSA-PSS signature.

 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-rsa-blind-signatures-14"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8017">
          <front>
            <title>PKCS #1: RSA Cryptography Specifications Version 2.2</title>
            <author fullname="K. Moriarty" initials="K." role="editor" surname="Moriarty"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <author fullname="J. Jonsson" initials="J." surname="Jonsson"/>
            <author fullname="A. Rusch" initials="A." surname="Rusch"/>
            <date month="November" year="2016"/>
            <abstract>
              <t>This document provides recommendations for the implementation of public-key cryptography based on the RSA algorithm, covering cryptographic primitives, encryption schemes, signature schemes with appendix, and ASN.1 syntax for representing keys and for identifying the schemes.</t>
              <t>This document represents a republication of PKCS #1 v2.2 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series. By publishing this RFC, change control is transferred to the IETF.</t>
              <t>This document also obsoletes RFC 3447.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8017"/>
          <seriesInfo name="DOI" value="10.17487/RFC8017"/>
        </reference>
        <reference anchor="RFC5869">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications. The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="RFC5756">
          <front>
            <title>Updates for RSAES-OAEP and RSASSA-PSS Algorithm Parameters</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="D. Brown" initials="D." surname="Brown"/>
            <author fullname="K. Yiu" initials="K." surname="Yiu"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="T. Polk" initials="T." surname="Polk"/>
            <date month="January" year="2010"/>
            <abstract>
              <t>This document updates RFC 4055. It updates the conventions for using the RSA Encryption Scheme - Optimal Asymmetric Encryption Padding (RSAES-OAEP) key transport algorithm in the Internet X.509 Public Key Infrastructure (PKI). Specifically, it updates the conventions for algorithm parameters in an X.509 certificate's subjectPublicKeyInfo field. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5756"/>
          <seriesInfo name="DOI" value="10.17487/RFC5756"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="PRIVACY-PASS">
          <front>
            <title>Privacy Pass Issuance Protocol</title>
            <author fullname="Sofia Celi" initials="S." surname="Celi">
              <organization>Brave Software</organization>
            </author>
            <author fullname="Alex Davidson" initials="A." surname="Davidson">
              <organization>Brave Software</organization>
            </author>
            <author fullname="Steven Valdez" initials="S." surname="Valdez">
              <organization>Google LLC</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="3" month="October" year="2023"/>
            <abstract>
              <t>   This document specifies two variants of the two-message issuance
   protocol for Privacy Pass tokens: one that produces tokens that are
   privately verifiable using the issuance private key, and another that
   produces tokens that are publicly verifiable using the issuance
   public key.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-privacypass-protocol-16"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
      </references>
    </references>
    <?line 616?>

<section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to thank Nikita Borisov for pointing out an issue with a prior attempt at mitigating DoS attacks.</t>
    </section>
    <section anchor="test-vectors">
      <name>Test Vectors</name>
      <t>This section includes test vectors for the RSAPBSSA-SHA384-PSS-Deterministic variant defined in <xref target="core-protocol"/>.
The following parameters are specified for each test vector, where each hexidecimal value uses an unsigned big-endian convention:</t>
      <ul spacing="normal">
        <li>
          <t>p, q, d, e, n: RSA private and public key parameters, each encoded as a hexadecimal string.</t>
        </li>
        <li>
          <t>msg: Input message being signed, encoded as a hexadecimal string. The hash is computed using SHA-384.</t>
        </li>
        <li>
          <t>info: Public metadata bound to the signature, encoded as a hexadecimal string.</t>
        </li>
        <li>
          <t>eprime: The augmented public key exponent corresponding to e and metadata, encoded as a hexadecimal string.</t>
        </li>
        <li>
          <t>r: The message blinding value, encoded as a hexadecimal string.</t>
        </li>
        <li>
          <t>salt: Randomly-generated salt used when computing the signature. The length is 48 bytes.</t>
        </li>
        <li>
          <t>blind_msg, blind_sig: The protocol values exchanged during the computation,
encoded as hexadecimal strings.</t>
        </li>
        <li>
          <t>sig: The output message signature.</t>
        </li>
      </ul>
      <artwork><![CDATA[
// Test vector 1
p: dcd90af1be463632c0d5ea555256a20605af3db667475e190e3af12a34a332
4c46a3094062c59fb4b249e0ee6afba8bee14e0276d126c99f4784b23009bf616
8ff628ac1486e5ae8e23ce4d362889de4df63109cbd90ef93db5ae64372bfe1c5
5f832766f21e94ea3322eb2182f10a891546536ba907ad74b8d72469bea396f3
q: f8ba5c89bd068f57234a3cf54a1c89d5b4cd0194f2633ca7c60b91a795a56f
a8c8686c0e37b1c4498b851e3420d08bea29f71d195cfbd3671c6ddc49cf4c1db
5b478231ea9d91377ffa98fe95685fca20ba4623212b2f2def4da5b281ed0100b
651f6db32112e4017d831c0da668768afa7141d45bbc279f1e0f8735d74395b3
d: 4e21356983722aa1adedb084a483401c1127b781aac89eab103e1cfc522154
94981d18dd8028566d9d499469c25476358de23821c78a6ae43005e26b394e305
1b5ca206aa9968d68cae23b5affd9cbb4cb16d64ac7754b3cdba241b72ad6ddfc
000facdb0f0dd03abd4efcfee1730748fcc47b7621182ef8af2eeb7c985349f62
ce96ab373d2689baeaea0e28ea7d45f2d605451920ca4ea1f0c08b0f1f6711eaa
4b7cca66d58a6b916f9985480f90aca97210685ac7b12d2ec3e30a1c7b97b65a1
8d38a93189258aa346bf2bc572cd7e7359605c20221b8909d599ed9d38164c9c4
abf396f897b9993c1e805e574d704649985b600fa0ced8e5427071d7049d
e: 010001
n: d6930820f71fe517bf3259d14d40209b02a5c0d3d61991c731dd7da39f8d69
821552e2318d6c9ad897e603887a476ea3162c1205da9ac96f02edf31df049bd5
5f142134c17d4382a0e78e275345f165fbe8e49cdca6cf5c726c599dd39e09e75
e0f330a33121e73976e4facba9cfa001c28b7c96f8134f9981db6750b43a41710
f51da4240fe03106c12acb1e7bb53d75ec7256da3fddd0718b89c365410fce61b
c7c99b115fb4c3c318081fa7e1b65a37774e8e50c96e8ce2b2cc6b3b367982366
a2bf9924c4bafdb3ff5e722258ab705c76d43e5f1f121b984814e98ea2b2b8725
cd9bc905c0bc3d75c2a8db70a7153213c39ae371b2b5dc1dafcb19d6fae9
msg: 68656c6c6f20776f726c64
info: 6d65746164617461
eprime: 30581b1adab07ac00a5057e2986f37caaa68ae963ffbc4d36c16ea5f3
689d6f00db79a5bee56053adc53c8d0414d4b754b58c7cc4abef99d4f0d0b2e29
cbddf746c7d0f4ae2690d82a2757b088820c0d086a40d180b2524687060d768ad
5e431732102f4bc3572d97e01dcd6301368f255faae4606399f91fa913a6d699d
6ef1
r: d55491221c9a9ce5687b84669880abbc4db57c8f82864a450a5bf7c3f0
902884fa418c74bf663f3bfcff74a4792356f3ce052f128b084f8b028cf432533
27514f4b38430c69f19f155634429803badd1f6849d8603882eb9b648b697cb2f
2c4069b504562e19bb9f1cf99da47c198c2ae04f4bd3add78025e80f146edce48
dc3e9dc0ba3ee14bc97489050e26dc8935f3ecfcaea07c9c1a3d8e41be1e49dc8
aa171ac4cec9d1cddd8066b13767901dcb339e2cce40d11f5cff6c870012bca49
109ce6e81e165d3831531cbf8503f3cfde68340789979cba96602e70613a13869
aff57f2170e31ebe85564e3f026d8cd1835e59144fb8c008391c55d2fb1a5488
salt: 648ea74482fbab69876817ee3c2055a6921a458648c802c09a23f8825b2
59724e41c960ef29febe16a04e120c8b1cc1a
blind_msg: cfd613e27b8eb15ee0b1df0e1bdda7809a61a29e9b6e9f3ec7c3
45353437638e85593a7309467e36396b0515686fe87330b312b6f89df26dc1cc8
8dd222186ca0bfd4ffa0fd16a9749175f3255425eb299e1807b76235befa57b28
f50db02f5df76cf2f8bcb55c3e2d39d8c4b9a0439e71c5362f35f3db768a5865b
864fdf979bc48d4a29ae9e7c2ea259dc557503e2938b9c3080974bd86ad8b0daa
f1d103c31549dcf767798079f88833b579424ed5b3d700162136459dc29733256
f18ceb74ccf0bc542db8829ca5e0346ad3fe36654715a3686ceb69f73540efd20
530a59062c13880827607c68d00993b47ad6ba017b95dfc52e567c4bf65135072
b12a4
blind_sig: ca7d4fd21085de92b514fbe423c5745680cace6ddfa864a9bd97
d29f3454d5d475c6c1c7d45f5da2b7b6c3b3bc68978bb83929317da25f491fee8
6ef7e051e7195f3558679b18d6cd3788ac989a3960429ad0b7086945e8c4d38a1
b3b52a3903381d9b1bf9f3d48f75d9bb7a808d37c7ecebfd2fea5e89df59d4014
a1a149d5faecfe287a3e9557ef153299d49a4918a6dbdef3e086eeb264c0c3621
bcd73367195ae9b14e67597eaa9e3796616e30e264dc8c86897ae8a6336ed2cd9
3416c589a058211688cf35edbd22d16e31c28ff4a5c20f1627d09a71c71af372e
dc18d2d7a6e39df9365fe58a34605fa1d9dc53efd5a262de849fb083429e20586
e210e
sig: cdc6243cd9092a8db6175b346912f3cc55e0cf3e842b4582802358dddf6f
61decc37b7a9ded0a108e0c857c12a8541985a6efad3d17f7f6cce3b5ee20016e
5c36c7d552c8e8ff6b5f3f7b4ed60d62eaec7fc11e4077d7e67fc6618ee092e20
05964b8cf394e3e409f331dca20683f5a631b91cae0e5e2aa89eeef4504d24b45
127abdb3a79f9c71d2f95e4d16c9db0e7571a7f524d2f64438dfb32001c00965f
f7a7429ce7d26136a36ebe14644559d3cefc477859dcd6908053907b325a34aaf
654b376fade40df4016ecb3f5e1c89fe3ec500a04dfe5c8a56cad5b086047d2f9
63ca73848e74cf24bb8bf1720cc9de4c78c64449e8af3e7cddb0dab1821998

// Test vector 2
p: dcd90af1be463632c0d5ea555256a20605af3db667475e190e3af12a34a332
4c46a3094062c59fb4b249e0ee6afba8bee14e0276d126c99f4784b23009bf616
8ff628ac1486e5ae8e23ce4d362889de4df63109cbd90ef93db5ae64372bfe1c5
5f832766f21e94ea3322eb2182f10a891546536ba907ad74b8d72469bea396f3
q: f8ba5c89bd068f57234a3cf54a1c89d5b4cd0194f2633ca7c60b91a795a56f
a8c8686c0e37b1c4498b851e3420d08bea29f71d195cfbd3671c6ddc49cf4c1db
5b478231ea9d91377ffa98fe95685fca20ba4623212b2f2def4da5b281ed0100b
651f6db32112e4017d831c0da668768afa7141d45bbc279f1e0f8735d74395b3
d: 4e21356983722aa1adedb084a483401c1127b781aac89eab103e1cfc522154
94981d18dd8028566d9d499469c25476358de23821c78a6ae43005e26b394e305
1b5ca206aa9968d68cae23b5affd9cbb4cb16d64ac7754b3cdba241b72ad6ddfc
000facdb0f0dd03abd4efcfee1730748fcc47b7621182ef8af2eeb7c985349f62
ce96ab373d2689baeaea0e28ea7d45f2d605451920ca4ea1f0c08b0f1f6711eaa
4b7cca66d58a6b916f9985480f90aca97210685ac7b12d2ec3e30a1c7b97b65a1
8d38a93189258aa346bf2bc572cd7e7359605c20221b8909d599ed9d38164c9c4
abf396f897b9993c1e805e574d704649985b600fa0ced8e5427071d7049d
e: 010001
n: d6930820f71fe517bf3259d14d40209b02a5c0d3d61991c731dd7da39f8d69
821552e2318d6c9ad897e603887a476ea3162c1205da9ac96f02edf31df049bd5
5f142134c17d4382a0e78e275345f165fbe8e49cdca6cf5c726c599dd39e09e75
e0f330a33121e73976e4facba9cfa001c28b7c96f8134f9981db6750b43a41710
f51da4240fe03106c12acb1e7bb53d75ec7256da3fddd0718b89c365410fce61b
c7c99b115fb4c3c318081fa7e1b65a37774e8e50c96e8ce2b2cc6b3b367982366
a2bf9924c4bafdb3ff5e722258ab705c76d43e5f1f121b984814e98ea2b2b8725
cd9bc905c0bc3d75c2a8db70a7153213c39ae371b2b5dc1dafcb19d6fae9
msg: 68656c6c6f20776f726c64
info:
eprime: 2ed579fcdf2d328ebc686c52ccaec247018832acd530a2ac72c0ec2b9
2db5d6bd578e91b6341c1021142b45b9e6e5bf031f3dd62226ec4a0f9ef99e45d
d9ccd60aa60a0c59aac271a8caf9ee68a9d9ff281367dae09d588d3c7bca7f18d
e48b6981bbc729c4925c65e4b2a7f054facbb7e5fc6e4c6c10110c62ef0b94eec
397b
r: 532103acf62670e3176eb1cfee7c2c46c7986704b869387924c33e8358
8c7cac67882570aede836b51b44a565c872a91bbf4f0f8396019113ef382963d3
a51b91429993e821217d3e85b2253e0daa0e9cfc440c37a37707f7aed383d98b3
150f21e1146c58c28d4a49046b8e97f834e4cb95e5483dfc42eaa17bdce947631
7f710b7488cc06cf61a1c449faa1d34119f2c3cd6ead79f9de14358b1c750bf2c
312fcbba3c511341fd4952ba2fcd486a9e81fd829e47cd8a0ac0273d7594c69eb
4aebfaec3c59aa1a016582410d9f4be14dac4b1a66f61eeb3e108af3868e410f7
7436765ba1df7c9a5cf37d8ec3dced6f5689da9703618a5cc7bf6d60f7b4209c
salt: 134520fb9ae6076594b4488fa31cae4e8e3efaca5ae4377bd586aac58e9
0f8925826b4b4fff2e21fdb933c4fbb6467a2
blind_msg: 5e6568cd0bf7ea71ad91e0a9708abb5e97661c41812eb994b672
f10aa8983151113aeaabcf1306fa5a493e3dbdd58fc8bdb61aac934fae832676b
cab7abacdcc1b9c1f2af3586ae009042293b6945fee0aeffb2d2b8a24f82614b8
be39bab71a535f6d65f1631e927dbd471b0753e7a63a201c7ecd26e7fbbb5e21e
02f865b64e20731004c395b0e059a92fffa4c636ac4c00db9aa086b5dd1a3dd10
1bb04970b12ca3f4936f246e32d394f328cea2510554060e8d291acdbee04b8bc
91e967241ba45f3509d63ded5f9b358f4216f37a885e563b7baa93a717ca7cdbe
10e398d14bb2d5a1376b4a5f83226ce2c575087bc28d743caeff9c1b11cc8bd02
f5f14
blind_sig: 72c4e0f4f677aa1dbb686e23b5944b3afdc7f824711a1f7486d1
ed6fa20aad255a1412885aee04c64359964e694a713da2a1684325c1c31401cac
1ea39a9e454675b55f743ff144ac605d0ed254b12d9bdd43b0e8a17c0d4711239
732e45e4166261d0b16d2f29403c5f2584a29b225daa7530ba15fc9af15ed2ce8
fcb126ad0b0758fd522fbf99a83e4cfe0539aa264d06a1633deee0053f45fc8a9
44f1468a0c0c449155139779a3230c8fa41a81858418151fa195f57ea645699f5
50d3cb37c549542d436071d1af74e629f938fa4717ca9def382fc35089e4caec9
e5d740c38ecb2aa88c90176d2f322866acfd50e2b92313161e81327f889aca0c9
4bcb8
sig: a7ace477c1f416a40e93ddf8a454f9c626b33c5a20067d81bdfef7b88bc1
5de2b04624478b2134b4b23d91285d72ca4eb9c6c911cd7be2437f4e3b24426bc
e1a1cb52e2c8a4d13f7fd5c9b0f943b92b8bbcba805b847a0ea549dbc249f2e81
2bf03dd6b2588c8af22bf8b6bba56ffd8d2872b2f0ebd42ac8bd8339e5e638061
99deec3cf392c078f66e72d9be817787d4832c45c1f192465d87f6f6c333ce1e8
c5641c7069280443d2227f6f28ff2045acdc368f2f94c38a3c909591a27c93e17
78630aeeeb623805f37c575213091f096be14ffa739ee55b3f264450210a4b2e6
1a9b12141ca36dd45e3b81116fc286e469b707864b017634b8a409ae99c9f1

// Test vector 3
p: dcd90af1be463632c0d5ea555256a20605af3db667475e190e3af12a34a332
4c46a3094062c59fb4b249e0ee6afba8bee14e0276d126c99f4784b23009bf616
8ff628ac1486e5ae8e23ce4d362889de4df63109cbd90ef93db5ae64372bfe1c5
5f832766f21e94ea3322eb2182f10a891546536ba907ad74b8d72469bea396f3
q: f8ba5c89bd068f57234a3cf54a1c89d5b4cd0194f2633ca7c60b91a795a56f
a8c8686c0e37b1c4498b851e3420d08bea29f71d195cfbd3671c6ddc49cf4c1db
5b478231ea9d91377ffa98fe95685fca20ba4623212b2f2def4da5b281ed0100b
651f6db32112e4017d831c0da668768afa7141d45bbc279f1e0f8735d74395b3
d: 4e21356983722aa1adedb084a483401c1127b781aac89eab103e1cfc522154
94981d18dd8028566d9d499469c25476358de23821c78a6ae43005e26b394e305
1b5ca206aa9968d68cae23b5affd9cbb4cb16d64ac7754b3cdba241b72ad6ddfc
000facdb0f0dd03abd4efcfee1730748fcc47b7621182ef8af2eeb7c985349f62
ce96ab373d2689baeaea0e28ea7d45f2d605451920ca4ea1f0c08b0f1f6711eaa
4b7cca66d58a6b916f9985480f90aca97210685ac7b12d2ec3e30a1c7b97b65a1
8d38a93189258aa346bf2bc572cd7e7359605c20221b8909d599ed9d38164c9c4
abf396f897b9993c1e805e574d704649985b600fa0ced8e5427071d7049d
e: 010001
n: d6930820f71fe517bf3259d14d40209b02a5c0d3d61991c731dd7da39f8d69
821552e2318d6c9ad897e603887a476ea3162c1205da9ac96f02edf31df049bd5
5f142134c17d4382a0e78e275345f165fbe8e49cdca6cf5c726c599dd39e09e75
e0f330a33121e73976e4facba9cfa001c28b7c96f8134f9981db6750b43a41710
f51da4240fe03106c12acb1e7bb53d75ec7256da3fddd0718b89c365410fce61b
c7c99b115fb4c3c318081fa7e1b65a37774e8e50c96e8ce2b2cc6b3b367982366
a2bf9924c4bafdb3ff5e722258ab705c76d43e5f1f121b984814e98ea2b2b8725
cd9bc905c0bc3d75c2a8db70a7153213c39ae371b2b5dc1dafcb19d6fae9
msg:
info: 6d65746164617461
eprime: 30581b1adab07ac00a5057e2986f37caaa68ae963ffbc4d36c16ea5f3
689d6f00db79a5bee56053adc53c8d0414d4b754b58c7cc4abef99d4f0d0b2e29
cbddf746c7d0f4ae2690d82a2757b088820c0d086a40d180b2524687060d768ad
5e431732102f4bc3572d97e01dcd6301368f255faae4606399f91fa913a6d699d
6ef1
r: 6e1de89fc58417836aa76fefe4876b8b311af2eb94a8226d5796273171
48551d90b6f9db614b590e7f66f34644a2f6a3568ec78852b7f45876f576a7ee6
0c19bb0fbbdf1c85d7b36cf7bdf80fb925830c07285efae69e0c019d8d99fd5c6
20f83361c9411541fddf4bfe27e73f756bf594742a8253119d134e1ad67f02228
59c4ab243868bb23a6468c01ead9a617657056685f19fcd423b9e916c5e3e3b21
f92d0e12667d695084a42ae97a548d5982a51b67dd09c188c051d20236e24b231
e80a96449390e9032bad350645f5d4a162ddf3d61506ef6737b4f9fe6064a1d2f
afc7849e5039a98ebf14a800dc2423fccc1293f28a2c66ec22983cab922c1cc6
salt: 1ade5e965d1946a69dc495e78c8524910094f08405471664d4898fa3612
bf03fd03b3ae8140a737cb13e223e35219b58
blind_msg: 92d5456738e0cfe0fa770b51e6a72d633d7cec3a945459f1db96
dbc500a5d1bca34a839059579759301c098231b102fb1e114bf9f892f42f902a3
36f4a3585b23efa906dfcb94213f4d3b39951551cedecbf51efa213ad030cf821
ee3fa46a57d67429f838ff728f47111f7f1b22000a979c0f56cc581396935780d
76173410d2a8a5688cd59622903008fe50af1fcc5e7cf96affad7e60fbed67996
c7a377effa0f08d9273cd33536b2625c9575d10636cc964636a1500f4fcb22aab
bef77fe415cbc7245c1032d34bd480ee338f55be0a79c0076d9cf9c94c0db3003
a33b23c62dbd1a85f2b15db5d153b318cca53c6d68e1e63bafa39c9a43be72f36
d2569
blind_sig: a76a1c53566a9781de04d87e8c3a0bc902b47819e7b900580654
215b0a710cb563b085b5e9fff150791f759da03a139dfc9159c21410f1e3d345b
8c5dcca35211772900f85c5eec065987cbdbf303e9651196223263a713e4135d6
b20bfa8fb8212341665647a9a7e07a831ccbf9e62d9366ec9ac0bbe96228e6fbb
848f8f6f474cce68e3556dc882847e9e61b5b5e02bbfd6152aeca74e8782a54ff
e6552d63fb837738a05044b38f7e908c4989b202bd858695c61e12cf9d47ef276
a17917e39f942871defd9747541957b1e2f8950da43c9a05ba4835bded23c24cf
64edfee10dd0c70b071427cfcbb8b5eb225daf149a6b4d42bebcc536380a9d753
a8b1e
sig: 02bc0f2728e2b8cd1c1b9873d4b7f5a62017430398165a6f8964842eaa19
c1de292207b74dc25ee0aa90493216d3fbf8e1b2947fd64335277b34767f987c4
82c69262967c8a8aaf180a4006f456c804cdc7b92d956a351ad89703cc76f69ed
45f24d68e1ae0361479e0f6faf10c3b1582de2dcd2af432d57c0c89c8efb1cf3a
c5f991fe9c4f0ad24473939b053674a2582518b4bd57da109f4f37bc91a2f806e
82bb2b80d486d0694e663992c9517c946607b978f557bbb769d4cd836d693c77d
a480cd89b916e5e4190f317711d9c7e64528a314a14bf0b9256f4c60e9ddb5505
83c21755ab882bdfdf22dc840249389b1e0a2189f58e19b41c5f313cddce29

// Test vector 4
p: dcd90af1be463632c0d5ea555256a20605af3db667475e190e3af12a34a332
4c46a3094062c59fb4b249e0ee6afba8bee14e0276d126c99f4784b23009bf616
8ff628ac1486e5ae8e23ce4d362889de4df63109cbd90ef93db5ae64372bfe1c5
5f832766f21e94ea3322eb2182f10a891546536ba907ad74b8d72469bea396f3
q: f8ba5c89bd068f57234a3cf54a1c89d5b4cd0194f2633ca7c60b91a795a56f
a8c8686c0e37b1c4498b851e3420d08bea29f71d195cfbd3671c6ddc49cf4c1db
5b478231ea9d91377ffa98fe95685fca20ba4623212b2f2def4da5b281ed0100b
651f6db32112e4017d831c0da668768afa7141d45bbc279f1e0f8735d74395b3
d: 4e21356983722aa1adedb084a483401c1127b781aac89eab103e1cfc522154
94981d18dd8028566d9d499469c25476358de23821c78a6ae43005e26b394e305
1b5ca206aa9968d68cae23b5affd9cbb4cb16d64ac7754b3cdba241b72ad6ddfc
000facdb0f0dd03abd4efcfee1730748fcc47b7621182ef8af2eeb7c985349f62
ce96ab373d2689baeaea0e28ea7d45f2d605451920ca4ea1f0c08b0f1f6711eaa
4b7cca66d58a6b916f9985480f90aca97210685ac7b12d2ec3e30a1c7b97b65a1
8d38a93189258aa346bf2bc572cd7e7359605c20221b8909d599ed9d38164c9c4
abf396f897b9993c1e805e574d704649985b600fa0ced8e5427071d7049d
e: 010001
n: d6930820f71fe517bf3259d14d40209b02a5c0d3d61991c731dd7da39f8d69
821552e2318d6c9ad897e603887a476ea3162c1205da9ac96f02edf31df049bd5
5f142134c17d4382a0e78e275345f165fbe8e49cdca6cf5c726c599dd39e09e75
e0f330a33121e73976e4facba9cfa001c28b7c96f8134f9981db6750b43a41710
f51da4240fe03106c12acb1e7bb53d75ec7256da3fddd0718b89c365410fce61b
c7c99b115fb4c3c318081fa7e1b65a37774e8e50c96e8ce2b2cc6b3b367982366
a2bf9924c4bafdb3ff5e722258ab705c76d43e5f1f121b984814e98ea2b2b8725
cd9bc905c0bc3d75c2a8db70a7153213c39ae371b2b5dc1dafcb19d6fae9
msg:
info:
eprime: 2ed579fcdf2d328ebc686c52ccaec247018832acd530a2ac72c0ec2b9
2db5d6bd578e91b6341c1021142b45b9e6e5bf031f3dd62226ec4a0f9ef99e45d
d9ccd60aa60a0c59aac271a8caf9ee68a9d9ff281367dae09d588d3c7bca7f18d
e48b6981bbc729c4925c65e4b2a7f054facbb7e5fc6e4c6c10110c62ef0b94eec
397b
r: 35deeb769ae3dce60033cbaeceeec511cd980307f53810c1b33934eeee
c194283834419fb190881213cfc0d91ff6307862ce143586ad9580057e3af6bb4
a405075ed9abf1f3b5a5cfb0c7fc59b952401cb28c04f9f85a9a3708fd51c74af
a1a1028a821beb2f8165678657f0d2effb7a1add5421216f3c50253a6f8d0d8ed
492f947d58b42527a2249b08e5ab05c25362ad8112bdea931544711b2a3d30e61
e2c8a130ea7f90fe915b5c3adaa24a6c300c23d8f670d330b592a7c05f7588324
688ae10e06290ab160096ce132a5ed220d2fbe6b4722cc30e05316b30f500b2ac
15038555289ea405025740a1d2a3098d34d094b566d0b973e661d855fb90be3c
salt: df4fbdf415184c20fad0418f27c35974db8c321e84c54b21e1e2619dbfa
0ad70db62c01783ffe796e8474596d7eb3fd8
blind_msg: ba562cba0e69070dc50384456391defa410d36fa853fd235902f
f5d015d688a44def6b6a7e71a69bff8ee510f5a9aa44e9afddd3e766f2423b3fc
783fd1a9ab618586110987c1b3ddce62d25cae500aa92a6b886cb609829d06e67
fbf28fbbf3ee7d5cc125481dd002b908097732e0df06f288cc6eb54565f8153d4
80085b56ab6cb5801b482d12f50558eb3cb0eb7a4ff8fcc54d4d7fcc2f8913a40
1ae1d1303ead7964f2746e4804e2848bba87f53cf1412afedc82d9c383dd095e0
eb6f90cc74bc4bb5ea7529ded9cde2d489575d549b884379abe6d7b71969e6a9c
09f1963d2719eefccd5f2a407845961ccc1fa580a93c72902b2499d96f89e6c53
fc888
blind_sig: 280c5934022fd17f7f810d4f7adf1d29ced47d098834411d6721
63cc793bcaad239d07c4c45048a682995950ce84703064cd8c16d6f2579f7a65b
66c274faccc6c73c9d299dcf35c96338c9b81af2f93554a78528551e04be931c8
502ee6a21ef65d1fa3cd049a993e261f85c841b75857d6bf02dd4532e14702f8f
5e1261f7543535cdf9379243b5b8ca5cd69d2576276a6c25b78ab7c69d2b0c568
eb57cf1731983016dece5b59e75301ca1a148154f2592c8406fee83a434f7b319
2649c5be06000866ff40bf09b558c7af4bbb9a79d5d13151e7b6e602e30c4ab70
bbbce9c098c386e51b98aefab67b8efc03f048210a785fd538ee6b75ecd484c13
40d91
sig: b7d45ec4db11f9b74a6b33806e486f7ee5f87c4fa7c57d08caf0ca6d3ba5
5e66bf0769c84b9187b9a86e49ba0cb58348f01156ac5bc2e9570fe0a8c33d0ad
049a965aeb2a8d8a3cbb30f89a3da6732a9bb3d9415141be4e9052f49d422301a
9cfce49947db7d52a1c620b7106ae43afbcb7cb29b9c215e0c2b4cf8d62db6722
4dd3de9f448f7b6607977c608595d29380b591a2bff2dff57ea2c77e9cdf69c18
21ff183a7626d45bbe1197767ac577715473d18571790b1cf59ee35e64362c826
246ae83923d749117b7ec1b4478ee15f990dc200745a45f175d23c8a13d2dbe58
b1f9d10db71917708b19eeeab230fe6026c249342216ee785d9422c3a8dc89
]]></artwork>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+2d+3Yct7Xm/8dT1FHWGlHnkEzdL1pxEkW2E63EtsZyciaT
yTJRKBTZEdnd7uqWxHh8nmWeZZ5sfhuoa5OUFZ/MzD9SLiK7q1DAxt7f/r4N
oHR2dqb2q/21fRo8eql3+5W+vr4NfnO9WjfB16+eBa9Wl2u9P+xs90jput7Z
Nx9wodF7e7nZ3T4NVut2o9Rqu3sa7HeHbh+HYRXG6rW9fbvZNU+DF+u93a3t
/uzTnW73qtvrdfOtvt6s6c+t7dR29TT4y35jToNus9vvbNvx0+2N/PBXpZqN
WesbLm3k7rPVbt+emXZ3ebYdOnhWSwfPdp0+47Hdob5Zdd1qs97fbrntxdff
fK6UPuyvNrunKjgL6G/3NPjtefCM/978TTcq4I9/xm+vNodu+cVmd6nXq7/r
PS1ywWZzeW3dF/ZGr64x1KWWa3996b45N5ubR9NTXp0Hv7PrZrcyr7vNevag
V2az39/57see1cldv+6uptvkedPjnrtB/ftmMx/T86vdqttvtld2t/h2+bDn
15tD017r3XJwRr/99ZXV29X6sl7tu3OmcTa839PcefCH8+DPdjN74u/tm9X6
6JsfNePrt9e3dvNr0zGk68NNvdLntjk8Umq92d1w2xv7FCfD1abf1NnZWaDr
br/TZq/UN1erLsBdDjd2vQ+6rTWrdmW7QAf16MHd4MHBdrfB5zbXwf5Kc/Vh
u8X5umB74GIT3Ni9bvRen6sX+4Bm9Tqw7/Z2LX4V7DfcZKW937yizbGlnTU8
mYgZnt0E9a279PnnX//23Pf3ZtU0DF39TOJit2kORkyi1Pff/0vf4Ccvzj49
n/xc/Np7+Nj57ocfZuPr++JHqe6O8DRo7Hqzt83Q4/PAmUqGFezfblwk3U7D
qO3+rbVrZa5XYkiiNejs7g3uc7LZOQva3ZPgLf5k5dm3+AIBzhSIYfDH7WFv
1QXXBZ84xDjpXp9yDR9/e9NdPrk47e+9GD/jwpc7SzfsibvCd23rP2oUj3Z2
37RurNvd6g3gwxx1nb6kHe65kO6/WTWTyX3vT133L7rX0qaSz6X/eHMAPN25
xw/zPPjjlqfJSK7tfnwwfRotqqarg2urd+suwMJXtNsPTnezTgyXiE0uzpn3
wGGXORBu0hQt31i97oIHW5Ue+GEyA5PdLtzopgepe+5i6Hje4KtXWiz7Ru9W
linne73d4u8uLIHdt6v9VfD99796+fWLPz17/uezl89evfLuaHFHZ3hzu9Vd
dzaY4ocfVG3lWTower1Z09Y1oaLFdqDD1eraBofOtgfccGFDmePr1c1K/BK0
kChUqz3xa13/A0y4IpS0YR5uNo1M+FFsirvVNqA3G7PS0o50X+ngpPeM0ync
n2Dy1c7Z3vXCkB4I6NM7bUpcDCBDWDpwWA2wQH9erzdvHQLU2Di4GyJcLvOx
X91YMa8PB9fWuQcomQFvkIXtxQZbCaKVwW6fM829EU+nvt2sLq/2MmTubxR9
sGuzaSxXblc718y87wE/BT9mjOGRp2p8CtMoz/BtNzxLZncRNdyMr9jzy/NT
iZxhApzHre3U0ht9fbDep/h8vJebDns/DeNsd7gNl9rra9/tmWX8HFzpNzYg
Xoh3+X5HNtrpHQ+/2RzW4Da2njD7PalAXF/zGdcPMfHeBDCCp4TQS3f9iYDt
MT0aqZEf77PtliS9evfknG9uVnRcfGZ44moN3Pe//PDDadA3Ld/Qbduu1j4o
uoO5os9v9a3vpHgW6H+4drY+Oawd5NvmyQz1++nDF30Gct3RgWNdeudywNnL
V6+IvdoZ0DU8zsPqZrvpiCm102tM7QI0kJR3NYYf3sZsrvfnksOeb9Zv+Nl5
sETBp9L5lZ83ZsFPutDALnj0xR9fffPo1P8dfPmV+/nrz/7rH198/dmn8vOr
3z37wx/GH1R/xavfffXHP3w6/TTd+fyrL7747MtP/c18Giw+Uo++ePbnRx7/
H3318psXX3357A+PPNTMnUNLFnNA4tIYSUeQRHeqsZ3ZrWo/E795/vJ//68o
DSRLf/48jqKKFOx/KaMi5Rdgf+2ftlnjFf5XSY8KZwaWpRX8hfnZrvb6mgAC
CLorQRNJGFjzX/8ilvnr0+AXtdlG6S/7D2TAiw8Hmy0+dDa7+8mdm70R7/no
nseM1lx8fmTpZX+f/Xnx+2D32Ye/+BU+a4OzqPzVL5W40Jcbj4/eX9rN9fXm
rbg3k3HTuekRuMOUu83hEn6+P5pAJm+Yqp4e9Alms7W7HkKOZx3yeBY8gjjy
oEdDyCznX2jjLUnHX9RH9avnL154ZOzTK5yY+5oVNOJA4jNXWgBVOMSjK8Bs
80gi+i/B4/BdXj4+dX9n/d/Pj/7+/HHw13O6JU/tvt1vvl31mYW/5Vf3+VMf
cbv9Ufcwglza7jY3fEMePlvbS8eT3bAu6RFs+71NO1OvJOWIhbwNvnoVv3jp
rnwRf/XqpXw0Dwua7GMgjAoBMsAJrJXHXt+ey8zaEbhAlfawNh4q/NRYQZbZ
KDoluiKoV5dnAp66/xL0kO6fBWBSs7n5th/Qt4f1SpLdyRenwZdP0BR27RvV
/YWnQX8F4dis5BHkHddvd3/wtVjEc93gCz411+Q6DCbD/RKY63+Hu55bMt0X
wS8+Cb4OfhF86WZptf/22q5P1k9kShzndd53A/zdHG6CNRKGZ+AiopuCtbWS
TJkmSC1Wco4rzrrpVvNZCtbS+EqmuLPfwntO3p0Gd54hCaBPkO5Wd7U8613A
LcFaUmSLrApW8pGMZ+1mVxDebITH3Vj3nO5bs3G/DY/52pJE1qLj7fHNw40e
5FogjEfSnd3bVedaE3N0tCFhzM+XkvbbpZ+euvkVb5vm05lwnLx1/6m/qmcf
kJLd7Xa/udzp7ZUwTER/Z42ku/7q3tyXvpmNcxc4HhY6eReeBufnTOC7L50d
5UO71gOxn/vfknjhHn0T4bswOg34/zhM3N9pmIX5E2SLfCOf+k/kqR3z4sy5
Og3+NlnUD2flM+k8ci/eXUhy3rmU7uJ307ad3UPzPb2XUBAb7OnP8NXfLk4n
hz2ii74Dy46dBvQ/6zu86G4fU94J6qm/QxAF7puZO/czWzu/7p3I37296z8y
WKdWRv/eOjb9Hj8iI4xM6+UA5d//zGx2dhIdPleM142Qz3x1RLqjgyhbMus1
SDMDHgT4pzCjN/b39vYlXLQnLfLJS0dv+Fwu4mPVbg67QJ67vL9Xqqee+PV/
Cf3zA/p8tdbXq7/bvhXi/bvDioh31JgUJgShHSWzOOGAQXfExHnwB5lsJ/T6
5OavedyNIthZV40c/0IEwHj1sbjprkRPP/zAXi07wb59/eRC9e34b2dPlcv6
xgdWf+7ifuAm7uM+GmWMzJCxjQSs0Pth4hS+MNVKCI7vv+e+s+m+H34491M9
K05crpiHhcjvKwUuD15NdQHP6ly9wil8r8W4iuz/H//xH+qh8oP70j21b55G
RVkB1Hrf11t8RemeatI9z3HXynMkZt/wMOcxJ9t5VeTUKbcHHk22gD9fjO1c
DBWoYdbeAopX/lpn6K7ru9mbQj3YK1+lGV3Yzfyiv4tO9Rr3bqeksDF0aii8
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
soHf0oYawnvXTxcHg++8XnPoYP/KrsVpXzqhh04Mh37dOTT5l3fmyz9ebw2n
0X6sjWnjt/vnEvrTLJ6q98tk5/3GxKcD0xq9t3bvOR3eUjkdZ/yAjlunyPtS
vkdWu7DGWPNcrj4IaVy8XPGDnrZ7ujgMM+5fcrP5QS3Iwp8cTfPV9bPZm9lk
AfQwHlhb0vIjDjbsMu2CtJzej+x68z/8EYT+Z+57OrwEZ0AZh572nbmSw8DN
cIjJr8+MiUDeZjwbzd2xuCeOzfe5Z7DLnMzIBsqf/9wHsY+JIFLbp0FjmirU
bVTbNE/yJDZhk1mdZVmc5ToO8zDTbdLUeV6kRWajKrQJV8c6SXWSxCo1aa6T
sErDPDZZ1dZpHaeVDa3NdVvrsrY2Sm0YF3kTxbmpqjYtSq5JwrCq2zzKVdm2
eVxqE6VlbjNtSxsnxqZNwqdl1fBTmydRWJmajtq2ojNcladJEdetjUymsrZM
eEDexpGtUiv9im0dR2XcRqEuqyhL8yzJa12FhW6KtC6bIk7zqubSKm8T9d3T
oC1rnZmyqpswL9usiGV8ps1SHfFpk9WpacKoSts4TxKjC5OHdRXposp0lrdK
l6bMy9xgnaKOTJpWZV1mkU3SOGxCrKDjqi2iJqoy09aMrYhM3jQmrUybmqip
FU8oyjiJrK6aKkqKom11Vba2yvIyaw1TUes0j5M4iuu4jUHKtNFZHZeRpWNh
WKs8i9q8qbkiim0aRkVTJhHTqfO8LPJSt7qI0qhJs7o2cVG1kQ3bskgyLJJU
WZ2o5mmQ2jhKsrwqsW6sdYS3NXVYpjotE5o0NF3URRlpjVWsrqMwYQpak8Ux
VlYV42aQZdOUYVxmed5UTVpV2NrEWVrkSVY2TG8ZR6Yoda5tih9kNs7rhIlL
wkxFdSZjzbWuqrxs8tJobmDG27bBBZiGOsqbPNWmKLK0TkxT6ziN6iLWDQZt
jQrDsNV8HLZh04SJrpvUtqbFD4skLNKyNSZlDDlmKmPbYpfY2rowVZklaYUv
KmOrXNdJkTRxjkdoy39CG5dWF1gP2xMUaRZVcWg07ha1oWGKwxbzFxETqFVK
ewa7NxmjxE/ytqL5tAxbYs3oqogj3CxjEHUUN7E1CYPH04q6Kuo805Eqm6TU
VRKVVUwbRFtet3FtcEzTFJZZq+iEiUPsXpdViIdWlcXaSRnlqalMqnTdineX
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
DKOS6hLMjlxzrxT4P6Wyep+lqgAA

-->

</rfc>
