<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lightweight Cryptography on Insinuator.net - Bold Statements</title>
    <link>https://insinuator.net/tags/lightweight-cryptography/</link>
    <description>Recent content in Lightweight Cryptography on Insinuator.net - Bold Statements</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 21 Jun 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://insinuator.net/tags/lightweight-cryptography/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The DRACO Stream Cipher</title>
      <link>https://insinuator.net/2023/06/the-draco-stream-cipher/</link>
      <pubDate>Wed, 21 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2023/06/the-draco-stream-cipher/</guid>
      <description>&lt;p&gt;In symmetric-key cryptography, we typically distinguish two types of encryption&#xA;schemes: block ciphers and stream ciphers. Block ciphers divide a plaintext into&#xA;blocks of a fixed size (e.g., 64 or 128 bits) and encrypt one such block of data&#xA;as a whole. Stream ciphers, on the other hand, consider the plaintext as a&#xA;continuous stream of data. The stream cipher maintains an internal state and in&#xA;each step it outputs one bit or several bits and updates its internal state. The&#xA;output bit stream is then combined with the plaintext, usually using the XOR&#xA;operation. One advantage of stream ciphers is that their resource requirements&#xA;are lower than those of block ciphers in many application scenarios. This makes&#xA;them particularly useful in lightweight cryptography targeting resource&#xA;constrained devices such as low-cost RFID tags.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
