You are on page 1of 1

Abstract

The aim of project to implement digital signature scheme and demonstrate it, usi
ng RAS public crytography algorithm and SHA-256 hash function. In this scheme ha
sh of message will be calculated using SHA-256 and encrypted by sender of messag
e with his private key. At receiver end intigrity of message will be checked by
calculating hash of message and signature will be verified using the sender's pu
blic key.

You might also like