Update overview.md

Added v2 paper
This commit is contained in:
Otsar
2024-06-18 12:23:03 +03:00
committed by GitHub
parent 3d01c09c82
commit e152977843

View File

@@ -1,5 +1,8 @@
# Polynomial API Overview
> **Note:** Read our paper on the Polynomials API in ICICLE v2 by clicking [here](https://eprint.iacr.org/2024/973).
## Introduction
The Polynomial API offers a robust framework for polynomial operations within a computational environment. It's designed for flexibility and efficiency, supporting a broad range of operations like arithmetic, evaluation, and manipulation, all while abstracting from the computation and storage specifics. This enables adaptability to various backend technologies, employing modern C++ practices.