From d8b210d9dd8bd51ed40db9c4fa141f44f71b8d7c Mon Sep 17 00:00:00 2001 From: y1cunhui <38470282+y1cunhui@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:59:01 +0800 Subject: [PATCH] add cryptography book --- docs/好书推荐.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/好书推荐.md b/docs/好书推荐.md index 8befb520..34213c1f 100644 --- a/docs/好书推荐.md +++ b/docs/好书推荐.md @@ -30,9 +30,12 @@ - Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems ([开源中文翻译](https://github.com/Vonng/ddia)) ## 密码学 - Cryptography Engineering: Design Principles and Practical Applications +- Introduction to modern cryptography (second edition) + By Jonathon Katz & Yehuda Lindell + 从密码学的最基础开始讲起,对传统密码学的各方面都有涉及,课程内容全面,是密码学入门很好的一本书 ## 数据库系统 - Database System Concepts ## 计算机图形学 - Fundamentals of Computer Graphics ## 深度学习 -- [动手学深度学习](http://tangshusen.me/Dive-into-DL-PyTorch/#/) \ No newline at end of file +- [动手学深度学习](http://tangshusen.me/Dive-into-DL-PyTorch/#/)