https://github.com/steffen25/go-caesar-cipher
A caesar cipher written in Go with tests
https://github.com/steffen25/go-caesar-cipher
caesar cipher go golang
Last synced: 4 months ago
JSON representation
A caesar cipher written in Go with tests
- Host: GitHub
- URL: https://github.com/steffen25/go-caesar-cipher
- Owner: steffen25
- License: mit
- Created: 2017-09-23T21:48:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T20:34:33.000Z (over 8 years ago)
- Last Synced: 2024-06-20T08:17:59.684Z (almost 2 years ago)
- Topics: caesar, cipher, go, golang
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-caesar-cipher
A caesar cipher written in Go
```
goos: darwin
goarch: amd64
goversion: go1.9 darwin/amd64
pkg: github.com/steffen25/go-caesar-cipher/cipher
BenchmarkCaesarCipherEncrypt1000-8 10000000 231 ns/op
BenchmarkCaesarCipherDecrypt1000-8 10000000 234 ns/op
```