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

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

Awesome Lists containing this project

README

          

[![Godoc Reference](https://godoc.org/github.com/aead/camellia?status.svg)](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`