minssl
Software
www.skarnet.org
The kcdsa224-verify program
kcdsa224-verify verifies a digital signature that has
been computed by kcdsa224-sign.
Interface
cat message signature | kcdsa224-verify pubkey
- kcdsa224-verify takes a
public verification key as its argument.
- It reads a message on stdin, followed by a
digital signature.
- It verifies the signature and exits 0 if it is valid, 1 if it is
invalid.