Skip to content

aead/camellia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godoc Reference

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

Installation

Install in your GOPATH: go get -u github.com/aead/camellia