Are there any post-quantum blind signature algorithms? Since hash-based blind signature schemes have proven to by impossible (based on a response to this question) is this an active area of research or is it only feasible by using extraordinarily large pre-quantum algorithm keys?
Asked
Active
Viewed 772 times
2 Answers
3
This is adressed for example in Lattice-based Blind Signatures by Markus Rückert, 2008. I only had a quick glance, and it seems there is a construction for building blind signatures based on lattice problems.
But this isn't surprising, because lattice problems can be used for:
- building post-quantum encryption schemes, key exchange, signatures, etc.
- building fully-homomorphic encryption schemes. Such a system preserves a lot of algebraic structure (in contrast to OWFs), and it should be quite easy to use this to create blind signatures (which are often based on some semi-homomorphic property)
tylo
- 12,864
- 26
- 40
2
- lattice-based blind signature scheme: “Lattice-based Blind Signatures” (PDF)
- MQ-based blind signature scheme: “A Practical Multivariate Blind Signature Scheme” (PDF)
- code-based blind signature scheme: “A Step Towards QC Blind Signatures” (PDF)
Mike Edward Moras
- 18,161
- 12
- 87
- 240
Alan
- 1,505
- 9
- 10