Fix deprecated library name (dedis/crypto) (#175)

* Add Orion to Rust's section

* Fix deprecated library name

* Update README.md
pull/180/head
Isaak Uchakaev 2 years ago committed by GitHub
parent 639d15b27c
commit 3c8bf41e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save