https://github.com/kisom/gocrypto
Example source code for the Practical Crypto with Go book.
https://github.com/kisom/gocrypto
Last synced: 8 months ago
JSON representation
Example source code for the Practical Crypto with Go book.
- Host: GitHub
- URL: https://github.com/kisom/gocrypto
- Owner: kisom
- License: isc
- Created: 2013-02-14T05:12:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T06:29:24.000Z (over 6 years ago)
- Last Synced: 2025-04-01T20:19:28.547Z (11 months ago)
- Language: Go
- Homepage: https://leanpub.com/gocrypto/
- Size: 1.38 MB
- Stars: 153
- Watchers: 17
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cryptography - gocrypto - Example source code for the Practical Crypto with Go book. (Frameworks and Libs / Go)
- awesome-cryptography - gocrypto - Example source code for the Practical Crypto with Go book. (Frameworks and Libs / Go)
- fucking-awesome-cryptography - gocrypto - Example source code for the Practical Crypto with Go book. (Frameworks and Libs / Go)
README
## GoCrypto example code
This is the example source code for my (in-progress) book,
*Practical Crypto with Go*.
* chapter3: symmetric security
* chapter4: key exchange
* chapter5: digital signatures
You can read the book [online](https://leanpub.com/gocrypto/read).