From 2f79cd5df795410c6a7c913485d96e27290f041b Mon Sep 17 00:00:00 2001 From: Saeed Nejati Date: Thu, 25 Feb 2021 00:12:34 -0800 Subject: [PATCH] Add TikZ for Cryptographers (#136) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 495a08c..5f80227 100644 --- a/README.md +++ b/README.md @@ -430,6 +430,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as - [IACR](https://www.iacr.org/) - The International Association for Cryptologic Research is a non-profit scientific organization whose purpose is to further research in cryptology and related fields. - [Learn Cryptography](https://learncryptography.com/) - Dedicated to helping people understand how and why the cryptographic systems they use everyday without realizing work to secure and protect their privacy. - [Subreddit of Cryptography](https://www.reddit.com/r/cryptography/) - This subreddit is intended for links and discussions surrounding the theory and practice of strong cryptography. +- [TikZ for Cryptographers](https://www.iacr.org/authors/tikz/) - A collection of block diagrams of common cryptographic functions drawn in TikZ to be used in research papers and presentations written in LaTeX. - [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/) - This specification describes a JavaScript API for performing basic cryptographic operations in web applications, such as hashing, signature generation and verification, and encryption and decryption. ## Contributing