Questions tagged [cryptography]
The cryptography tag has no summary.
19 questions
Score of 1
0 answers
136 views
If OWFs exist, does that imply E ≠ NE or EXP ≠ NEXP? What about the converse?
I've been looking for answers to this but I wasn't able to find any references.
Of course OWFs existing implies $P \neq NP$, but what about the stronger $E \neq NE$ or $EXP \neq NEXP$?
Is this an open ...
Score of 2
1 answer
263 views
What exactly is known about the resource-bounded Kolmogorov complexity of witnesses for problems in NP?
I've been sort of thinking about $C^{poly}$ witnesses for a certain reason for several years and sort of weaker senses of reductions of problems in the back of my mind, but I just recently saw results ...
Score of 0
0 answers
89 views
Safe Secret Data Exfilteration
Consider the following problem:
we have two parties: Alice and Bob
Alice has some sensitive data D (for Data) that she does not want to reveal to Bob
Bob has some sensitive code C (for Code) that he ...
Score of 1
0 answers
114 views
Strongest lower bound from averaging argument for probability $\geq 1-p$?
I am reading a research paper where multiple times the authors use the following, which they claim follows from an averaging argument.
Claim: Suppose $\mathcal{X}$ and $\mathcal{Y}$ are two finite ...
Score of 4
1 answer
701 views
Why can't CVP be trivially reduced to SVP by shifting?
I'm dipping my toes into lattice-based cryptography, but the difference between the SVP and CVP confuses me. I'm most definitely missing something big here, but I still couldn't figure it out, so I'm ...
Score of 4
0 answers
73 views
Complexity of solving random underdetermined polynomial equations over finite fields
Consider a random system of degree-$d$ polynomials, with $n$ variables and $m$ equations, over some finite field $\mathbb{F}_q:$
$$\begin{align}\sum_{\substack{(\alpha_1,\dots,\alpha_n) \in \mathbb{Z}...
Score of 3
0 answers
113 views
Is universal hashing fully black-box reducible to error correcting code?
Fully black-box reduction is defined as in Notions of reducibility between crytpographic primitives, O. Reingold et al.
Error-correcting code is used in the black-box abstract way in the sense that ...
Score of 3
0 answers
93 views
On the multiplicative overhead 2 in the construction of pairwise independent hashing from ERCs
A standard method of constructing pairwise independent hash function from error-correcting code is as follows:
Given a generator matrix $G$ of a distance-$d$ linear error-correcting code mapping $m$ ...
Score of 5
1 answer
116 views
Does there exist constant overhead reduction between common cryptographic primitives?
I have proved that there exist such reduction between error-correcting codes and exposure resilient functions, which is because that the transpose of a generator matrix for a ERC mapping $\mathbb{F}_2^...
Score of 3
0 answers
46 views
(Classical) Zero Knowledge protocol with quantum poly time simulator
We have lower bounds for classical zero-knowledge protocols (eg we cannot have 3-round zero-knowledge protocols for NP, with negligible soundness and black-box simulation). However, some of these ...
Score of 2
0 answers
86 views
Open Quantum Analogs to Classical Problems
I am looking for interesting examples of complexity-theoretic and cryptographic problems where we have a significant amount of knowledge about the classical version of the problem, but we have no ...
Score of 2
1 answer
110 views
Can polynomial sized DNF be used to construct weak PRF
Let $F_x : \{0;1\}^n \rightarrow \{0;1\}$ be a family of polyomially sized DNF (with respect to $n$). The key $x$ lives in $\{0;1\}^{\lambda(n)}$, $\lambda(n)$ is polynomially bounded in $n$.
Can such ...
Score of 1
1 answer
143 views
Code indistinguishability assumption for Code based cryptography (in special cases)
Cryptosystems that are based on error correcting codes are often based with hardness of the two problem.
Computational syndrome decoding is hard
Indistinguishability Assumption (IA): Distinguishing ...
Score of 0
1 answer
115 views
Vidick's proof of parallel DI-QKD
This question is based on the paper- https://arxiv.org/abs/1703.08508.
As far as I understand, for this proof Vidick uses a quantum parallel repetition for 3 player- Alice, Bob and Eve but the results ...
Score of 1
1 answer
266 views
Graph associated to a mathematical statement (for the purpose of zero-knowledge proofs)
I'll preface this question by saying I have very little (zero!) knowledge of theoretical computer science, and this post is a genuine attempt to understand something, even if at an intuitive level, ...