✔ My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera ( University of California San Diego ) With "Go In Depth" Part Which Contains More Details With Each of The Course Topics
-
Updated
May 30, 2022 - C++
✔ My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera ( University of California San Diego ) With "Go In Depth" Part Which Contains More Details With Each of The Course Topics
Fast polynomial arithmetic in Haskell (dense and sparse, univariate and multivariate, usual and Laurent)
Finite field polynomial arithmetic based on fast Fourier transforms
Employed into Crystal-Kyber Algorithm, a prominent Lattice-based Post Quantum Cryptography(PQC) algorithm, for polynomial multiplication of higher degrees.
🧮 Polynomial Calculator
Optimized AKS Primality Test with Fast Fourier Transform (FFT) for enhanced performance in large number primality checking. This implementation improves the efficiency of the AKS algorithm using FFT for polynomial multiplication, offering significant speedup.
Efficient Algorithm Level Error Detection for Number-Theoretic Transform
A polynomial template for CP
The comprehensive tool that allows users to perform various polynomial operations, such as addition, subtraction, multiplication, reversal, and evaluation, via both CLI and GUI.
Polynomials database on lists with simple operations in Qt
Implementations of most algorithms learnt in the course UE18CS311
Polynomial calculator, with love 💕 (Contains the secret implementation of the Complex polynomials !!!!!)
A simple polynomial class that supports all basic operations.
Vector implementation of CRC algorithms based on Intel carry-less multiplication instruction.
Hardware implementation of three optimized target-specific polynomial multipliers for SABER. https://ia.cr/2020/1482
A polynomial class implementation in the form of sorted linked list. Supporting addition, subtraction and multiplication between polynomials
This repository contains all the solutions for the assignments of the course offered on Coursera.
a 2-D (including x and y) polynomial library
1st Implementation Work - Design and Analysis of Algorithms 2017.1 - Master in Informatics - PUC-Rio
A lightweight implementation of NTRUEncrypt for 8-bit AVR microcontrollers
Add a description, image, and links to the polynomial-multiplication topic page so that developers can more easily learn about it.
To associate your repository with the polynomial-multiplication topic, visit your repo's landing page and select "manage topics."