Skip to content

a digital signature produced by the Schnorr signature algorithm written in Java

Notifications You must be signed in to change notification settings

DimonK95/schnorr-signature

Repository files navigation

schnorr-signature

Schnorr signature is a digital signature produced by the Schnorr signature algorithm. Its security is based on the intractability of certain discrete logarithm problems. Written in Java.

Algorithm:

Key generation (cnt of bits in q on input)
Signing (make sign for input file path)
Verifying (check sign for input file path)

About

a digital signature produced by the Schnorr signature algorithm written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages