[Resource Topic] 2023/416: Single Instance Self-Masking via Permutations

Welcome to the resource topic for 2023/416

Title:
Single Instance Self-Masking via Permutations

Authors: Asaf Cohen, Paweł Cyprys, Shlomi Dolev

Abstract:

Self-masking allows the masking of success criteria, part of a problem instance (such as the sum in a subset-sum instance) that restricts the number of solutions. Self-masking is used to prevent the leakage of helpful information to attackers; while keeping the original solution valid and, at the same time, not increasing the number of unplanned solutions.
Self-masking can be achieved by xoring the sums of two (or more) independent subset sum instances \cite{DD20, CDM22}, and by doing so, eliminate all known attacks that use the value of the sum of the subset to find the subset fast, namely, in a polynomial time; much faster than the naive exponential exhaustive search.
We demonstrate that the concept of self-masking can be applied to a single instance of the subset sum and a single instance of the permuted secret-sharing polynomials.
We further introduce the benefit of permuting the bits of the success criteria, avoiding leakage of information on the value of the i‘th bit of the success criteria, in the case of a single instance, or the parity of the i‘th bit of the success criteria in the case of several instances.
In the case of several instances, we permute the success criteria bits of each instance prior to xoring them with each other. One basic permutation and its nesting versions (e.g., \pi^i) are used, keeping the solution space small and at the same time, attempting to create an ``all or nothing’’ effect, where the result of a wrong \pi trials does not imply much.

ePrint: https://eprint.iacr.org/2023/416

See all topics related to this paper.

Feel free to post resources that are related to this paper below.

Example resources include: implementations, explanation materials, talks, slides, links to previous discussions on other websites.

For more information, see the rules for Resource Topics .