<?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.18 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-amjad-cfrg-partially-blind-rsa-03" category="info" submissionType="IRTF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.22.0 -->
  <front>
    <title abbrev="Partially Blind RSA Signatures">Partially Blind RSA Signatures</title>
    <seriesInfo name="Internet-Draft" value="draft-amjad-cfrg-partially-blind-rsa-03"/>
    <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="2024" month="August" day="15"/>
    <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
WesbLm3k7jN98zfdnJl2d3m2HXp4VksPz3adPgsT1R3qm1XXrTbr/e2W+158
/c3nSunD/mqze6qCs4AOd0+D354Hz/ivNKcC/viH/PZqc+iWX2x2l3q9+rve
0yIXbDaX19Z9YW/06hpLXbo+/frSfXNuNjePpqe8Og9+Z9fNbmVed5v17EGv
zGa/v/Pdjz2rk7t+3V1Nt8nzpsc9d4P6981mPqbnV7tVt99sr+xu8e3yYc+v
N4emvda75eCMfvvrK6u3q/Vlvdp358zjbHi/p7nz4A/nwZ/tZvbE39s3q/XR
Nz9qxtdvr2/t5temY0jXh5t6pc9tc3ik1Hqzu+G2N/YpXoavTb+ps7OzQNfd
fqfNXqlvrlZdgL8cbux6H3Rba1btynaBDurRhbvBhYPtboPTba6D/ZXm6sN2
i/d1wfbAxSa4sXvd6L0+Vy/2Ac3qdWDf7e1a/CrYb7jJSnu/eUWbY0s7a3gy
ITM8uwnqW3fp88+//u257+/NqmkYuvqZBMZu0xyMmESp77//l77BT16cfXq+
2u1b7+fi197Dx853P/wwG1/fFz9KdXeEp0Fj15u9bYYenwfOVDKsYP924yLp
dhpGbfdvrV0rc70SQxKuQWd3b3Cfk83OWdDungRv8Scrz77FF4hwpkAMgz9u
D3urLrgu+MRBxkn3+pRr+Pjbm+7yycVpf+/F+BkXvtxZumFP3BW+a1v/UaN4
tLP7pnVj3e5Wb0Af5qjr9CXtcM+FdP/NqplM7nt/6rp/0b2WNpV8Lv3HmwPw
6c49fpjnwR+3PE1Gcm3344Pp02hRNV0dXFu9W3cBFr6i3X5wupt1YrhEbHJx
zrwHDrvMgXCTpmj5xup1FzzYqvTAD5MZmOx24UY3PUjdcxdDx/MGX73SYtk3
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
Q+Fl1qm2j4luSdDu6ZXvzxBD99lo6B9XOnvOugc3FKgZy0RToeG4ZNJXYo7q
PKcS7Tv4yxqzTYHrShN+VJ3jik5b3c5m3zUXbHrbjIWrqUJ19PgxIH24Kp/l
ZtWfWWxdbF9fiKUY6ub1cBkB9MrruLM/ffb1i8//HIAse+HVk3pEYr6yHmHK
8+g8FrtMXM2H6whWA8IFwKVQpq4vk1xZ85ooagUFdw7bx54Ooz9Xr6wlcr3i
NH3cuji/kdsaBru6hl7Wwt297YaSgq9mylQ1BzOR/GWlCAiQSsXKuItPl5O7
O4jy7Hrd0PVuFATBczdhzoMmVw7GP6+coXukGxw9ALR/0h9HXB9AkyD4RwBA
BQ/8GRt58IqpO79cNvMPhPqDjU+NPHjJL2b24KKfHMov1n2h40ZLdWM3ll87
785Ai+3Ths8C70/EasreTouMinIQhaOfuZDo526KiJXzr3mamkVWeh7NSkku
Xf3sZ4GQiN9Oye/7nx1ltaOcdqcmMULPnbJbn9T6tuiNKxE5hHKl+I4HdJhF
z0rMkOcVbGOlj0vPgdXcLNUsVMMBMtmXDIenKVd+mGS1rFUMzKrTrfU8DgM6
e393HjybfeyZnl7wRzX2lm8/CeLt4+DfhJn69QB+kzuuu83RbRj12R1T9MsX
B7A7GAjL0JIbl/VCtp+/CR+g6K95+Alusj0NvuP/r6DqzXgzv8rX2+AsiJ6c
fOf+Qhzx2Tb4V7leBttIs/PFiKEqRvPboXk7tnl0tx3vXpbUptnkAf/KZZ98
EkRO0tGp0WlmRGrwKaeRRsv0TuCRejVmssEatcUS5x4o8VQc9US4/BOJPOIT
Gzl5C9L2XN9p8p5U92tNvcMwnEGNOv0ZK/WVS8KuEZmVIdWd9QFkRotJd+9M
gjPfvXdNGdGbVqlXe7vlOdG5c6ZXeN5Lr2Kkrz8P4icqPg++e+Cr5FwIyrW4
KUamA5cbia2ONoP4XKXnSz9gNnpXUNm5TEyQZ1lSqPycmfpkIditG8wTVZxP
0y6/3O91qjyfO4yqzgcaMzj1xG/eM/dT3E2rfeOwT49nfWmQD5746SGLad6e
LjowSL3FBD1mhEupKe06e8Z+/k5iDLV9/EQQQWYH9ThTljKCbxCVp4N1eKgV
5TibtujcmwoA9jX573/m8ksPt/6zEdb9+oZb2fUKdSBrrtLniKyQwY7IdPr7
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
V3/SB6dbhLW7szEsZ4E0HG+Z1sOt3/G2XBO/h24JGf3d7z/9/I6qFOfNylz2
x6/68rhzGOUU6OKozkDyXvaHIuSMgvHRM6xh9fu8LiSxXExJY8Zpp6q70C3X
JakJv9vqdb/jVo4QHdaeP9crPe7C7CN0WTdwSePhFPnPYLL98buhrMGEbN76
XQ7x+U9hue9jpU9+itZdZPofXYl9vBCFV6+b9ls/HROQcu2jASzDd2Ho9KG7
UhjCMQlaH5EgcPVa39SNdlRiQdFkLVeolGvLfzu79N+CKHfLtb0z9PvcP3Fe
cvLi9198MvX21JGVT8ZO+e5+8ujlb5g7Ov+HT4ZnOEa1bPIv4V+D/yJ7a5PP
g5//PHgux/DcycqbTSduuXXLqMKvju6bOnsW/TX4n34/sTTxyu7lhNl+c+Pb
4H7hSfbxMc/0WLVsFiOfzuzwZL6qvEiOw/wNclawyO2KvR+QfGlmhkjjjoP3
4FGv8xdoJLfg7n2DarmbdNxrY1zwHi+8LvfwLA5uqnsRbB7Sd4sO/7+k6T9Y
9vqHY7h7fwy/53GPn/wnIaD/6B7ytR6sTvg3j4/3TTzuN04k89rRPXsmHrtq
0L2OTLB/Ne6euK/8NPj60dqryzl/dATguWwhb8aTQ76Q3O88G3doeYY0XRb4
BU68qNXGul1ax0vbRwT+zpGk4VC2X78cVjWRFI1bqJUOPnv54ui5nkl42e1D
8mp1eXV2bd/Y69mu9aM91kc6w28DkJOXsrYsC+Qu6YMpTNtq3y+dqmnP2fFR
rMEvtN+dN5MCPhrXzWq2/w5wdCHhN2m5RRslPZCV2omFNNNBwmnR9sE9flLv
lxNG/SqvNCcnqve+Hn55wGJ+isbjTbvOjfJ2PBfjTvhf6UPn6qvDsjEWUeNa
kt8ssnQcfybX3qz2R8cwjuffX7g7rIfa7Q1kcCdbJ75gOjZuJfz4HhGpzgOm
DoxHiTaCuh0atJFj1rLJrKeztTx94VqqP+feOUs4jiXGkGV1d3hO97sejmZ8
gtpp6gf1PtJDxqzGMd9Zi6ITi3v9HpyxADRu33eVz2m3YL/002+puHdPzfff
+709Pxzvxbh/S4lyW0qm3aKzIqjvzLiPwO096PwZ5bvTDZO8bvxukX5i5FYs
YOy440EOxMIq25ZJWbsCwXhU2m/EONrsPR7tFTyV4+G11OG9DQax8KovZUuG
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
mFpmGJVUl2B25Jp7pcD/AcCtwCimqgAA

-->

</rfc>
