all
NTRU Cryptosystem

NTRU Cryptosystem

Welcome

In this blog I will be diving into Post Quantum Cryptography, specifically the NTRU cryptosystem which falls under the umbrella of Lattice cryptography.

I will start with a qualitative overview of PQC, Lattice based cryptography and then move on to mathematical constructs required to understand the working of the NTRU cryptosystem.

The final objective would be to find novel ways to optimize the NTRU cryptosystem for FPGA based hardware implementations that are area efficient or high throughput.

A word of caution before we begin: Parts non-essential to the final objective will mostly be qualitative or surface level, hence I encourage you to look up keywords wherever there is a perceived lack of depth.

Here is an index for all the chapters in this series:


Chapter 0: NTRU Cryptosystem

Description:
This is the index page for the blog which you are currently viewing.


Chapter 1: Public Key Cryptography

Description:
An introduction to cryptography and Public Key Infrastructure.


Chapter 2: PKI in Practice

Description:
Overview of some of the real-world applications of Public Key Infrastructure (PKI). Explore how PKI frameworks enable secure communication, digital signatures, and authentication in modern systems.


Chapter 3: Quantum Computers

Description: This chapter discusses how quantum computers and quantum algoritms pose a threat to the security of cryptogrphic algorithms. (coming soon)


Tags :
Share :

Related Posts

Public Key Cryptography

Public Key Cryptography

Introduction Imagine you want to send a message to someone, the message could be something private like your passwords and bank documents or something highly sensitive like corporate or government

read more
PKI in Practice

PKI in Practice

There are several areas of the digital ecosystem where encryption is vital. The purpose of this chapter is to take a step back and see where encryption and cryptography fits in to these applications

read more