https://github.com/jcbritobr/gocrypto-study
This study is based on Golang Cryptography for Depeloper book and its examples.
https://github.com/jcbritobr/gocrypto-study
cryptography golang study
Last synced: about 2 months ago
JSON representation
This study is based on Golang Cryptography for Depeloper book and its examples.
- Host: GitHub
- URL: https://github.com/jcbritobr/gocrypto-study
- Owner: jcbritobr
- License: mit
- Created: 2021-06-23T19:57:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T13:33:50.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T19:26:17.567Z (about 1 year ago)
- Topics: cryptography, golang, study
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang Cryptographic Study
This study is based on [Golang Cryptography for Depeloper](https://leanpub.com/cryptog) book and its examples.
* Run all tests
```
$ go test ./... -v
```* Symetric nacl example
# References
* [Golang Cryptography for Depeloper](https://leanpub.com/cryptog)
* [Go Cryptography](https://www.amazon.com/Go-Cryptography-Anish-Nath/dp/1790681073)
* [An article aboout NACL](https://en.wikipedia.org/wiki/NaCl_(software))
* [NaCl: Networking and Cryptography library](https://nacl.cr.yp.to/)