Approximate SIS: Difference between revisions
First draft |
(No difference)
|
Revision as of 15:16, 24 July 2025
Approximate Short Integer Solution (SIS) is an assumption introduced in 2019 by Chen, Genise, and Mukherjee.[1] It relaxes the conditions of SIS on the target vector by allowing a range of target vectors close to .
Formal Definition
Approximate SISn,m,q,α,β STANDARD
Let matrix be chosen uniformly at random. An adversary is asked to find a short non-zero vector satisfying .
Approximate SIS intuitively states that it is hard to find a short preimage of of a ball of target vectors surrounding . Therefore, Approximate SIS can be seen as a specific multi-instance of ISIS, where the target vectors form a ball around .
Versions of Approximate SIS
Chen, Genise, and Mukherjee introduce Approximate Inhomogeneous SIS and Approximate Normal Form ISIS in their paper and provide reductions to ISIS.[1] We omit the definitions and reductions as they are combinations of versions of SIS and reduction techniques described in the linked article.
On the Hardness of Approximate SIS
Approximate SIS is at least as hard as normal form SIS. Any normal form SIS instance provides an approximate SIS instance . Any solution to the approximate SIS instance is a solution to the normal form SIS instance of norm at most .
Chen et al. provide further reductions for the inhomogeneous version and its normal form from standard assumptions such as ISIS as well as LWE.[1]
Constructions based on Approximate SIS
Approximate SIS was introduced in the context of approximate trapdoors. To reduce the dimensions of the gadget matrix introduced by Micciancio and Peikert in 2012, the gadget vector can be pruned by its smaller entries. This removes the possibility to generate a preimage of all exact targets, but still allows preimage sampling for vectors close to the target vector. Thus, almost any construction based on SIS can be adapted using Approximate SIS and using an approximate trapdoor is a common technique to optimise the efficiency of existing constructions.
Related Assumptions
References
- ↑ 1.0 1.1 1.2 Chen, Yilei, Nicholas Genise, and Pratyay Mukherjee. Approximate trapdoors for lattices and smaller hash-and-sign signatures. International Conference on the Theory and Application of Cryptology and Information Security. Cham: Springer International Publishing, 2019.