Signcryption scheme based on schnorr digital signature
This work addresses secure communication by combining digital signatures and encryption, but it appears incremental as it adapts an existing method to a new algorithm.
The paper introduces a new signcryption scheme based on the Schnorr digital signature algorithm, providing implementation steps, results, and examples, while also discussing the original ElGamal-based scheme and practical applications.
This article presents a new signcryption scheme which is based on the Schnorr digital signature algorithm. The new scheme represents my personal contribution to signcryption area. I have been implemented the algorithm in a program and here are provided the steps of the algorithm, the results and some examples. The paper also contains the presentation of the original Signcryption scheme, based on ElGamal digital signature and discusses the practical applications of Signcryption in real life.