Post
Topic
Board Development & Technical Discussion
Re: Another ecdsa question (zinv in bitaddress.org)
by
altoz
on 18/12/2013, 04:56:52 UTC
zinv is the modulo inverse of z.

That is, z * zinv = 1 (identity element)

I believe you do this to get the actual modulo inverse

zinv = z ^ (p-2) mod p

You can find information on this here: http://en.wikipedia.org/wiki/Modular_multiplicative_inverse