red0xff / Idea_Cipher_GO

a Golang implementation of the Idea block cipher (translated from DCPCrypt's implementation of Idea)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idea_Cipher_GO

a Golang implementation of the Idea block cipher (translated from DCPCrypt's implementation of Idea) that can be used with the crypto/cipher package to achieve encryption and decryption in different modes of operation (CBC, CTR, OFB, CFB etc.) (it implements the Block interface)

Why

Because there isn't a publicly avaliable Golang implementation of Idea (or at least I couldn't find one)

About

a Golang implementation of the Idea block cipher (translated from DCPCrypt's implementation of Idea)


Languages

Language:Go 100.0%