From 3c8bf41e473653ca8721f228f0a047cbb8e14555 Mon Sep 17 00:00:00 2001 From: Isaak Uchakaev Date: Fri, 15 Jul 2022 09:59:17 +0300 Subject: [PATCH] Fix deprecated library name (dedis/crypto) (#175) * Add Orion to Rust's section * Fix deprecated library name * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a65c2..842ecb8 100644 --- a/README.md +++ b/README.md @@ -241,10 +241,10 @@ A curated list of cryptography resources and links. - [crypto](https://golang.org/pkg/crypto/) - Official Website Resources. - [cryptoballot](https://github.com/cryptoballot/cryptoballot) - Cryptographically secure online voting. -- [dedis/crypto](https://github.com/dedis/crypto) - Advanced crypto library for the Go language. - [dkeyczar](https://github.com/dgryski/dkeyczar) - Port of Google's Keyczar cryptography library to Go. - [gocrypto](https://github.com/kisom/gocrypto) - Example source code for the Practical Crypto with Go book. - [goThemis](https://github.com/cossacklabs/themis/wiki/Go-Howto) - Go wrapper on Themis. High level crypto library for storing data (AES), secure messaging (ECC + ECDSA / RSA + PSS + PKCS#7) and session-oriented, forward secrecy data exchange (ECDH key agreement, ECC & AES encryption). +- [kyber](https://github.com/dedis/kyber) - Advanced crypto library for the Go language. ### Haskell