From 045ccc52b1c697555c0571c59ae1e31c7ba3adbb Mon Sep 17 00:00:00 2001 From: yjjnls Date: Sat, 12 Jan 2019 01:31:51 +0800 Subject: [PATCH] update --- Basic/crypto.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Basic/crypto.md b/Basic/crypto.md index 1459f0a..93d075c 100644 --- a/Basic/crypto.md +++ b/Basic/crypto.md @@ -286,5 +286,6 @@ for i in range(size): 3. [《区块链原理设计与应用》第5章:密码学与安全技术](https://github.com/yjjnls/books/blob/master/block%20chain/%E5%8C%BA%E5%9D%97%E9%93%BE%E5%8E%9F%E7%90%86%E3%80%81%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%BA%94%E7%94%A8.pdf) 4. [Secure Hash Algorithms](https://en.wikipedia.org/wiki/Secure_Hash_Algorithms) 5. [Digital Signature Algorithm](https://en.wikipedia.org/wiki/Digital_Signature_Algorithm) -6. [用Go语言实现环签名的签名和验证(一)](https://blog.csdn.net/qq_38200023/article/details/79902049) -7. [用Go语言实现环签名的签名和验证(二)](https://blog.csdn.net/qq_38200023/article/details/79912530) \ No newline at end of file +6. [用实例给新手讲解RSA加密算法](https://www.cnblogs.com/jiftle/p/7903762.html) +7. [用Go语言实现环签名的签名和验证(一)](https://blog.csdn.net/qq_38200023/article/details/79902049) +8. [用Go语言实现环签名的签名和验证(二)](https://blog.csdn.net/qq_38200023/article/details/79912530) \ No newline at end of file