Jump to content

Can someone please explain the digital signature standard algorhitm in laymans terms?


iamconfused

Recommended Posts

Im a information science student, so i really have no backroung knowledge in compter science. I understand the basic process behind digital signatures but thats as far as it goes. I have a presentation to give on friday. Ill copy and paste it here. If you can help, please do. Im at wits end :-(

 

 

The Digital Signature Standard is computed using the following equations:

 

r = (gk mod p) (mod q)

s = (h(M) − xr)/k (mod q)

 

Describe what the various symbols represent.

 

(b) Write down and explain the equation(s) used to verify a signature.

 

© The standard specifies that r must lie strictly between 0 and q. What might

go wrong if an implementation does not check this?

 

(d) A designer decides to economise on code size by omitting the hash function computation, that is, replacing h(M) by M. What are the consequences of this optimisation?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.