Research Article
Improved Multisignature Scheme for Authenticity of Digital Document in Digital Forensics Using Edward-Curve Digital Signature Algorithm
| Input: Document, Private Keys of all signatories | | Result: Digital Signature | | Notations; | | EdDSApriv ← EdDSA private-key | | EdDSAPrive ← EdDSA combined private-key | | Doc ← File to be signed | | EdDSASignature ← EdDSA Signature | | Initialization; | | EdDSApriv1 ▷Private key of user 1 | | EdDSApriv2 ▷Private key of user 2. | | . | | . | | EdDSAprivn ▷Private key of user n. | | EdDSAPrive = EdDSApriv1EdDSApriv2…EdDSAprivn | | Digital Signing; | | EdDSASign = Sig (Doc, EdDSAPrive) | | Print EdDSASig |
|