https://github.com/aead/camellia
The Camellia block cipher
https://github.com/aead/camellia
camellia cipher
Last synced: 3 months ago
JSON representation
The Camellia block cipher
- Host: GitHub
- URL: https://github.com/aead/camellia
- Owner: aead
- License: mit
- Created: 2016-07-15T08:12:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T08:29:35.000Z (almost 10 years ago)
- Last Synced: 2025-04-10T05:58:09.826Z (about 1 year ago)
- Topics: camellia, cipher
- Language: Go
- Size: 9.77 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/aead/camellia)
## The Camellia block cipher
Camellia is a symmetric key block cipher with a block size of 128 bits and key sizes of 128, 192 and 256 bits.
It was jointly developed by Mitsubishi Electric and NTT of Japan.
Camellia is standardized in [RFC 3713](https://tools.ietf.org/html/rfc3713)
### Installation
Install in your GOPATH: `go get -u github.com/aead/camellia`