NTRU Cryptosystem
- Abhinav
- Post Quantum Cryptography
- 05 May, 2024
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)