<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>The evolution of digital signatures: From classical to post-quantum⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Maksim Iavich</string-name>
          <email>miavich@cu.edu.ge</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CQPC-2024: Classic</institution>
          ,
          <addr-line>Quantum, and Post-Quantum Cryptography</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Caucasus University</institution>
          ,
          <addr-line>1 Paata Saakadze str., 0102 Tbilisi</addr-line>
          ,
          <country country="GE">Georgia</country>
        </aff>
      </contrib-group>
      <fpage>32</fpage>
      <lpage>38</lpage>
      <abstract>
        <p>The paper investigates the vulnerability of classical digital signatures, particularly RSA, in the face of advancing quantum computing. Shor's algorithm, which is capable of efficiently factoring large numbers on a quantum computer, poses a significant threat to traditional public-key cryptography. Therefore, the paper explores post-quantum digital signature schemes based on hashing, which are known for their resilience to quantum attacks. A key focus is the introduction and application of the Verkle Tree, a novel data structure, in the design of digital signatures. Our methodology, which uses Verkle Tree enhances security and efficiency in the post-quantum era, offering a practical methodology to counter quantum threats. The paper also offers post-quantum design concepts leveraging the Verkle Tree, offering the possibility of its integration into broader cryptographic protocols. In conclusion, the paper contributes to the discussion on the future of digital signatures by addressing classical vulnerabilities, introducing postquantum alternatives, and proposing innovative design concepts with the Verkle Tree. This work illustrates the importance of quantum-resistant cryptographic solutions and provides practical and theoretical approaches for secure digital signatures in the post-quantum landscape.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Verkle tree</kwd>
        <kwd>quantum attacks</kwd>
        <kwd>digital signature</kwd>
        <kwd>RSA 1</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Recently, the leading engineers and scientists of the world
are working on the creation of quantum computers.
Recognized leaders in the development of quantum
computers, the Google Corporation, the Association of
DWAVE and Space Research Universities, and the federal
agency NASA are already ready to make a breakthrough in
the field of quantum technologies. In October 2019, Google
announced the achievement of quantum supremacy, which
caused serious dispute, but given that the technological
giants are in a hurry to create the first quantum computers
and have made significant progress in this direction, the
world may be approaching the beginning of a new era.
Google claims that the new design of the chip can increase
memory productivity ten times, from 100 to 1000 qubits.
IBM is next as it declares that by the end of 2023, it will
create a quantum processor with a capacity of more than
1000 qubits with about 50 logical qubits. It has already
introduced a processor with 127 cubits in 2021 and a
433cube processor in 2022. Chinese scientists also claim that
“Zuchongzhi 2”—a 66-qubit quantum processor, completed
the task 1 million times faster than the Google processor.
This processor was developed by the research group of the
Center for Achievements in Quantum Information and
Quantum Physics of the Chinese Academy of Sciences
together with the Shanghai Institute of Technical Physics
and the Shanghai Institute of Microsystems and Information
Technologies [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4 ref5">1–5</xref>
        ].
Someday, quantum computers will be able to break the
existing cryptographic codes used for communication and
financial transactions, so the digital signature systems used
today are immune to quantum computer attacks, so the
world must adopt quantum-resistant cryptography at the
core level. Digital signature system security today is based
on the problem of calculating discrete logarithms and
factoring large numbers [
        <xref ref-type="bibr" rid="ref6 ref7 ref8 ref9">6–9</xref>
        ]. Cryptosystems in use today,
such as RSA with four thousand bits of keys, are useful
against classical computer attacks but are completely
useless against quantum computer attacks.
      </p>
      <p>The Daytime RSA cryptosystem is used almost
everywhere, it is used by many large organizations such as
government agencies, corporations, banks, government,
and not only laboratories and universities. In addition, RSA
is used in commercial products, hardware, operating
systems, Ethernet, network smart and cards, and also in
cryptographic equipment. With a total of about 500 million
users, the RSA is one of the most widely used public key
cryptosystems. So hacking RSA can lead to complete chaos.
Today’s challenge is to create alternatives to RSA that can
withstand the attacks of quantum computers. As an
alternative to RSA, digital signature hashing schemes based
on a cryptographic hash function can be considered. The
security of this signature is based on the collision resistance
of the hash function.</p>
      <p>0000-0002-3109-7971 (M. Iavich)
© 2024 Copyright for this paper by its authors. Use permitted under
Creative Commons License Attribution 4.0 International (CC BY 4.0).</p>
    </sec>
    <sec id="sec-2">
      <title>2. Digital signatures</title>
      <p>
        Digital signatures rely on asymmetric cryptography, which
involves a pair of keys: a private key for signing and a public
key for verification. The mathematical foundation often
involves algorithms like RSA, DSA, or ECDSA. The private
key creates the signature, and the public key verifies it [
        <xref ref-type="bibr" rid="ref10 ref11 ref12">10–
12</xref>
        ].
      </p>
      <sec id="sec-2-1">
        <title>Signing process:</title>
        <p>Hashing:
1.


2.

</p>
      </sec>
      <sec id="sec-2-2">
        <title>Verification process:</title>
        <sec id="sec-2-2-1">
          <title>Hashing:</title>
          <p>Before signing, the document or message is
usually hashed. A hash function condenses the
data into a fixed-size string of characters.
The hash ensures that even a slight change in the
document will result in a vastly different hash
value.</p>
        </sec>
        <sec id="sec-2-2-2">
          <title>Private Key Encryption:</title>
          <p>The hash is then encrypted with the sender’s
private key to create the digital signature.
The private key ensures that only the sender could
have created this specific signature.</p>
          <p>The recipient hashes the received document using
the same hash function used by the sender.</p>
        </sec>
        <sec id="sec-2-2-3">
          <title>Public Key Decryption: The recipient decrypts the digital signature using the sender’s public key, revealing the original hash value.</title>
        </sec>
        <sec id="sec-2-2-4">
          <title>Comparison:</title>
          <p>The decrypted hash is compared with the hash of
the received document.</p>
          <p>If the two hashes match, it confirms that the
document has not been altered, and the signature
is valid.</p>
          <p>Non-Repudiation: Digital signatures provide
nonrepudiation, meaning the sender cannot deny their
involvement or the authenticity of the signed document.
This is because only the sender possesses the private key
needed to generate that specific signature.</p>
          <p>Key Management: The security of digital signatures
relies heavily on proper key management. Safeguarding
private keys is crucial to prevent unauthorized access and
potential forgery. Key generation, storage, and distribution
should follow secure practices.</p>
          <p>Time Stamping: To address the issue of the validity
period of digital signatures, timestamping services are often
used. They provide proof that the signature existed at a
particular time, adding another layer of security and trust.</p>
          <p>Use Cases: Digital signatures find applications in
various fields, such as:



</p>
          <p>Document Authentication: Ensuring the integrity
and authenticity of digital documents.</p>
          <p>Financial Transactions: Verifying the origin and
integrity of financial transactions.</p>
          <p>Software Distribution: Ensuring that software has
not been tampered with during distribution.</p>
          <p>Legal Contracts: Providing a digital equivalent to
handwritten signatures in legal documents.</p>
          <p>Challenges: Despite their effectiveness, digital
signatures face challenges like evolving cryptographic
standards, quantum computing threats, and the need for
widespread adoption to achieve their full potential.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. RSA-based digital signatures</title>
      <p>
        RSA, named after its inventors Ron Rivest, Adi Shamir, and
Leonard Adleman, serves as a foundational public-key
cryptosystem widely employed for digital signatures. At its
core, RSA involves a pair of keys—a public key and a private
key. The public key, comprising a modulus (n) and an
exponent (e), is openly shared, while the private key,
including(n) and another exponent (d), remains
confidential. The system’s security hinges on the intricate
challenge of factoring large prime numbers, forming the
basis of its strength [
        <xref ref-type="bibr" rid="ref13 ref14 ref15 ref16">13–16</xref>
        ].
      </p>
      <p>
        In the generation of digital signatures using RSA, a
meticulous process unfolds. Before signing, the document
undergoes hashing, typically utilizing a secure hash
function like SHA-256. This hashed value is then padded, an
important step in ensuring a consistent size and mitigating
specific vulnerabilities, often employing schemes such as
PKCS#1 v1.5 or PSS. Subsequently, the padded hash is
encrypted using the sender’s private key, resulting in the
creation of the digital signature [
        <xref ref-type="bibr" rid="ref17 ref18">17, 18</xref>
        ].
      </p>
      <p>On the recipient’s end, the process of verifying the
digital signature unfolds. The received document is hashed,
mirroring the same hash function employed by the sender.
Simultaneously, the recipient decrypts the digital signature
using the sender’s public key. Successful matching between
the decrypted signature and the hash value validates the
signature, assuring the document’s integrity and
authenticity.</p>
      <p>The strength of RSA-based digital signatures is based on
their security features. The complexity of factoring large
numbers contributes to robust security. The choice of key
length plays a pivotal role, with longer keys offering
heightened security albeit potentially demanding more
computational resources. Despite RSA’s general slowness
compared to symmetric-key algorithms, its computational
cost for digital signatures is typically deemed acceptable.
Careful consideration of padding schemes, such as PKCS#1
v1.5 and PSS, is essential to fortify security against potential
vulnerabilities.</p>
      <p>In practical applications, RSA-based digital signatures
find extensive use. They authenticate the source of
messages in secure communication protocols like SSL/TLS,
ensure the authenticity and integrity of digitally signed
documents, and play a crucial role in the generation of
digital certificates.</p>
      <p>However, challenges persist. The need for longer key
lengths to thwart evolving threats and the looming potential
of quantum computers pose considerations. Additionally, the
computational overhead of RSA, especially in
resourceconstrained environments, remains an ongoing concern.</p>
      <p>RSA-based digital signatures continue to be usable in
classical cryptography, offering a reliable means to ensure
the authenticity and integrity of digital information.
Ongoing research is essential to address emerging
challenges and enhance the security of RSA-based systems
as technology evolves.</p>
      <p>RSA, as a widely used public-key cryptosystem, is
vulnerable to attacks by quantum computers due to its
reliance on the difficulty of factoring large numbers.
Quantum computers, with their potential to perform certain
calculations exponentially faster than classical computers,
pose a significant threat to traditional cryptographic
algorithms.</p>
      <p>The most notable algorithm for factoring large numbers
efficiently on a quantum computer is Shor’s algorithm.
Shor’s algorithm can factorize large numbers in polynomial
time, rendering the security assumptions of RSA obsolete.
As a result, the security of RSA and other widely used
public-key cryptography systems, such as ECC (Elliptic
Curve Cryptography), is compromised in the era of
quantum computing.</p>
      <p>To address the threat posed by quantum computers, the
cryptographic community is actively exploring and
developing quantum-resistant or post-quantum
cryptographic algorithms. These algorithms aim to maintain
security even in the face of quantum attacks. Some proposed
post-quantum alternatives include lattice-based
cryptography, hash-based cryptography, code-based
cryptography, and multivariate polynomial cryptography.</p>
      <p>Transitioning from RSA to quantum-resistant
algorithms is crucial for maintaining the security of digital
signatures and other cryptographic applications in the
postquantum era. Organizations and researchers are working
collaboratively to standardize new cryptographic
algorithms that can withstand quantum attacks.</p>
      <p>In the context of digital signatures, the move to
quantum-resistant algorithms ensures that the integrity and
authenticity of signed documents remain secure even as
quantum computing capabilities advance. While RSA has
been a workhorse for secure communication and digital
signatures, the ongoing development and adoption of
quantum-resistant algorithms are essential for preparing for
the future landscape of quantum computing threats.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Elliptic curve cryptography digital signatures</title>
      <p>Elliptic Curve Cryptography (ECC) digital signatures are at
the forefront of modern public-key cryptography, striking a
delicate balance between stringent security requirements
and computational efficiency.</p>
      <p>
        ECC leverages the intricate properties of elliptic curves
over finite fields to facilitate cryptographic operations
effectively. During the key generation phase, ECC entails
the creation of a key pair comprising a private key and its
corresponding public key. The private key, selected at
random, serves as the cornerstone for deriving the public
key through elliptic curve computations [
        <xref ref-type="bibr" rid="ref19 ref20 ref21">19–21</xref>
        ].
      </p>
      <p>To generate an ECC digital signature, the message
undergoes hashing using a cryptographic hash function,
resulting in a fixed-size hash value. A critical aspect
involves the generation of a random nonce to thwart
signature predictability.</p>
      <p>Subsequently, the ECDSA algorithm computes a pair of
values, typically represented as (r, s), constituting the digital
signature associated with the hashed message. Verification
of an ECC digital signature necessitates hashing the
received message and reconstructing a point on the elliptic
curve using the public key and elliptic curve operations. The
computed point, combined with the received signature,
undergoes mathematical scrutiny to validate its
authenticity.</p>
      <p>Successful verification establishes the genuineness and
integrity of the message. ECC’s robust security is achieved
through shorter key lengths in comparison to conventional
algorithms, rendering it computationally efficient. As a
versatile cryptographic tool, ECC digital signatures find
utility in various domains such as secure communication
protocols, authentication mechanisms, and digital
certificates.</p>
      <p>With its resilience against quantum attacks, ECC serves
as a cornerstone in the continual advancement of
cryptographic solutions. Quantum computers pose a
potential threat to certain public-key cryptography
algorithms, including Elliptic Curve Cryptography (ECC),
which underpins ECC digital signatures.</p>
      <p>The primary quantum algorithm posing a threat to ECC
is Shor’s algorithm. Shor’s algorithm proficiently factors
large numbers and computes discrete logarithms, which are
foundational challenges for breaking RSA and ECC,
respectively.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Hash-based digital signature schemes</title>
      <p>Hash-based digital signature schemes are a class of
cryptographic algorithms that rely on the properties of hash
functions to achieve secure and efficient digital signatures.
These schemes are particularly interesting in the context of
post-quantum cryptography due to their resilience against
quantum attacks, especially when other traditional
publickey cryptosystems like RSA or ECC may become
vulnerable.</p>
      <p>Lamport-Diffie’s hash-based one-time signature scheme
is regarded as a promising and resilient alternative for the
post-quantum era, presenting a paradigm shift in
cryptographic methodologies to address the vulnerabilities
posed by quantum computing advancements. This scheme
stands out as a beacon of security in an environment where
traditional cryptographic systems, especially those reliant
on integer factorization, face the imminent threat of
compromise through quantum algorithms such as Shor’s
algorithm. With its foundation in hash functions,
LamportDiffie introduces a robust and quantum-resistant approach
to digital signatures, offering cryptographic practitioners
and researchers an avenue to fortify information security in
concatenation of all branches related to “authi” concerning</p>
    </sec>
    <sec id="sec-6">
      <title>6. Verkle and</title>
    </sec>
    <sec id="sec-7">
      <title>Merkle</title>
      <p>
        We can tell, that Verkle trees are an improved version of
upgraded Merkle trees, their construction is very similar to
that of Patricia’s Merkle tree [
        <xref ref-type="bibr" rid="ref30 ref31">30, 31</xref>
        ]. Werkle trees are more
efficient and we can use smaller proof sizes with them.
      </p>
      <p>Fig. 1 shows a Verkle tree of 9 files with a branching rate
of 3. First, the files are split into subsets of size k = 3, at the
next step, a commitment vector and corresponding
membership proofs are calculated for each subset. After
dividing the files into subsets of size k = 3, by calculating
vector commitments and membership proofs for each
subset, we obtain commitments 
, 
and 
. As for
the</p>
      <p>commitment vector, which is computed with these
last three commitments together with the  , 
and 
membership proofs for the 
, 
accordingly, concerning the 
and</p>
      <p>commitments,
commitment. The final
resolution of the Verkle tree is the root commit, in this case</p>
      <p>The proof in a Merkle tree must contain every flattened
node in the tree that shares a common ancestor with any
node on the path leading to the proof node.</p>
      <p>For this reason, the size of the signature is very large.
Flattern nodes must be provided at each level since the
entire set of child nodes is needed to calculate the value of a
node, and this continues until the root of the tree is reached.
larger tree has a shorter path in both Merkle and Verkle’s cases,
but in a Merkle Patricia tree this effect runs down by the high
cost of having to provide full-width 1 flatter node per proof
branch.</p>
      <sec id="sec-7-1">
        <title>Verkle trees. Therefore, the Verkle tree is more effective. Table 1 reflects the comparison of the efficiency of Merkle and</title>
      </sec>
      <sec id="sec-7-2">
        <title>Comparison of efficiency</title>
        <p>Scheme
Merkle Tree
Merkle Tree
(w-ary)
Vector
Commitment
Verkle Tree
Construction
 ( )
 ( )
 ( )
 (w )</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>7. Novel design</title>
      <p>Update
 (log  )</p>
      <p>Proof Size
 (log  )
 ( log  )  ( log  )
 ( )</p>
      <p>(1)
 ( log  )  (log  )
Verkle’s core commitment is a public key (Fig. 2).
||proof, root commit)
Verkle is done as follows, one-time signature sig must be
verified with 
, if found correct, all 
checks are
calculated using “authi,” index arb and 
. The signature
is verified If the tree root matches the commitment one.</p>
      <p>The vector commitment must be chosen specifically, it
must be resistant to the attacks of quantum computers. In
the case of vector commitment is quantum resistant the
final digital signature is also quantum resistant.</p>
    </sec>
    <sec id="sec-9">
      <title>8. Conclusions</title>
      <p>The Verkle scheme indeed represents a significant
advancement over the
traditional</p>
      <p>Merkle
scheme,
introducing key enhancements that contribute to both
efficiency and scalability in cryptographic applications. By
allowing the use of smaller keys and optimizing the
verification process, the Verkle scheme showcases its
potential as a powerful upgrade.
(4)
One notable feature is the reduction in the amount of
verification required, approximately by a factor of 6-8,
compared to the Merkle scheme. This optimization is
achieved by streamlining the verification process through
a single proof that validates all parent-child connections,
from leaf nodes to the root. This innovation not only
enhances efficiency but also paves the way for increased
scalability, addressing crucial concerns in contemporary
cryptographic systems.</p>
      <p>While the Verkle scheme introduces a more complex
cryptographic framework, the benefits it brings in terms
of reduced verification overhead and improved scalability
make it a compelling choice for applications where these
factors are paramount. The utilization of SNARKs
(Succinct Non-Interactive Arguments of Knowledge) for
Verkle proof verification further aligns with the trend of
leveraging advanced cryptographic tools for enhanced
efficiency.</p>
      <p>Looking ahead, the inevitability of quantum
computing advancements necessitates a strategic shift
towards STARKs (Scalable Transparent Arguments of
Knowledge) proofs with hashes. This shift is driven by the
recognition that the linear homomorphisms on which
Verkle trees depend may no longer be secure in the face of
quantum computing capabilities. While this transition
introduces challenges, it also opens avenues for exploring
alternative cryptographic primitives that align with
postquantum assumptions.</p>
      <p>Moreover, the mention of SNARK-based Verkle proof
verification and the potential for reverting to SNARK
Merkle proofs when improved underscore the adaptability
of cryptographic schemes in response to evolving
technologies. This adaptability becomes crucial in
ensuring the long-term security and efficiency of
cryptographic systems.</p>
      <p>In summary, the Verkle scheme represents a
significant leap forward in cryptographic design, offering
tangible benefits in terms of reduced verification
complexity and enhanced scalability. As quantum
computing looms on the horizon, the transition to
STARKed proofs reflects a proactive stance in preparing
cryptographic systems for the challenges posed by
evolving technologies. This adaptability, coupled with
ongoing advancements in cryptographic tools, positions
the field for continued innovation and the development of
schemes grounded in post-quantum assumptions,
ensuring the robustness of cryptographic protocols in the
face of emerging threats.</p>
    </sec>
    <sec id="sec-10">
      <title>Acknowledgment</title>
      <p>This work was supported by Shota Rustaveli National
Science Foundation of Georgia (SRNSF) [STEM–22-1076].</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>T.</given-names>
            <surname>Ladd</surname>
          </string-name>
          , et al.,
          <string-name>
            <surname>Quantum</surname>
            <given-names>Computers</given-names>
          </string-name>
          ,
          <source>Nature</source>
          <volume>464</volume>
          (
          <year>2010</year>
          )
          <fpage>45</fpage>
          -
          <lpage>53</lpage>
          . doi:
          <volume>10</volume>
          .1038/nature08812.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D.</given-names>
            <surname>Divincenzo</surname>
          </string-name>
          , Topics in Quantum Computers, Mesoscopic Electron Transport,
          <source>NATO ASI Series</source>
          <volume>345</volume>
          (
          <year>1997</year>
          ). doi:
          <volume>10</volume>
          .1007/
          <fpage>978</fpage>
          -94-015-8839-3_
          <fpage>18</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>B.</given-names>
            <surname>Gardas</surname>
          </string-name>
          , et al.,
          <source>Defects in Quantum Computers, Sci. Rep</source>
          .
          <volume>8</volume>
          (
          <year>2018</year>
          )
          <article-title>4539</article-title>
          . doi:
          <volume>10</volume>
          .1038/s41598-018- 22763-2.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lele</surname>
          </string-name>
          , Quantum Computers. In: Quantum Technologies and
          <string-name>
            <given-names>Military</given-names>
            <surname>Strategy</surname>
          </string-name>
          ,
          <source>Advanced Sciences and Technologies for Security Applications</source>
          (
          <year>2021</year>
          ). doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -72721-
          <issue>5</issue>
          _
          <fpage>3</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J.</given-names>
            <surname>Bardin</surname>
          </string-name>
          ,
          <article-title>Beyond-Classical Computing Using Superconducting Quantum Processors</article-title>
          , IEEE International Solid- State Circuits Conference (ISSCC) (
          <year>2022</year>
          )
          <fpage>422</fpage>
          -
          <lpage>424</lpage>
          . doi:
          <volume>10</volume>
          .1109/ISSCC42614.
          <year>2022</year>
          .
          <volume>9731635</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ilyenko</surname>
          </string-name>
          , et al.,
          <article-title>Practical Aspects of Using Fully Homomorphic Encryption Systems to Protect Cloud Computing, in: Cybersecurity Providing in Information and Telecommunication Systems II</article-title>
          , vol.
          <volume>3550</volume>
          (
          <year>2023</year>
          )
          <fpage>226</fpage>
          -
          <lpage>233</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>R.</given-names>
            <surname>Chernenko</surname>
          </string-name>
          , et al.,
          <article-title>Encryption Method for Systems with Limited Computing Resources</article-title>
          ,
          <source>in: Cybersecurity Providing in Information and Telecommunication Systems</source>
          , vol.
          <volume>3288</volume>
          (
          <year>2022</year>
          )
          <fpage>142</fpage>
          -
          <lpage>148</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>V.</given-names>
            <surname>Sokolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Skladannyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hulak</surname>
          </string-name>
          ,
          <article-title>Stability Verification of Self-Organized Wireless Networks with Block Encryption</article-title>
          ,
          <source>in: 5th International Workshop on Computer Modeling and Intelligent Systems</source>
          , vol.
          <volume>3137</volume>
          (
          <year>2022</year>
          )
          <fpage>227</fpage>
          -
          <lpage>237</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bessalov</surname>
          </string-name>
          , et al.,
          <string-name>
            <surname>Modeling</surname>
            <given-names>CSIKE</given-names>
          </string-name>
          <article-title>Algorithm on Non-Cyclic Edwards Curves</article-title>
          ,
          <source>in: Cybersecurity Providing in Information and Telecommunication Systems</source>
          , vol.
          <volume>3288</volume>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Katz</surname>
          </string-name>
          , Digital Signatures, Volume
          <volume>1</volume>
          , Springer (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Aki</surname>
            ,
            <given-names>Digital</given-names>
          </string-name>
          <string-name>
            <surname>Signatures</surname>
            :
            <given-names>A Tutorial</given-names>
          </string-name>
          <string-name>
            <surname>Survey</surname>
          </string-name>
          ,
          <source>Computer</source>
          <volume>16</volume>
          (
          <issue>2</issue>
          ) (
          <year>1983</year>
          )
          <fpage>15</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>D.</given-names>
            <surname>Pointcheval</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Stern</surname>
          </string-name>
          ,
          <article-title>Security Arguments for Digital Signatures</article-title>
          and
          <string-name>
            <given-names>Blind</given-names>
            <surname>Signatures</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Cryptol</surname>
          </string-name>
          .
          <volume>13</volume>
          (
          <year>2000</year>
          )
          <fpage>361</fpage>
          -
          <lpage>396</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>R.</given-names>
            <surname>Haraty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>El-Kassar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Shibaro</surname>
          </string-name>
          ,
          <article-title>A Comparative Study of RSA Based Digital Signature Algorithms</article-title>
          ,
          <source>J. Math. Statistics</source>
          <volume>2</volume>
          (
          <issue>1</issue>
          ) (
          <year>2006</year>
          )
          <fpage>354</fpage>
          -
          <lpage>359</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S.</given-names>
            <surname>Jaju</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chowhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A Modified</given-names>
            <surname>RSA</surname>
          </string-name>
          <article-title>Algorithm to Enhance Security for Digital Signature</article-title>
          , International Conference and Workshop on Computing and
          <article-title>Communication (IEMCON), IEEE (</article-title>
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>C.</given-names>
            <surname>Fu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z.</surname>
          </string-name>
          <article-title>Zhi-liang, An Efficient Implementation of RSA Digital Signature Algorithm</article-title>
          ,
          <source>4th International Conference on Wireless Communications, Networking and Mobile Computing</source>
          , IEEE (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>U.</given-names>
            <surname>Somani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lakhani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mundra</surname>
          </string-name>
          ,
          <article-title>Implementing Digital Signature with RSA Encryption Algorithm to Enhance the Data Security of Cloud in Cloud Computing</article-title>
          ,
          <source>First International Conference On Parallel, Distributed and Grid Computing (PDGC</source>
          <year>2010</year>
          ), IEEE (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>T.</given-names>
            <surname>Jager</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Kakvi</surname>
          </string-name>
          , A. May,
          <article-title>On the Security of the PKCS# 1 v1. 5 Signature Scheme</article-title>
          ,
          <source>ACM SIGSAC Conference on Computer and Communications Security</source>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>T.</given-names>
            <surname>Jager</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Schwenk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Somorovsky</surname>
          </string-name>
          ,
          <source>On the Security of TLS 1.3 and QUIC Against Weaknesses in PKCS# 1 v1. 5 Encryption, 22nd ACM SIGSAC Conference on Computer and Communications Security</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>M.</given-names>
            <surname>Amara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Siad</surname>
          </string-name>
          ,
          <source>Elliptic Curve Cryptography and its Applications</source>
          , in: International Workshop on Systems,
          <source>Signal Processing and Their Applications</source>
          ,
          <string-name>
            <surname>WOSSPA</surname>
          </string-name>
          , IEEE (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ullah</surname>
          </string-name>
          , et al.,
          <source>Elliptic Curve Cryptography; Applications</source>
          , Challenges,
          <string-name>
            <given-names>Recent</given-names>
            <surname>Advances</surname>
          </string-name>
          , and Future Trends:
          <string-name>
            <given-names>A Comprehensive</given-names>
            <surname>Survey</surname>
          </string-name>
          ,
          <source>Comput. Sci. Rev</source>
          .
          <volume>47</volume>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>G.</given-names>
            <surname>Shankar</surname>
          </string-name>
          , et al.,
          <article-title>Improved Multisignature Scheme for Authenticity of Digital Document in Digital Forensics Using Edward-Curve Digital Signature Algorithm, Secur</article-title>
          . Commun. Netw. (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>C.</given-names>
            <surname>Dods</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Smart</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Stam</surname>
          </string-name>
          ,
          <source>Hash Based Digital Signature Schemes, Cryptography and Coding. Cryptography and Coding</source>
          <year>2005</year>
          , LNCS
          <volume>3796</volume>
          (
          <year>2005</year>
          ). doi:
          <volume>10</volume>
          .1007/11586821_8.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>J.</given-names>
            <surname>Buchmann</surname>
          </string-name>
          , E. Dahmen,
          <string-name>
            <given-names>M.</given-names>
            <surname>Szydlo</surname>
          </string-name>
          ,
          <article-title>Hash-based Digital Signature Schemes</article-title>
          ,
          <string-name>
            <surname>Post-Quantum Cryptography</surname>
          </string-name>
          (
          <year>2009</year>
          ). doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>540</fpage>
          -88702-
          <issue>7</issue>
          _
          <fpage>3</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>S.</given-names>
            <surname>Rohde</surname>
          </string-name>
          , et al.,
          <source>Fast Hash-Based Signatures on Constrained Devices, Smart Card Research and Advanced Applications</source>
          ,
          <string-name>
            <surname>CARDIS</surname>
          </string-name>
          <year>2008</year>
          , LNCS
          <volume>5189</volume>
          (
          <year>2008</year>
          ) doi: 10.1007/978-3-
          <fpage>540</fpage>
          -85893-
          <issue>5</issue>
          _
          <fpage>8</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>M.</given-names>
            <surname>Schneider</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-F.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A Robust</given-names>
            <surname>Content</surname>
          </string-name>
          <article-title>Based Digital Signature for Image Authentication</article-title>
          ,
          <source>3rd IEEE International Conference on Image Processing</source>
          <volume>3</volume>
          (
          <year>1996</year>
          )
          <fpage>227</fpage>
          -
          <lpage>230</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICIP.
          <year>1996</year>
          .
          <volume>560425</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>M.</given-names>
            <surname>Iavich</surname>
          </string-name>
          , et al.,
          <article-title>Post-quantum Digital Signature Scheme for Personal Data Security in Communication Network Systems</article-title>
          ,
          <source>International Conference of Artificial Intelligence Medical Engineering Education</source>
          (
          <year>2020</year>
          )
          <fpage>303</fpage>
          -
          <lpage>314</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>M.</given-names>
            <surname>Iavich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gagnidze</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Iashvili, Hash Based Digital Signature Scheme with Integrated TRNG</article-title>
          , in: International Conference on Information Technologies, vol.
          <volume>2145</volume>
          (
          <year>2018</year>
          )
          <fpage>79</fpage>
          -
          <lpage>82</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>A.</given-names>
            <surname>Gagnidze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Iavich</surname>
          </string-name>
          ,
          <string-name>
            <surname>G. Iashvili,</surname>
          </string-name>
          <article-title>Some Aspects of Post-Quantum Cryptosystems</article-title>
          ,
          <string-name>
            <given-names>Eurasian J. Business</given-names>
            <surname>Manag</surname>
          </string-name>
          .
          <source>Eurasian Publications</source>
          <volume>5</volume>
          (
          <issue>1</issue>
          ) (
          <year>2017</year>
          )
          <fpage>16</fpage>
          -
          <lpage>20</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>H.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <article-title>Adaptive Spatio-Temporal Query Strategies in Blockchain, ISPRS Int</article-title>
          .
          <source>J. Geo-Inf</source>
          .
          <volume>11</volume>
          (
          <year>2022</year>
          ). doi:
          <volume>10</volume>
          .3390/ijgi11070409.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>W.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ulichney</surname>
          </string-name>
          , C. Papamanthou,
          <article-title>BalanceProofs: Maintainable Vector Commitments with Fast Aggregation, Cryptology ePrint Archive (</article-title>
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <surname>L. de Castro</surname>
          </string-name>
          , C. Peikert,
          <article-title>Functional Commitments for All Functions, with Transparent Setup and</article-title>
          from SIS,
          <source>Annual International Conference on the Theory and Applications of Cryptographic Techniques</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>