An open API service indexing awesome lists of open source software.

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.

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/)