Tell me more ×
Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography. It's 100% free, no registration required.

I have a question about Fiat-Shamir signature:

Scheme

A hash function is h(w)=w mod 2011 and w1=2623, w2=3269, w3=1938.

What is h=? and how to determine k.t bits?

share|improve this question
No, you are supposed to use a cryptographic hash function. $h(w) = w \bmod 2011$ is not a cryptographically strong hash function; it's not suitable for use with Fiat-Shamir signatures. – D.W. Nov 14 '12 at 3:31
1  
Welcome to cryptography Stack Exchange. Your question was migrated here, because it is mainly about the theoretical parts of cryptography, not the application thereof (which would be on topic on Security Stack Exchange). Please register your account on both sites (using the same mail address) to take ownership of your question again, be able to edit, comment and accept an answer. – Paŭlo Ebermann Nov 14 '12 at 19:12
1  
Also, could you please indicate the source of your text included as an image? – Paŭlo Ebermann Nov 14 '12 at 19:13

migrated from security.stackexchange.com Nov 13 '12 at 22:44

1 Answer

I think you need to find a better reference on Fiat-Shamir signatures, and in particular, one that will give you more detail.

One good reference is Chapter 11.4 of The Handbook of Applied Cryptography, but there are probably many others.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.