# digital-signature **Repository Path**: jimhacker/digital-signature ## Basic Information - **Project Name**: digital-signature - **Description**: 用Java完成的数字签名 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # digital-signature 用Java完成的数字签名。具体算法有: 1、用hash256完成的哈希函数 2、用RSA生成公钥和私钥 3、用RSA完成数字签名 4、椭圆曲线算法(未完成)