Registry / crypto / dgryski-go-idea

dgryski-go-idea

JSON →
library0.0.0-20170306091226-d2fb45a411fbgogounverified

A Go implementation of the International Data Encryption Algorithm (IDEA).

go get github.com/dgryski/go-idea
INSTALL
IMPORT
SIG · DGRYSKI-GO-IDEA
D
dgryski-go-idea
cryptogov0.0.0-20170306091226-d2fb45a411fb
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

idea
✓ github.com/dgryski/go-idea

Create an IDEA cipher with a 16-byte key.

package main import ( "fmt" "github.com/dgryski/go-idea" ) func main() { cipher, _ := idea.NewCipher([]byte("1234567890123456")) fmt.Println(cipher) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170306091226-d2fb45a411fblatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Resources
dgryski-go-idea — go get dgryski-go-idea · libregistry